AskApache Google 404 is a must-have WordPress plugin that uses some ajax and a couple tricks to display a very helpful and SEO (Search Engine Optimized) Error Page. The default displays Google Search Results for images, news, blogs, videos, web, custom search engine, and your own site.
[ Demo 404 Error Page ]
Download the plugin from here : aa-google-404.zip or aa-google-404.rar
404.php Installation
Unzip
aa-google-404.zip
and upload the aa-google-404 directory to your/wp-content/plugins/
directory- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to your Options Panel and open the "AA Google 404" submenu. (
/wp-admin/options-general.php?page=aa-google-404.php)
- Enter in your Google Search API Key and hit the "Update Key" Button. (Get One from HERE)
- If you want add the code to your 404.php template page by including
<?php if(function_exists('aa_google_404'))aa_google_404();?>
in your main content area or use the 404.php included with the plugin
-
Frequently Asked Questions
Do I need a Google Account?
Yes.
Do I need a 404.php template file?
Only if you want to use this for your error page.
My 404.php page isn’t being served for 404 Not Found errors!?
Add ErrorDocument 404 /index.php?error=404
to your .htaccess file.