Forum Moderators: open
In the past the urls were:
google.com/dir/bird_cages_designer/
Since eight months they are:
google.com/bird_cages_designer.htm
Currently isted at google is:
-----------
How do i get the second listing removed?
- Should i fill a removal request in addition to the robots.txt entry to force gbot to read the robots.txt file again?
- Should i configure my server to return a 404 instead of a 200 Ok status code?
- Should i redirect to the "new" url and let the server return the 301 status code?
From what I know, in order to get Google to remove a page from the index it has to return a 404.
In your page's case, since Google already knew about the page the robots.txt and robots meta will basically have no effect since it still thinks the page is there.
And though Google says [google.com] that robots "noindex,nofollow" tags are enough to remove pages from the index this does not always hold true. The bot might not spider the page or follow the links, but it knows it's there and quite often lists it.
Let Google see a 404 and, if you must, file a removal request.
Jim