Mobile app version of vmapp.org
Login or Join
Alves908

: How do I deal with Google indexing variations of my URLs that are not supposed to exist? My site has this page (URL) that actually exists on my site example.com/ranking/rankings-of-nike-running-shoes

@Alves908

Posted in: #301Redirect #Url

My site has this page (URL) that actually exists on my site example.com/ranking/rankings-of-nike-running-shoes

but somehow I can see the following versions in SERPs (these URLs are not physically available on my site):


example.com/ranking/rankings-of-rankings-of-rankings-of-nike-running-shoes
example.com/ranking/rankings-of-rankings-of-nike-running-shoes


I even started getting traffic from these URLs that are in Google's index.

So, only the first one actually existins on my site:


example.com/ranking/rankings-of-nike-running-shoes
example.com/ranking/rankings-of-rankings-of-rankings-of-nike-running-shoes
example.com/ranking/rankings-of-rankings-of-nike-running-shoes


I'm not sure how the latter two - 2) and 3) - got in Google's index. What do I do with them? My idea is to 301 redirect them to the actual page that exists example.com/ranking/rankings-of-nike-running-shoes

Do I need to also somehow remove the faulty URLs - 2) and 3) - from Google's index or 301 redirecting is enough?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Alves908

1 Comments

Sorted by latest first Latest Oldest Best

 

@Annie201

I'm not sure how the latter two - 2) and 3) - got in Google's index. What do I do with them?


First off, attempt to access these "faulty" URLs and see where they actually take you. Check your browser address bar for the final URL. If the domain is NOT the same as your web server, then the search engine may be faulty or someone may be hacking it.

If however the domain is officially the same as what was presented in the search results and its the same as your web server domain then its possible someone hacked any of your files (or even the server configuration itself).

If you are using a CMS (such as wordpress), then you may want to backup any important files and reinstall it and use only wordpress add-ons that have no security vulnerabilities.

If however the "faulty" URLs you describe point to separate HTML pages on your server you can direct search engines to not index those pages by adding the following line between <head> and </head> in the HTML file contents:

<META NAME="ROBOTS" CONTENT="NOINDEX">

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme