View Single Post
  #17 (permalink)  
Old 05-10-2008, 12:04 AM
amxfan amxfan is offline
WebProWorld Pro
 

Join Date: Jan 2008
Posts: 254
amxfan RepRank 1
Default Re: Discontinued products / broken links

Quote:
Originally Posted by wige View Post
User requests the missing page.
Server sees that the page does not exist, so responds to the request with the error document.
The PHP parser tells the server to override the "404 - Not Found" header with a "301 - Permanent Redirect" header
The user receives a redirect to the intended destination.
Ok I think I'm a little slow tonight... This sounds and looks like a cool way to handle my first issue looking at it from a visitors point of view. But from a SE point of view will it see a status 404, 301 or a status 200? I'm asking due to if Google does not see a 404 when it's expects to it makes your site "Not verified" in web masters tools.

If I'm reading it right "it's been a long night already" I think the SE will see a 301 since it's over rides the 404 and with this any link weight that the missing page might have had is now passed onto the page where the 301 directs you to.

Do I have it or I'm I still in left field.....
Reply With Quote