Enhance Your WordPress Blog 404 Page
One of the highest recommendations I have is to make sure when a user hits a dead page on your blog they have the ability to easily navigate around to a proper page, give them everything at their fingertips so that they can find another page rather than leave your blog and go off to read something else.
Google provides some useful code that you can plug into your 404.php page and add a search box directly on your 404 page, it also will sometimes offer best matches, but this functionality is iffy and sometimes works, when it does its nice, when it doesn’t it is still useful to have a search form right on your 404 page.
Here is basically what you have to do to enhance your 404.php page
1st you must have a Google WebMaster account (and it is recommended you get the <script> lines in red below from cut/pasting them from your webmaster tools section.
Once you have that code
Go into your WordPress Admin
Click on “Editor”
Edit your blogs 404.php
Inside the DIV post section change the following:Â (The red sections are the parts you add and customize)
(Note:Â You must have a Google webmaster account and your blog registered with Google WebMaster tools to utilize the enhanced google 404 page code)
<div class=”post”>
<div class=”post-title”>
<div class=”post-date”></div>
<h2>404 – POST NOT FOUND</H2>
</div>
<div class=”post-entry”>
<p>Sorry the requested page cannot be found, please try going to the home page <a href=”http://www.YOURSITE.com”>YOUR SITE</a> or you can search for what you are looking for below.
<script type=”text/javascript”>
var GOOG_FIXURL_LANG = ‘en’;
var GOOG_FIXURL_SITE = ‘http://www.YOURSITE.com/’;
</script>
<script type=”text/javascript”
src=”http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js”></script>
<p> -Your Blog Account</p>
</div>
So this is what my custom 404 page looks like now after enhancing it:
-Dragon Blogger
Related posts:
- WordPress Tip: Fix your Blog’s 404.php page I was having trouble with both of my 2 blogs Dragon Blogger and Rock Along Productions where the 404.php page...
- Improve Your WordPress Page Load Performance Four Wordpress Plug-ins to help you improve your blog pageload performance by compressing images, CSS, HTML files and caching your...
- Adding Google Analytics to your WordPress Blog I have compiled a list of tips and helpful hints for anyone who needs to add Google Analytics code for...
- Tracking your Blog or Website’s External Links with Google Webmaster Tools A friend of mine was mentioning to me that far more accurate than Blogsearch’s link:http://www.dragonblogger.com method of tracking links to...
- Creating A Sticky Post For Your WordPress Blog A sticky post can be an essential part of your blog if you use your blog as a company or...

















Apart from such direct hack, there must be several plugins by which we can enhance 404 pages? Don't remember exactly but i guess there is one called "my 404 is better than yours" something. Especially when you're not php geek, they can help better.
- spam
- offensive
- disagree
- off topic
Like