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 this SERP displaying an incorrect URL for my homepage?
-
The full URL of a particular site's homepage is something like http://www.example.com/directory/.
The canonical and og URLs match.
The root domain 301 redirects to it using the absolute path.And yet the SERP (and the cached version of the page) lists it simply as http://www.example.com/.
What gives? Could the problem be found at some deeper technical level (.htaccess or DirectoryIndex or something?)
We fiddled with things a bit this week, and while our most recent changes appear to have been crawled (and cached), I am wondering whether I should give it some more time before I proceed as if the SERP won't ever reflect the correct URL. If so, how long?
[EDIT: From the comments, see here: https://www.youtube.com/watch?v=z8QKIweOzH4#t=2838]
-
While I'm not sure how sophisticated Google's algo is at picking this up, Google's people reviewers would probably note it as suspicious. Again I'd ask why? What business advantage does this give you? (Wil Reynolds has famously said that when something sounds fishy or not the best practice ask why 5 times.
In the Skype example, the why is language of the users. It's not spammy because it does something clear and obvious to help the user. Whereas your URL just looks like keyword stuffing.
-
So that SERP is definitely picking up on language of IP/searcher and that's showing the English version for Skype's site, which is a bit different.
-
This concern is not lost on me, but it prompts two questions. 1. How big a risk is it? 2. What other technical factors could be at play here?
-
Here is an example of a site that uses a directory for its homepage, whose SERP snippet shows its full path:
-
I agree with Lynn about questioning the reasons to set up your homepage like that. It does look suspicious and keyword stuffing. EMDs have seen a huge decline in recent years with Google algo updates.
-
HI,
There was a recentish video here with John Mueller that refers to this (see around the 46 minute mark). Basically it is saying that of you have redirects in place but google is seeing other indicators such as the original url is 'nicer' looking (often meaning shorter) and if there are other strong leads to the old url (like lots of links) then they might decide to show the original url in the serps. Since your case involves your root domain homepage and both those factors are likely the case for your original url.... I think you should probably proceed as if the serp is never going to change (really what the serp is showing now is correct, even though you do the redirect, what users are expecting to see and are seeing is the root domain's homepage right?).
I am not familiar with the site's subject - but personally I don't understand why you would want this setup anyway. If it is to get a more 'seo optimised' url into your homepage then it is looking a bit dodgy. Would it not make more sense to build a real page on the second url, optimised to the relevant phrases and leave your homepage on the root?
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
-
How do I treat URLs with bookmarks when migrating a site?
I'm migrating an old website into a new one, and have several pages that have bookmarks on them. Do I need to redirect those? or how should they be treated? For example, both https://www.tnscanada.ca/our-expertise.html and https://www.tnscanada.ca/our-expertise.html#auto resolve .
Intermediate & Advanced SEO | | NatalieB_Kantar0 -
Old URL that has been 301'd for months appearing in SERPs
We created a more keyword friendly url with dashes instead of underscores in December. That new URL is in Google's Index and has a few links to it naturally. The previous version of the URL (with underscores) continues to rear it's ugly head in the SERPs, though when you click on it you are 301'd to the new url. The 301 is implemented correctly and checked out on sites such as http://www.redirect-checker.org/index.php. Has anyone else experienced such a thing? I understand that Google can use it's discretion on pages, title tags, canonicals, etc.... But I've never witnessed them continue to show an old url that has been 301'd to a new for months after discovery or randomly.
Intermediate & Advanced SEO | | seoaustin0 -
Author Byline in Page Title in SERP
I was exploring my company's visibility in Google News results, and I noticed the author byline in a recently published article was being pulled into the page title in the SERP. See the attached image for a screenshot. It makes it sound awkward: "How to Find the Best Cannabis Experience and High for You Patrick..." - as if we're explaining it to some guy named Patrick? We have the byline the same way in all other posts, but this is the first I've seen this happen. Has anyone seen/had this happen, and if so, have any ways to prevent it? Thanks in advance for any insights! Here's the post URL: https://www.leafly.com/news/cannabis-101/how-to-find-best-cannabis-experience-high csvmF
Intermediate & Advanced SEO | | davidkaralisjr0 -
Will disallowing URL's in the robots.txt file stop those URL's being indexed by Google
I found a lot of duplicate title tags showing in Google Webmaster Tools. When I visited the URL's that these duplicates belonged to, I found that they were just images from a gallery that we didn't particularly want Google to index. There is no benefit to the end user in these image pages being indexed in Google. Our developer has told us that these urls are created by a module and are not "real" pages in the CMS. They would like to add the following to our robots.txt file Disallow: /catalog/product/gallery/ QUESTION: If the these pages are already indexed by Google, will this adjustment to the robots.txt file help to remove the pages from the index? We don't want these pages to be found.
Intermediate & Advanced SEO | | andyheath0 -
URL Rewriting Best Practices
Hey Moz! I’m getting ready to implement URL rewrites on my website to improve site structure/URL readability. More specifically I want to: Improve our website structure by removing redundant directories. Replace underscores with dashes and remove file extensions for our URLs. Please see my example below: Old structure: http://www.widgets.com/widgets/commercial-widgets/small_blue_widget.htm New structure: https://www.widgets.com/commercial-widgets/small-blue-widget I've read several URL rewriting guides online, all of which seem to provide similar but overall different methods to do this. I'm looking for what's considered best practices to implement these rewrites. From what I understand, the most common method is to implement rewrites in our .htaccess file using mod_rewrite (which will find the old URLs and rewrite them according to the rewrites I implement). One question I can't seem to find a definitive answer to is when I implement the rewrite to remove file extensions/replace underscores with dashes in our URLs, do the webpage file names need to be edited to the new format? From what I understand the webpage file names must remain the same for the rewrites in the .htaccess to work. However, our internal links (including canonical links) must be changed to the new URL format. Can anyone shed light on this? Also, I'm aware that implementing URL rewriting improperly could negatively affect our SERP rankings. If I redirect our old website directory structure to our new structure using this rewrite, are my bases covered in regards to having the proper 301 redirects in place to not affect our rankings negatively? Please offer any advice/reliable guides to handle this properly. Thanks in advance!
Intermediate & Advanced SEO | | TheDude0 -
Replace dynamic paramenter URLs with static Landing Page URL - faceted navigation
Hi there, got a quick question regarding faceted navigation. If a specific filter (facet) seems to be quite popular for visitors. Does it make sense to replace a dynamic URL e.x http://www.domain.com/pants.html?a_type=239 by a static, more SEO friendly URL e.x http://www.domain.com/pants/levis-pants.html by creating a proper landing page for it. I know, that it is nearly impossible to replace all variations of this parameter URLs by static ones but does it generally make sense to do this for the most popular facets choose by visitors. Or does this cause any issues? Any help is much appreciated. Thanks a lot in advance
Intermediate & Advanced SEO | | ennovators0 -
Homepage shuffling in the SERP results continously - any thoughts?
We've had some shuffling for a keyword in the SERP results over last few days! Anyone else seeing their rankings bounce all over? It's only affecting one keyword that was previously a stable performer - this has occurred for the last few weeks (with no major changes to the page). Would be keen to hear your thoughts!
Intermediate & Advanced SEO | | Creode1 -
If I own a .com url and also have the same url with .net, .info, .org, will I want to point them to the .com IP address?
I have a domain, for example, mydomain.com and I purchased mydomain.net, mydomain.info, and mydomain.org. Should I point the host @ to the IP where the .com is hosted in wpengine? I am not doing anything with the .org, .info, .net domains. I simply purchased them to prevent competitors from buying the domains.
Intermediate & Advanced SEO | | djlittman0