404 Error Pages For Usability and SEO
Author:
Nick Rinylo
SEO Videos
Welcome to this weeks SEO Video, Today we going to discuss the importance of 404 pages.
A 404 page is returned by the server when a user tries to reach a non existent page on your website. This could be due to the clicking of a broken link, a deleted page or miss-type of a URL.
Most servers will have a standard 404 page from your ISP , but are often crammed with unrelated links, unrelated text and use an unrelated design.
For both usability and SEO you want the user and crawl bot to remain on your website and not panic or bounce once confronted with a foreign 404 page design.
So how do you create a custom 404?
The 404 page can be a standard HTML page and should include the following.
- Try and avoid scaring the user with ‘ERROR’ or ‘INCORRECT’ and make the pages content as friendly as possible.
- Use the same template as the rest of your website to ensure consistency
- Use the free Google 404 widget (Linked from the supporting blog post)
- Add a site map to allow your users and Google to navigate back to your main content
Once you have designed your 404 page, you now have to ensure your server delivers a 404 HTTP status code and tell the server where to find your newly created and uploaded page.
We use 2 different hosting packages at Creare that require different methods of identifying a 404 page, Our Fasthost UK server allows you to specify the 404 page in the web space setting for a particular domain. Alternatively our dedicated servers and 1and1 accounts can be controlled via the .htaccess file and specifying the following code:
ErrorDocument 404 /newcustom404.php
Finally the official word from Google:
A good custom 404 page will help people find the information they’re looking for, as well as providing other helpful content and encouraging them to explore your site further.
http://www.google.com/support/webmasters/bin/answer.py?answer=93641
Thank for watching.
