changing url slug

bimmerime

Regular Member
Joined
May 14, 2015
Messages
282
Reaction score
20
i have some pages that i updated and changeed their url slug. now both the old and the new slugs are indexed in google. and the old one is redirected to the new one.i want to de-index the old one. but when i use the webmaster removal tool.i get the message that page still exist.
what can i do?
 
I think if you already 301 redirect then the old one will remove itself from Google shortly anyway.
I think there are tools online to check what type of redirect is in place?
 
It's probably because when they crawl the url they are getting redirected to the new one. Since you have already set up the 301s I wouldn't worry about it too much.
 
well, basically i didn't do any 301 redirect . i just changed the slug. i though the old one will get removed automatically but it did not.
 
well, basically i didn't do any 301 redirect . i just changed the slug. i though the old one will get removed automatically but it did not.
Ok, then it's a simple solution. Do a 301 redirect and it will be resolved.
 
If you put 301 redirect to your old pages then I don't think so you need to disable old ones. Google will shortly remove them.
 
Wnen 301 redirect old urls to corresponding new urls, the old ones no longer have any content of their own.
 
These folks are telling you to go into your .htaccess file or other redirection tool and make it so any time "old-slug" is referenced it will 301 redirect to the same url, but the slug "old-slug" will be replaced by the slug "new-slug."

You make this change in your .htacess file most often. If doing this, Google will pretty quickly recognize the slug "old-slug" content no longer exists so it will de-index it.
 
I was thinking something different but when read the posts of other guys here then understand 301 for this problem.
 
Back
Top