The Unseen Guest: Why Your Redirects Need a Plus-One

Imagine hosting a dinner party. You’ve carefully planned the seating, ensuring conversations will flow. A guest calls to say they can’t make it, but their friend would love to come in their place. You say yes, of course. The friend arrives, is shown to the empty seat, and the evening continues seamlessly. This is the ideal 301 redirect: a permanent, graceful hand-off where one guest replaces another, and the party goes on.

But what if, when that replacement guest arrives, you simply point them toward the empty chair and then walk away? They sit down, but the person on their left continues a conversation pointed at the space where the original guest was meant to be. The new guest is present, but contextually adrift. They are an unseen guest, physically there but not truly integrated. This is what happens with a ‘naked’ redirect—a URL that points to a new location but fails to bring along the crucial context of the referral.

This context is the ‘plus-one.’ It’s the small packet of information that tells the new page, “Hello, this visitor originally asked for /old-summer-dresses, so they’re likely interested in seasonal trends, not your general homepage.” By appending a tracking parameter or leveraging referrer data on the destination page, you can welcome the visitor properly. The new page can say, “I see you were looking for our summer collection. While those are archived, you might enjoy our new autumn line, which builds on those floral patterns.”

Without this, the redirect is merely a mechanical shunt. It solves the server’s problem of ‘what to do’ but ignores the user’s question of ‘what now?’ A visitor seeking a defunct product is dumped onto a category page with no guidance, their intent vaporized upon arrival. The structure held, the pathway didn’t break, but the signal was lost. The user is left to re-orient themselves, a small but meaningful friction in their journey.

Crafting a thoughtful redirect strategy isn’t just about fixing broken links; it’s about preserving narrative. Every URL is a request, a question posed by a curious reader. A redirect shouldn’t just be an answer that says ‘try over there.’ It should be a gracious host, taking the guest by the arm, whispering the context of the previous conversation to the new host, and ensuring the dialogue continues without a missed beat. It ensures that no visitor, no matter how they arrive, ever feels like an unseen guest.

Notes & further reading

A few pages I came back to while writing this: