scrlk 7 hours ago

The 404 page of the Financial Times is one of my favourites: https://www.ft.com/404

  • lukan 6 hours ago

    Thank you, that is why I went to the comments.

spencerflem 9 hours ago

I appreciate the ones that acknowledge that its probably them that deleted the page and broke the link, instead of saying "looks like you're lost"

  • Springtime 7 hours ago

    My favorites are ones which list the most relevant pages it can find (catching scenarios where URLs have changed but no redirect has been added) but only if the site has a functional search feature.

    The problem is too many search libraries on sites are anywhere from useless to completely broken, even for some household name brand sites. My go-to test is while on an existing product page to search for either some part of the product title or a snippet of bullet point feature verbatim, to see if the page I'm currently on gets returned at all. It's stunning how many sites fail this test.

  • whilenot-dev 7 hours ago

    Certainly a nice touch. I'm definitely encountering more broken links lately, and it feels a bit off to always blame the client.

    A bit off-topic, but thinking about the costs to update a vector search engine VS retraining an LLM makes me a bit worried about hyperlinks all together.

ChrisMarshallNY 7 hours ago

This is one that I slapped up, many years ago: https://cmarshall.net/Error_404.html (the site, itself, is pretty much moribund).

I took the code from some other site. Can’t remember where, exactly. Like much of Internet history, it seems to be lost in the mists of time.

Svip 8 hours ago

Peugeot.com's 404 page includes - naturally - a picture of Peugeot 404. Unfortunately, there aren't enough Peugeot models for all HTTP status codes.

kro 9 hours ago

imo it should be considered to achieve the 404 design with minimal complexity. Keep the document small, to prevent i.e. old touch/favicon requests from wasting lots of bandwidth.

(Not intended to criticize this post)