Help with Title Tag Not Showing in Google Search Results

Solved

Help with Title Tag Not Showing in Google Search Results

Mindsight
Tourist
8 0 0

Hey everyone,

We’ve been running into an issue where our title tag isn’t appearing correctly in Google’s search results. I went through several forum threads and applied the recommended fixes, but nothing seems to be working so far.

I removed some redundant title code, thinking that might be the cause, and I’ve now added the <title></title> tag directly within the <head> section of our theme.liquid file:

 

<head>
<title>Mindsight</title>
</head>
 

I also submitted the page for re-indexing in Google Search Console, but I haven’t seen any changes yet. Ideally, the search result for mindsightnow.com should display “Mindsight” as the title.


Mindsight_0-1742807385607.png

 

Does anyone know what might be causing this issue or have suggestions for potential fixes?

Site URL: https://mindsightnow.com/

Thanks in advance!

Accepted Solution (1)

Michael-Thomas
Shopify Partner
86 16 22

This is an accepted solution.

Hi @Mindsight 

 

After reviewing your page, I can confirm that your title tag is set up correctly. However, I noticed that your site has two H1 tags, including one in your pop-up. I’d recommend adjusting this, as having multiple H1s can sometimes cause SEO issues.

 

f8a72657-1ba6-47d7-8aea-a1e34ca2096d.png

That said, this ultimately comes down to Google's algorithm. I have a client with a well-established store (over two years old) and strong Google presence, yet their search result still displays the URL instead of their brand name.

 

This isn't related to how your theme is coded—I also checked a Shopify store using the Dawn theme, and it has the same issue. Google decides how to display your site based on factors like brand authority and online presence.

 

Sorry now I don't have much more to add than that. 

Found this helpful? Please Like & Mark as Solution — I truly appreciate it!
Connect with me | Get a Shopify Store with an Unlimited Free Trial – No Credit Card Needed! | ❤️ Support my work, If You’d Like!

View solution in original post

Replies 7 (7)

Michael-Thomas
Shopify Partner
86 16 22

This is an accepted solution.

Hi @Mindsight 

 

After reviewing your page, I can confirm that your title tag is set up correctly. However, I noticed that your site has two H1 tags, including one in your pop-up. I’d recommend adjusting this, as having multiple H1s can sometimes cause SEO issues.

 

f8a72657-1ba6-47d7-8aea-a1e34ca2096d.png

That said, this ultimately comes down to Google's algorithm. I have a client with a well-established store (over two years old) and strong Google presence, yet their search result still displays the URL instead of their brand name.

 

This isn't related to how your theme is coded—I also checked a Shopify store using the Dawn theme, and it has the same issue. Google decides how to display your site based on factors like brand authority and online presence.

 

Sorry now I don't have much more to add than that. 

Found this helpful? Please Like & Mark as Solution — I truly appreciate it!
Connect with me | Get a Shopify Store with an Unlimited Free Trial – No Credit Card Needed! | ❤️ Support my work, If You’d Like!

Mindsight
Tourist
8 0 0

Thanks, Michael, for the reply!

Makes sense; it's good to know it is set up properly... I guess it's just a waiting game then. Also, appreciate the comment on the form H1 tag; I got it fixed.

ilanadavis
Shopify Partner
260 34 90

Hey @Mindsight 

 

That's called your Site Name and does not usually come from the title tag though it can. Your title tag is the part underneath that says Mindsight which is showing correctly.

 

There are a few ways Google will pull your site name to include in search results. This article also explains how the site name is populated a bit more in detail in case that's helpful to you. Essentially, Google may pull the site name from one of the following ways:

1. WebSite structured data (Google's preferred method)
2. The `og:site_name`
3. Pulled from your `<title>` tag
4. Other headings and text found on the page

 

However, I do not see that your site includes the WebSite structured data so that should be your first step. If you don't know how to code it in, I recommend using a structured data app like JSON-LD for SEO to do it for you and keep it up dated with Google's ever changing requirements.

 

Hopefully this helps.

Ilana Davis, Shopify Superhero
JSON-LD for SEO, adds structured data to your theme, getting you more organic traffic with Rich Results.
Mindsight
Tourist
8 0 0

Thanks, ilanadavis. I do have website structured data currently present within <head> as well... I will definitely try out 2. Also, great article, thanks for linking!

ilanadavis
Shopify Partner
260 34 90

I see Organization data but not WebSite structured data. They are two different markups that populate different things in Search Results.

https://validator.schema.org/?url=https://mindsightnow.com

Ilana Davis, Shopify Superhero
JSON-LD for SEO, adds structured data to your theme, getting you more organic traffic with Rich Results.
ilanadavis
Shopify Partner
260 34 90

Also, in case it's helpful, here are Google's docs to support the article as well 

https://developers.google.com/search/docs/appearance/site-names

Ilana Davis, Shopify Superhero
JSON-LD for SEO, adds structured data to your theme, getting you more organic traffic with Rich Results.
Mindsight
Tourist
8 0 0

Ah, okay, I see what you mean. Went ahead and added it to the website now, so it should be good to go. Thanks again for the help + links 😃