Manual Set a 404 Header
So this is one of those posts where I blog something to remember it for that inevitable day when the same problem will plague me years down the road.
The issue is that google doesn’t like custom error pages and keeps them in their index without establishing that in fact they are bad pages that drag down the overall quality of a website. For a dynamic, database-driven site, inevitably the info on a website changes over time. Generating pages that forward on to the new version, or give an informative error message help visitors stay on track on the website without getting too terribly lost. The following line of code helps tell google that, whatever’s happened to the page it’s looking for, it’s not there now.
As long as you’re at it, you might as well have the page sending you a message about the error so you can go hunt it down and fix it for future users.
#arguments.errorText#
Page: #cgi.HTTP_USER_AGENT#
IP: #cgi.REMOTE_ADDR#
Offending Script: #cgi.SCRIPT_NAME#
Query Info: #cgi.QUERY_STRING#
Referring Page: #cgi.HTTP_REFERER#
This entry was posted on Thursday, July 12th, 2007 at 11:49 am and is filed under ColdFusion, Web Design. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.