Forum Moderators: Robert Charlton & goodroi
When a user clicks on a link to a page that's no longer available on your site, your server returns a 404 (Page Not Found) error. Because generic messages can be frustrating to the user, we recommend creating a custom 404 page to provide more useful information about your site.In addition, you can add the 404 widget to your custom 404 page. The 404 widget automatically provides users with helpful suggestions instead of error messages.
* It adds a search box for your site with appropriate search suggestions.
* It tries to provide alternatives to incorrect URLs.This makes it easier for users to find the information they need (and makes it less likely that they'll leave your site to look elsewhere.)
I have custom 404's with links to close matches, but it might be a useful feature for some (if you don't mind giving G even more insight in user behavior)...
[googlewebmastercentral.blogspot.com...]
It's probably a bit early to hear any success stories or issues with it, but I am also intersted in hearing from early adopeters.
I already use the google custom search box on my site so what I have done is replace the standard search box in the widget with the custom search box. That way the search results returned the already fit the site and there may be some return if a user makes a search and leaves the site.
Its easily done if anyone is interested. Just amend the widget css to not display the search box:
#goog-wm li.search-goog { display: none; }
Then use the custom search form code at the end of the widget code.
It took a couple of minutes to make these changes but I think it will be time well spent.