• Sharebar

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:

custom4041 Enhance Your Wordpress Blog 404 Page

-Dragon Blogger

Related posts:

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...


Enjoy This Article? Subscribe to DragonBlogger.com via Email:

Enter your email address:

Written by  (1518 Articles Published)

Working in the IT Industry for over 10 years and specializing in web based technologies. Dragon Blogger has unique insights and opinions to how the internet and web technology works. An Avid movie fan, video game fan and fan of trying anything and everything new.

Follow Justin Germino on Twitter @dragonblogger