Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Why is Google replacing our title tags with URLs in SERP?
-
Hey guys,
We've noticed that Google is replacing a lot of our title tags with URLs in SERP. As far as we know, this has been happening for the last month or so and we can't seem to figure out why.
I've attached a screenshot for your reference.
What we know:
- depending on the search query, the title tag may or may not be replaced.
- this doesn't seem to have any connection to the relevance of the title tag vs the url.
- results are persistent on desktop and mobile.
- the length of the title tag doesn't seem to correlate with the replacement.
- the replacement is happening at mass, to dozens of pages.
Any ideas as to why this may be happening?
Thanks in advance,
Peter -
Hi Jesse,
Looking through our change log, it seems like our marketing team removed "| Mobify" from all title tags on July 2nd.
They did it because "Mobify" is already in the domain name and is generally mentioned on all pages, so they didn't feel like it was necessary to call it out in the title tags too.
I'm going to add it back and see what happens. Will keep you posted!
Best,
Peter -
Hi again Peter,
That is very interesting and I see your confusion here. I repeated the same test and was given the same results without your brand name in query.. Still when Google is listing the title they are listing your brand name.
It seems to me that they really want your brand name to show in this title. Why? I'm not entirely sure. But that's what they're adding to your title here..
Try shortening your title on that page by a word or two and adding a pipe (|) and "Mobify." Make that your test page for this issue and see what Google does with it when the change populates. I have a funny feeling it might pull your full title at that point.
Most sites out there try to drag their domain/brand into each page title anyway. You can call it "best practice" or just a "funny habit" but I feel like this is what Google is looking for with your site.
I'm incredibly curious, so if you don't mind trying this out and reporting back I would be greatly appreciative.
Thanks and good luck!
-
Thanks for taking your time to answer, Jesse!
Your hypothesis makes total sense, and I was hoping that was the case. Unfortunately, under further inspection, I'm still not sure.
Check this out. We have a page with a title tag "Retail App Engine: The Next Step in Your Mobile Commerce Strategy". I've attached a screenshot of what happens when I search for "Retail App Engine." I don't see why Google would not like our title tag in this case.
If you have any further ideas, I would really appreciate them!
-
If I may chime in, I'm guessing that the search was actually "site:mobify.com mobify" (without quotes). Whether that's right or wrong, however, I know does't answer the question. However, when you do that search, you notice that there are numerous examples of similar occurrences. In each case, the titles are quite long. This situation has been noticed before and there was even a post about it on the Moz blog by Ruth Burr Reedy. In that post, Ruth tracked down a likely possible cause as being that the title provided by the author is too long and because of that Google replaces it with it's best algorithmic alternative.
Peter, try shortening the titles and see if that solves your problem.
-
This was intriguing to me so I dug in a little and I have an initial theory here:
In the example you provided you seem to be searching with your brand name only. "Mobify" is bolded telling me that was a searched keyword.
The title tag for the page in question reads: "25 Top Design Upgrades to Make Your Mobile Revenue Skyrocket [SlideShare]"
My bet is that because you do not have the brand name in your title tag, Google is looking to display something that does carry this particular keyword. In this case it is looking for something with the word "Mobify" in it and finding it in the URL. If you take out the SlideShare portion of your title and replace it with "| Mobify" my guess is this problem will go away.
Look at the other URLs you are having this problem with and tell me if the brand name is missing from it but present in the searched query.
Let me know if this works!
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Google serp pagination issue
We are a local real estate company and have landing pages for different communities and cities around our area that display the most recent listings. For example: www.mysite.com/wa/tumwater is our landing page for the city of Tumwater homes for sale. Google has indexed most of our landing pages, but for whatever reason they are displaying either page 2, 3, 4 etc... instead of page 1. Our Roy, WA landing page is another example. www.mysite.com/wa/roy has recently been showing up on page 1 of Google for "Roy WA homes for sale", but now we are much further down and www.mysite.com/wa/roy?start=80 (page 5) is the only page in the serps. (coincidentally we no longer have 5 pages worth of listings for this city, so this link now redirects to www.mysite.com/wa/roy.) We haven't made any major recent changes to the site. Any help would be much appreciated! *You can see what my site is in the attached image... I just don't want this post to show up when someone google's the actual name of the business 🙂 nTTrSMx.jpg C4mhfgh.jpg
Technical SEO | | summithomes0 -
Does Google read dynamic canonical tags?
Does Google recognize rel=canonical tag if loaded dynamically via javascript? Here's what we're using to load: <script> //Inject canonical link into page head if (window.location.href.indexOf("/subdirname1") != -1) { canonicalLink = window.location.href.replace("/kapiolani", ""); } if (window.location.href.indexOf("/subdirname2") != -1) { canonicalLink = window.location.href.replace("/straub", ""); } if (window.location.href.indexOf("/subdirname3") != -1) { canonicalLink = window.location.href.replace("/pali-momi", ""); } if (window.location.href.indexOf("/subdirname4") != -1) { canonicalLink = window.location.href.replace("/wilcox", ""); } if (canonicalLink != window.location.href) { var link = document.createElement('link'); link.rel = 'canonical'; link.href = canonicalLink; document.head.appendChild(link); } script>
Technical SEO | | SoulSurfer80 -
What punctuation can you use in meta tags? Are there any Google does not like?
So I know you can use dashes and | in meta tags, but can anyone tell me what other punctuation you can use? Also, it'd be great to know what punctuation you can't use. Thanks!
Technical SEO | | Trevorneo1 -
Title Tag vs. H1 / H2
OK, Title tag, no problem, it's the SEO juice, appears on SERP, etc. Got it. But I'm reading up on H1 and getting conflicting bits of information ... Only use H1 once? H1 is crucial for SERP Use H1s for subheads Google almost never looks past H2 for relevance So say I've got a blog post with three sections ... do I use H1 three times (or does Google think you're playing them ...) Or do I create a "big" H1 subhead and then use H2s? Or just use all H2s because H1s are scary? 🙂 I frequently use subheads, it would seem weird to me to have one a font size bigger than another, but of course I can adjust that in settings ... Thoughts? Lisa
Technical SEO | | ChristianRubio0 -
When creating parent and child pages should key words be repeated in url and page title?
We are in the direct mail advertising business: PrintLabelAndMail.com Example: Parent:
Technical SEO | | JimDirectMailCoach
Postcard Direct Mail Children:
Postcard Mailings
Postcard Design
Postcard Samples
Postcard Pricing
Postcard Advantages should "postcard" be repeated in the URL and Page Title? and in this example should each of the 5 children link back directly to the parent or would it be better to "daisy chain" them using each as parent for the next?0 -
I need help with a PHP canonical URL tags
I found a little difficult for me to do a canonical tag in my PHP. On-Page Report Card We check to make sure that IF you use canonical URL tags, it points to the right page. If the canonical tag points to a different URL, engines will not count this page as the reference resource and thus, it won't have an opportunity to rank. If you've not made this page the rel=canonical target, change the reference to this URL. NOTE: For pages not employing canonical URL tags, this factor does not apply. I don't know how to tidy my PHP Any suggestion.
Technical SEO | | lnietob0 -
Drupal URL Aliases vs 301 Redirects + Do URL Aliases create duplicates?
Hi all! I have just begun work on a Drupal site which heavily uses the URL Aliases feature. I fear that it is creating duplicate links. For example:: we have http://www.URL.com/index.php and http://www.URL.com/ In addition we are about to switch a lot of links and want to keep the search engine benefit. Am I right in thinking URL aliases change the URL, while leaving the old URL live and without creating search engine friendly redirects such as 301s? Thanks for any help! Christian
Technical SEO | | ChristianMKTG0 -
Alt and Title Attributes in Anchor Tags
Does it hurt to use alt and title attributes inside an anchor tag? Example: view my website article
Technical SEO | | donationtown0