Forum Moderators: open

Message Too Old, No Replies

Getting pages removed from the google index

How long does it take for google to remove a page from its index?

         

slick50

1:04 am on May 4, 2004 (gmt 0)

10+ Year Member



How long does it take for google to remove a page from its index?

More than a month ago I removed three pages from a clients website because they no longer offer a specific service. As yet google have not removed it from there index and it's still returns when using site:***.****.com or using a search term relevant to those removed pages.

should I include these pages in my robots.txt?

billygg

7:46 pm on May 4, 2004 (gmt 0)

10+ Year Member



i have the same question, have romoved many pages off a compnay site, yet all the pages still exist. i have seen a couple of them say suplimental result now, which to my guess, would be them getting ready to remove them, not quite sure tho

pageoneresults

7:47 pm on May 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Are those removed pages returning a 404 status? If not, that may be part of the problem.

ThomasB

8:44 pm on May 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



[google.com...]

should be worth a read

slick50

11:44 pm on May 4, 2004 (gmt 0)

10+ Year Member



[snip]
Are those removed pages returning a 404 status?
[/snip]

*doh!* they are coming back as HTTP/1.1 200 OK. We have a custom 404 page running on the site and this this may be causing the problem. Is there a way of using a custom 404 page and still returning a 404 status with IIS?

I also read on google that you can include pages you dont want indexed in your robots.txt even if they dont exist on the site.

pageoneresults

12:33 am on May 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Is there a way of using a custom 404 page and still returning a 404 status with IIS?

Yes. It either needs to be done at the server level in IIS or you can insert the asp code above the

<html>
on the 404 page.

Additional Information

  • [url=http://www.xoc.net/works/404handler/default.asp]Constructing a 404 Handler in IIS

pageoneresults

1:14 am on May 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Here is an easy method of returning a 404 status from your 404 page if your host is uncooperative. ;)

<%@ Language=VBScript %>
<%
Response.Status="404 Not Found"
%><html>

Insert the above in your 404.asp and you'll be good to go. Always double check that your 301s, 302s and 404s are returning the proper server header status. The above code will only work on an .asp page.

claus

2:16 am on May 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>> How long does it take for google to remove a page from its index?

I had one removed in less than 12 hours in november, but then i explicitly asked for it:
[webmasterworld.com...]

>> robots.txt

No, don't do that - the Googlebot needs to be able to spider the page, otherwise it will not see the tag that you've put there:

<meta name="robots" content="noindex">