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
-
Old URLs Appearing in SERPs
Thirteen months ago we removed a large number of non-corporate URLs from our web server. We created 301 redirects and in some cases, we simply removed the content as there was no place to redirect to. Unfortunately, all these pages still appear in Google's SERPs (not Bings) for both the 301'd pages and the pages we removed without redirecting. When you click on the pages in the SERPs that have been redirected - you do get redirected - so we have ruled out any problems with the 301s. We have already resubmitted our XML sitemap and when we run a crawl using Screaming Frog we do not see any of these old pages being linked to at our domain. We have a few different approaches we're considering to get Google to remove these pages from the SERPs and would welcome your input. Remove the 301 redirect entirely so that visits to those pages return a 404 (much easier) or a 410 (would require some setup/configuration via Wordpress). This of course means that anyone visiting those URLs won't be forwarded along, but Google may not drop those redirects from the SERPs otherwise. Request that Google temporarily block those pages (done via GWMT), which lasts for 90 days. Update robots.txt to block access to the redirecting directories. Thank you. Rosemary One year ago I removed a whole lot of junk that was on my web server but it is still appearing in the SERPs.
Technical SEO | | RosemaryB3 -
How to Remove /feed URLs from Google's Index
Hey everyone, I have an issue with RSS /feed URLs being indexed by Google for some of our Wordpress sites. Have a look at this Google query, and click to show omitted search results. You'll see we have 500+ /feed URLs indexed by Google, for our many category pages/etc. Here is one of the example URLs: http://www.howdesign.com/design-creativity/fonts-typography/letterforms/attachment/gilhelveticatrade/feed/. Based on this content/code of the XML page, it looks like Wordpress is generating these: <generator>http://wordpress.org/?v=3.5.2</generator> Any idea how to get them out of Google's index without 301 redirecting them? We need the Wordpress-generated RSS feeds to work for various uses. My first two thoughts are trying to work with our Development team to see if we can get a "noindex" meta robots tag on the pages, by they are dynamically-generated pages...so I'm not sure if that will be possible. Or, perhaps we can add a "feed" paramater to GWT "URL Parameters" section...but I don't want to limit Google from crawling these again...I figure I need Google to crawl them and see some code that says to get the pages out of their index...and THEN not crawl the pages anymore. I don't think the "Remove URL" feature in GWT will work, since that tool only removes URLs from the search results, not the actual Google index. FWIW, this site is using the Yoast plugin. We set every page type to "noindex" except for the homepage, Posts, Pages and Categories. We have other sites on Yoast that do not have any /feed URLs indexed by Google at all. Side note, the /robots.txt file was previously blocking crawling of the /feed URLs on this site, which is why you'll see that note in the Google SERPs when you click on the query link given in the first paragraph.
Technical SEO | | M_D_Golden_Peak0 -
Missing meta descriptions from Google SERPs
Hullo all, I run an e-commerce website and hence have a lot of product category/sub-category pages to handle. Despite giving each of these category pages meta descriptions, in the Google SERPs, a lot of these descriptions don't show up fully. Rather, only half the text that I'd inputed as my meta desc. shows up; the other half has generic stuff from that page given. I've attached a screen shot to give you an example of what comes up in the SERPs. Could you please tell me what exactly is the problem? Is it a coding issue? Or has Google not crawled that page? Need help asap! Thank you in advance! aE9RKXJ
Technical SEO | | suchde0 -
Why am I not showing up in the SERP's or Google Local?
I have been trying to optimise the following site for both Google SERP's and Google Local - Pixel Primate The URL has been around for around 3 years now but they just updated the website and launched it in December 2012. I did the on-page optimisation early in January 2013 and Google seems to have indexed the changes, for the home page at least. One major keyword I am targeting for the home page is 'Web Design Leicester'. I understand that the DA is fairly low (24) so this is something I need to improve. However, I've experienced positive results fairly quickly from just on-page optimisation for other sites I have worked on. The site just doesn't seem to be ranking at all for any keywords. Maybe the industry type is just extremely competitve but I find it very strange to not be visible anywhere in the SERPs. The site does not seem to have any penalties as it ranks for 'Pixel Primate' and all pages appear when doing a site: search. Also what's strange is that I set up the Google Local listing years ago but it doesn't appear anywhere in the local listing, not even when I search for it manually. Any suggestions would be appreciated.
Technical SEO | | CWseo0 -
How to display the full structure of website on Google serps
I have been searching around but unable to gather information as to how we can control or list top pages of a website on Google's first page , i.e. if we type seomoz in google , we can see the main listing with 6 subdomain listings , which link to Blog , Seo tool , Beginner Seo guide , Learn Seo , Pricing & Plans and login My question is can we control these listings i.e. what to display and what not , and if yes how can we make this type of visibility on first page , by using html or xml sitemaps or theirs something mostly websites are missing. Cause this type of data is coming up for very less websites and mostly websites are with single urls. c43Ki.jpg
Technical SEO | | ngupta10 -
• symbol in title tag
We have a few title tags with a circular dot symbol, which is created by the code "•" Humans see a dot, but googlebot sees • Does this negatively impact our SEO, or is googlebot aware that **• == *** to human eyes
Technical SEO | | lighttable0 -
Ranking on google.com.au but not google.com
Hi there, we (www.refundfx.com.au) rank on google.com.au for some keywords that we target, but we do not rank at all on google.com, is that because we only use a .com.au domain and not a .com domain? We are an Australian company but our customers come from all over the world so we don't want to miss out on the google.com searches. Any help in this regard is appreciated. Thanks.
Technical SEO | | RefundFX0 -
UK website ranking higher in Google.com than Google.co.uk
Hi, I have a UK website which was formerly ranked 1<sup>st</sup> in Google.co.uk and .com for my keyword phrase and has recently slipped to 6<sup>th</sup> in .co.uk but is higher in position 4 in Google.com. I have conducted a little research and can’t say for certain but I wonder if it is possible that too many of my backlinks are US based and therefore Google thinks my website is also US based. Checked Google WmT and we the geo-targeted to the UK. Our server is also UK based. Does anyone have an opinion on this? Thanks
Technical SEO | | tdsnet0