Tuesday, October 5, 2010

404 Errors: Report, monetize and analyse

Posted by OlafJune 14, 2010

After your websites getting more pages and links, the chance that a visitor will follow a dead link to your site exists. If a visitor is trying to access a page on your site, the server will report (normally) a 404 error. The response is by default some unfriendly page with some spare information about the error which let most visitors stop visiting your site. But using the 404 error the right way, you the site owner can collect important information like:

Of course the broken link or URLThe HTTP_REFERER information where the dead link is availableHow often people try to access the bad URL

Using the right tools you’re able to turn 404 errors into a powerful resource:

Provide a site search feature and let people search what they are lookingAdd advertisements to your error page and start earning moneyLearn about what people like to see on your site

In this tutorial we will show you how-to:

Create a dynamic error page using the Google Site search and Adsense content adsSetup Google analytics to track 404 errors using a filterSet the site search feature with Google Analytics to collect the search queries from your visitor

Error reporting page

With the Apache webserver it’s possible to use custom directives for your error script, place this code into your .htaccess file (place the file into the site root):

ErrorDocument 400 /error.php?err

No comments:

Post a Comment