Forum Moderators: open
--
Just to clarify, the actual Google SERP has the text "Error - File Not Found" as the link for result #4, and the description is:
"Error - File Not Found The link you have followed may have been moved,
replaced, or removed. Please proceed back to the top level ... "
It's even cached as such.
[edited by: WileE at 1:37 am (utc) on Mar. 9, 2003]
I doubt that google would cache a true 404 page. I have seen pages that look like 404 pages (the page contents say "page not found" and such), but they are not actually a 404 page because the http status for the page is 200.
I wonder if the http status for the page in question is 200 (ok) instead of 404 (not found). You can check that with:
If the webmaster uses the directive in the form:
ErrorDocument 404 http;//www.example.com/my_error_page.html The correct format is:
ErrorDocument 404 /my_error_page.html This is the first thing to check if one of your 404 pages appears in the index.
Jim
I suppose it's better than an actual competitor site, but really I'd rather just be one higher, since that site doesn't exist!
BTW, answers within minutes. I love this place!
The site will be banned even more quickly if they have no explicit robots.txt file. If that is the case, their general 404 processor will attempt to say 404 (not found), but, instead will say 200 (ok) with an VERY invalid robots.txt.
LOL....The amount of time it takes Google to realize a page no longer exists is totally rediculous. I deleted several pages 6 months ago that are still indexed and were producing 404's. I recently put them back with a Javascript redirect to the home page.
404's must cause immense frustration to many people, they think the site is down, when in fact it is Google that is causing the problem.
Rule of thumb now, never delete any page. If it is out of date and totally useless just put a Javascript redirect on it, or a server side permanent redirect if you want to go to that amount of effort and untidyness.