Maybe someone at Google should take a look at these very helpful tips on what to include on a 404 page:
Google finally has a 404 page that isn't ugly
71–80 of 113 posts
Re: Google finally has a 404 page that isn't ugly
#72Earlier quoted context omitted.
Google's most frequently accessed pages (most prominently, the homepage itself) are designed by a team of pretty high-level engineers, to reduce latency and bandwidth requirements, by stripping bytes. Every change is reviewed with extreme scrutiny. I'm sure the 404 page was designed with similar care. If you view source, for example, the image is base64 encoded, and they don't even bother closing their tags on the pa…
Why did they not remove whitespace too?
Re: Google finally has a 404 page that isn't ugly
#73Re: Google finally has a 404 page that isn't ugly
#74Google has been really been stepping up their design over the past few months. I really like the subtle tweaks they made to the top bar across all google pages: https://img.skitch.com/20110302-kdhkc99usamdhb6yaptrw2y81d.j...
Re: Google finally has a 404 page that isn't ugly
#75Check out ours: http://loggly.com/404
Re: Google finally has a 404 page that isn't ugly
#76Given the size of Google, I wonder if there was a whole team tasked with this development. A 404 page for a company as big as Google is an awfully big responsibility for just one person :) To be honest, I prefer the idea of a more intelligent 404 page. You'd think Google would have sufficient horsepower to make a good guess at what you might have been trying to find.
There's a script for that: http://googlewebmastercentral.blogspot.com/2008/08/make-your...
Example:
var GOOG_FIXURL_LANG = 'en';
var GOOG_FIXURL_SITE = 'http://www.example.com
Re: Google finally has a 404 page that isn't ugly
#77Google has been really been stepping up their design over the past few months. I really like the subtle tweaks they made to the top bar across all google pages: https://img.skitch.com/20110302-kdhkc99usamdhb6yaptrw2y81d.j...
And have you noticed the changes to Docs? Their list display is finally useful!
Re: Google finally has a 404 page that isn't ugly
#78Kudos to Goog.
Re: Google finally has a 404 page that isn't ugly
#79Earlier quoted context omitted.
`//www.google.com` will automatically translate the url to http/https depending on the requested protocol.
Which is interesting since Google doesn't serve a 404 over HTTPS as far as I can tell.