Forum Moderators: Robert Charlton & goodroi
index.php?page=links etc. etc. which are now rewritten differently.
What's the best way to remove these from Google's index as they are both now showing up (both versions of the same page). (I can't 301 redirect them due to the way it is set up, or I don't know enough rewrites to perform the operation). I just want to remove the old pages, (which aren't even linked to anymore), and keep the new.
Thanks.
Note: Reading that I have seen that the page must give a 404 in order to be removed. How can I do this? Can I use a mod_rewrite with [G] (gone) flag?
Thanks.
[edited by: CWebguy at 4:03 pm (utc) on Mar. 8, 2009]
Thanks
[edited by: CWebguy at 5:56 am (utc) on Mar. 9, 2009]
when you use the url removal tool, you need to also add the url's in your robots.txt
from the above referenced google support document:
To remove a page or image, you must do one of the following:
* Ensure requests for the page return an HTTP status code of either 404 or 410
OR
* Ensure that the pages you want to remove have been blocked using a robots.txt file
OR
* Ensure that the pages you want to remove have been blocked using a meta noindex tag.
Especially in the case of a redirect do not force Google to drop the old URLs, because while they still show in the SERPs they will still deliver visitors to your site, and your redirect will get their eyeballs on the correct content. That is, by forcing removal you might be removing a source of traffic to your site before Google has fully indexed and evaluated/scored/ranked the new URL for that content.