Google Chrome hijacks 404 pages

I was testing a custom 404 page this morning on Chrome when instead of seeing my page I got the following

You can turn it off on YOUR computer but the problem is that you can't do it for your users. This means that if you use your 404 pages to try and re-direct your users to the right link or even revenue via ads then you loose out! It would be nice if you can set a HTTP header or something along these lines to tell Google to not be clever but till now

To turn this off on the Mac go to Chrome > Preferences > Under the Hood and deselect "Show suggestions for navigation errors".

For other OS instructions check out http://www.google.com/support/chrome/bin/answer.py?answer=95671&hl=en

Posted: 21-Feb-2010

View: 4301

Permalink: here

Comments

Interesting that this is being done client side in Chrome and a default setting. I wonder what the reason for this is..... let me think what the future could hold...... advertising!

#1 Glyn Jackson
21/Feb/10 12:46 PM

Isn't nice that on their 404 page they are being helpful by providing you with a google search option.

#2 Jason barnes
21/Feb/10 2:12 PM

What a seriously obnoxious feature. I get the scumbag angle of wanting to get you on pages to show adverts, but there's a line!

#3 Jasper
21/Feb/10 2:19 PM

Just tested this against one of my own custom error pages, and the expected error page displayed just fine.

I'm running Chrome 5.0.307.9 beta on OS X. And I checked it in Firefox, and the page is certainly returning a 404 header code...

#4 Seb Duggan
21/Feb/10 10:31 PM

IIRC you have to return a certain number of bytes to have your page shown... If your 404 page is too short, it'll be ignored.

#5 Geoff
22/Feb/10 1:46 AM

Yes, you need to create a 512bytes error page minimum, otherwise, chrome will just ignore it.
Hope that help,

#6 Ramon Lopez
06/Oct/10 10:28 PM