Forum Moderators: Robert Charlton & goodroi
I had a webpage(subdomain-- or is it just a folder?) on a free host that google cached, well i am trying to get it removed. So i removed the page and originally when you tried to access that page it just redirected to the hosts main page, which i was told by the hosts that that is their way of giving a 404. But now it doesn't redirect but gives a 500 error, not sure what happened there.
Now to get a page removed from googles cache you need to sumbit your page to the url removal section and your page has to return a 404, which it now doesn't. Well the removal is still in a pending status but i doubt it will be removed.
Should i create the subdomain again and add some 'no chaching' and 'no snippets' mega tags to stop google caching?
Basically how do i completely removed the cache link and snippet from googles cache, taking into account it doesn't seem to want to give a 404 now.
thanks for any help!
Say my site is http://somenameichose.example.com
So that the actual page that google is caching is,
http://somenameichose.example.com/index.html (which i have now removed)
so.... do i recreated the subdomain with index html and just place the robots.txt in this directory that index.html is in ...and thats its?
So then the craler crawls that page and sees not to cache it, but.. does it then delete the page already in cache or, does it wait until that page already in cache expires then not re-cache?
I also need the snippet removed....
TIA
[edited by: encyclo at 5:14 pm (utc) on Sep. 12, 2007]
[edit reason] switched to example.com [/edit]
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<META NAME="GOOGLEBOT" CONTENT="NOSNIPPET">
If i use these meta tags in the index.html, will google delete the cached version and snippet as soon as it crawls it?