Forum Moderators: Robert Charlton & goodroi
a year ago I've changed dynamic URLs to static ones.
Recently I realized that google still keeps old web pages (with old URLs) in its index. I find old cache of these web pages in SERPs.
Is there any way to force google to exclude them from the index as probably this is a reason of why my web site has dropped in SERPs (it might be duplicate content filter).
I've made sure robots get 404 code visiting the old web pages.
Any thoughts?
cheers
pete
I however would rather use 301 redirect if possible from old pages to new ones.
Vadim.
Then i tried 301 redirect and it works fine. Just a main googlebot crawl and all my outdated url's are gone! So i will definitely advice you to catch all your dynamic url's from htaccess and do a 301 redirect to your new static pages.