Navigation Score

Composite

A composite 0–100 score measuring whether visitors move through a site cleanly, derived from drop-off rates at key pages, session-loop frequency, and the share of single-page sessions.

A composite analytics score, not an industry standard — defined as used by tools like UserActivity.ai.

Vanity Risk

A site with shallow content (few pages worth visiting) can score low on navigation score for structural reasons that aren’t failures — there simply isn’t much to navigate. Interpret the score relative to what visitors are trying to do, not against an absolute target.

Navigation Score = 100 − (drop-off penalty + loop penalty + single-page penalty)

What it measures

A per-site score that captures three distinct ways navigation can fail. Drop-offs flag pages where visitors disproportionately leave the site — an exit funnel that points to a specific page problem. Loops flag sessions that revisit the same page repeatedly, the behavioral signature of confusion or a missing answer. Single-page sessions flag visits that never explored beyond entry. Each penalty maxes between 30–40 points; a low score means at least one of the three failure modes is widespread. The score is a proxy for whether the site’s information architecture is getting visitors where they’re trying to go.

What to watch

  • Score above 75: Visitors are flowing through the site without major dead-ends or disorientation. Use the breakdown to identify whether remaining friction is concentrated (one bad page) or distributed (a structural IA issue).
  • Concentrated drop-off penalty: One or two pages account for most of the score loss. These are usually fixable — broken links, confusing CTAs, or content that doesn’t match the page’s entry context. Tools that show top exit pages and their drop-off rates make this a one-evening fix in many cases.
  • High loop penalty: Visitors are returning to the same page mid-session, often the homepage or a search results page. They tried something, it didn’t work, and they backed up to try again. This is a navigation-design problem, not a page problem — labels are unclear, the IA forces too many pivots, or search isn’t surfacing the right results.

In practice

A documentation site had navigation score at 62 with most of the penalty (24 of 38 lost) coming from loops centered on the homepage. Watching session recordings showed users searching for an API method, landing on a tutorial that mentioned the method but didn’t explain it, returning to the homepage, searching again with a slight variation, and looping. Adding direct-link search results for API method names cut the loop rate in half within a week, and navigation score rose to 78. The penalty breakdown told them where to look; the recordings told them what to fix.

Illustrative scenario — a representative composite, not a specific company.

Related: Bounce Rate — the single-page-session penalty in this composite is essentially the bounce contribution to navigation score.; Scroll Depth — high drop-off plus low scroll depth often means visitors didn’t see the navigation paths the page offered.; Session Score — overlapping composite; navigation score emphasizes flow between pages rather than depth within a session.