Live data from Hacker News

The 404 Test: Wildly Brilliant or User Suicide?

blog.dougpetkanics.com

11–20 of 48 posts

Re: The 404 Test: Wildly Brilliant or User Suicide?

#11

A solid idea, but why not spend 5 more minutes, make the link point to a page that says "Sorry, we're still working on [feature X]. Check back soon!" and avoid looking like an amateur? Better yet, include a form on that landing page asking how important the feature would be to the user, and get the best of both worlds.

>... most of the time the visitors to the site blame the 404 on their own browser, connection, or service provider ...

Re: The 404 Test: Wildly Brilliant or User Suicide?

#12
"But upon further thought, the 404 test is brilliant. Why? Well as the CEO aptly put it, most of the time the visitors to the site blame the 404 on their own browser, connection, or service provider anyway."

I think this is a faulty argument, since you know most users will hit refresh and realize it is your site after about 30 seconds? People are pretty familiar with this new fangled web browsing on those interwebz now...

Re: The 404 Test: Wildly Brilliant or User Suicide?

#15

A solid idea, but why not spend 5 more minutes, make the link point to a page that says "Sorry, we're still working on [feature X]. Check back soon!" and avoid looking like an amateur? Better yet, include a form on that landing page asking how important the feature would be to the user, and get the best of both worlds.

> make the link point to a page that says "Sorry, we're still working on [feature X]. Check back soon!" and avoid looking like an amateur? You've officially missed the point of the article. The argument is not that you look like an amateur, but that the user thinks the problem is with their computer or ISP. Since most 404's are due to user error in URI entry, web filters or cross-site link rot, this is a reasonable a…

I got that, I just don't necessarily agree with it. IMHO, if you've got a web app that users are savvy enough to know that they need, especially one that costs money, 9 times out of 10 they're going to be savvy enough to know that getting a 404 page with your branding on it is your company's problem, not theirs.

I know this because I work for a company that provides an enterprise B2B web app, and customers already consistently blame the stuff that ISN'T our problem (connection, filters, ancient browser, javascript turned off, etc.) on us.

And yes, a lot of 404's are due to improper URI entry and "cross-site link rot"... but isn't that a completely moot point since we're talking about internal links?

Re: The 404 Test: Wildly Brilliant or User Suicide?

#16
post #10
post #7

Any guesses as to the name of the unnamed "wildly popular web site"? :)

Twitter. They also do these tests regularly to make sure we still need existing features.

Twitter 404s for a whole other set of reasons. But this site isn't Twitter, because it has been acquired:

> ... and it was acquired not so long ago for a figure with 9 digits

Re: The 404 Test: Wildly Brilliant or User Suicide?

#17
post #5

Alternate link - http://dob.posterous.com/the-404-test-wildly-brilliant Apparently the blog.dougpetkanics.com DNS may not have propagated yet. Sorry!

your site is showing 404 error too, Maybe even you are testing to to see how many people will click on the link. ;)

Re: The 404 Test: Wildly Brilliant or User Suicide?

#18

A solid idea, but why not spend 5 more minutes, make the link point to a page that says "Sorry, we're still working on [feature X]. Check back soon!" and avoid looking like an amateur? Better yet, include a form on that landing page asking how important the feature would be to the user, and get the best of both worlds.

That was my impression a few years ago.

But it's more than a solid idea. It's a proven technique. It's in use in more than a few major websites(I know from experience).

The beauty of it is: A) Couldn't be any simpler and faster to implement

B) A 404 page actually can be a better user experience. If you give the user a "Coming Soon" or "Under construction" or "We didnt really build this page, but wanted to AB test whether it would be worth it"---those can be actually more confusing to the average internet user than a 404. Remember, the average internet user probably doesn't even know what market testing means.

C) In my experience, when it is used it's used in a very small fraction of visits(just enough to get a relatively significant result set), so only a very small number of visitors actually reach the 404.

D) The users that reach the 404 might be annoyed for a sec, but generally return to what they were doing before.

E) Because it's so fast and easy to implement, and there is only 1 key variable to look at (number of clicks), it can quickly be used over and over for many different situations(think: easy to automate).

Re: The 404 Test: Wildly Brilliant or User Suicide?

#19
Anybody else have a problem with the fact that visitors will blame their computer or their ISP first before the website that returned the 404 error?

My personal experience is that if users are confused about what system to blame, they blame any systems they can!

I'd guess this approach works if you have a large user base with a lot of churn. It doesn't matter if you upset a particular user because they probably wouldn't return anyways.

Post reply on HN