Graphics Cove

Navigation and user intent

Every page worked, every button did something, and users still ended up somewhere they did not expect. On broken redirects, dead links, and why the paths between pages are where trust is quietly won or lost.

Steven NobleSteven Noble··2 min read
Share

Sometimes the simplest thing breaks everything.

On a site I reviewed, the problems were not in the features. They were in the connective tissue. Old links pointed nowhere. Sign-in redirects ignored intent, so someone would click through to a specific page, get asked to log in, and then land on a generic dashboard instead of the thing they came for. People clicked, expected one thing, and ended up somewhere else.

None of this shows up in a feature review. Every page worked. Every button did something. But the paths between them had quietly rotted, and paths are what people actually experience. Nobody uses a page, they use a journey, and a journey is only as good as its weakest redirect.

What makes this kind of problem dangerous is how invisible it is from the inside. The team navigates the site from memory and internal links. They never arrive from an old bookmark, a stale email, or a search result pointing at a page that moved two redesigns ago. The route your customers take into the site is exactly the route the team never takes.

The fix was not clever. Make every path lead where the person expects. Fix the redirects so logging in returns people to where they were headed. Keep old links working instead of letting them die. Respect the route people already have in their head rather than forcing them onto the one the code finds convenient.

Small fixes. Unglamorous work. No project plan celebrates "redirects now respect intent". But this is the layer where frustration, confusion and silent drop-off actually live. Someone who lands somewhere unexpected does not send you a bug report, they just leave, with a slightly lower opinion of the site they will never put into words.

Intent is the unit of navigation. Every click is a small statement of what someone wants next. A site that honours those statements feels trustworthy in a way people cannot quite name. A site that ignores them feels broken, even when every feature works.

If your site has been through a redesign or a platform change, the paths through it are worth checking, not just the pages.

Share
Steven Noble

Written by

Steven Noble

Steven Noble is the founder of Graphics Cove, a senior full-stack engineer with 19 years building web products for startups and established companies. He writes about engineering, delivery and running a technical practice.

Related reading