Back to the Journal

A page worth getting lost on

People rarely remember finding the right page, but they'll often remember how your website handled the wrong one.

The web has a whole family of ways to tell you something went wrong, and most of them are joyless. A 500 means the server fell over and took your afternoon with it. A 403 is a locked door with no handle, a bouncer who won’t make eye contact. A 503 is the whole shop dark at noon. Nobody has ever felt a flicker of delight at any of these, and nobody ever should.

Then there’s the 404…

The 404 is almost never anybody’s worse fear, and it arrives at a very specific human moment: someone was curious enough to follow a link or type an address, and the thing they wanted wasn’t there. They aren’t angry. They’re mildly disappointed and slightly lost, which happens to be the easiest mood on earth to turn around.

Studio photo
Studio photo
Studio photo
Studio photo
Studio photo
Studio photo

Small surfaces, real brand

Brand is the sum of small surfaces more than it’s any single big statement. The homepage gets the attention and the budget. But the personality actually lives in the places nobody art-directs: the confirmation email, the empty cart, the hold music, the little line of copy under a form field, the page you land on when you fumble a URL. Those are the moments a company forgets it’s being watched, which is exactly when the real character shows.

A 404 is the purest version of that. It costs almost nothing, it’s seen by people who were already paying attention, and the bar is on the floor. The default is a stark line of system font that may as well read “you did something wrong, sort it out yourself.” Clearing that bar takes so little. Beating it is a cheap, repeatable, genuine win.

Branding isn’t always a big statement. It’s often found in the small interactions and experiences that nobody expected you to bother with.

A confession:

We love a good easter egg. A hidden note in the source for whoever’s snooping, a console message for the developers, a key combination that does something pleasantly useless, a joke that only rewards the curious. We slip them in wherever we can get away with it, because the people who find them are exactly the people worth delighting, and because a brand that plays is a brand that feels awake.

The error page is the same but with a wider audience. It’s a chance to sound human at the precise moment most sites go cold and mechanical. Say something. Have a point of view. Show the way out with a little grace and, if it fits, a little humor. You don’t need a production number. You need to read like a person instead of a stack trace.

We’re not the only ones who feel this way. Somebody loved good error pages enough to curate a gallery of the web’s best ones at 404s.design, and it’s a genuinely fun place to lose twenty minutes.

Have the fun, then do the plumbing

One catch, and it’s the part almost everyone skips. A 404 page has to actually return a 404. It sounds obvious, but a startling number of sites serve a lovely custom error screen with a 200 OK underneath it, which quietly tells search engines the missing page exists and is perfectly fine. That’s a “soft 404,” and it can slowly rot your organic SEO by leaving dead URLs sitting in the index. Check what the server truly says, not just what the visitor sees:

$ curl -I https://yoursite.com/a-page-that-is-gone

HTTP/2 404      ← correct
HTTP/2 200      ← soft 404, go fix this

Get the status honest first. Then put all the personality you want on top of it. Character and correctness aren’t a trade, and the character is worthless if the plumbing leaks underneath it.

The page you hope nobody sees

There’s a nice irony in spending real care on a page you’re actively hoping no one reaches. That irony is the whole tell. Anyone can polish the parts of a site that turn up in the pitch deck. The character comes out in the parts that don’t: the dead end, the fumble, the moment a visitor expected nothing at all.

So give them something instead. It’s one of the cheapest pieces of brand you will ever make, and one of the few chances the web hands you to turn a small failure into a small, real smile.

Ours is around here somewhere, if you feel like taking a wrong turn.