Mobile app version of vmapp.org
Login or Join
Merenda212

: How to remove old style URLs from the Google Index completely and replace them with a new style? I had previously submitted my sitemap to Google. The structure of the URLs in it is https://example.com/username

@Merenda212

Posted in: #GoogleIndex #GoogleSearchConsole #Url

I had previously submitted my sitemap to Google. The structure of the URLs in it is example.com/username The username there is a URL slug generated based on the user's name. There is also another URL associated with each user example.com/username/branches. Google also indexed it.

I recently changed my whole website design and URL structure.
The first URL example.com/username is same but example.com/username/andOtherUrlsAppendedtothis is new URL that we designed to replace the second.

Also I have almost 56,000 URLs that follows the old URL structure.
How can I remove those URLs from Google index?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Merenda212

2 Comments

Sorted by latest first Latest Oldest Best

 

@Harper822

if you would like to replace then simply use 301 Redirection. And after some week you will get the new result in google search Result.

if you don't want to do 301 redirection then add the no follow no index tag in that page.and submit the sitemap to google.

One other solution is that block that page through robots.txt and also temporary hide through google webmaster and after some time that page is removed by google.

10% popularity Vote Up Vote Down


 

@Goswami781

If you would like to replace:
example.com/username/branches with example.com/username/andOtherUrlsAppendedtothis
Then all you need to do is set a permanent 301 redirect. Considering you got a high volume of URLs, i would recommend you to handle using the code and make sure the HTTP response is 301.

Once you do this, you will see in few weeks most of the old URL will get changed to the new one.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme