Consistent Navigation
Consistent Navigation is the practice of keeping navigation menus, links, and other repeated wayfinding features in the same relative order on every page where they appear. When these elements stay predictable from page to page, people can more easily learn a site's layout and find what they need. This is one of the requirements in the Web Content Accessibility Guidelines (WCAG).
Consistent Navigation is WCAG Success Criterion 3.2.3, a Level AA criterion under the Understandable principle. It requires that navigational mechanisms repeated across multiple web pages within a set of web pages occur in the same relative order each time they are repeated, unless a change is initiated by the user. The intent is to promote consistent visual layout and source order for repeated content, which supports users of assistive technologies and users who rely on predictable placement to locate and operate navigation. Meeting this criterion addresses ordering consistency; it does not, on its own, guarantee an accessible experience across all criteria, and it should be verified through manual and assistive technology testing rather than automated checks alone.
Why it matters
Predictable placement of navigation is one of the ways websites become learnable. When menus, search fields, and other repeated wayfinding elements appear in the same relative order on every page, people can build a mental model of the site once and reuse it everywhere. This benefits everyone, but it is especially important for users of assistive technologies, people with cognitive or memory-related disabilities, and anyone who relies on knowing where an element will be rather than visually scanning the whole page each time. When navigation shifts position from page to page, users must re-orient repeatedly, which increases effort and the chance of getting lost.
Consistent Navigation is codified as WCAG Success Criterion 3.2.3, a Level AA criterion under the Understandable principle. Because Level AA is the conformance level most commonly cited as a target in accessibility policies, procurement requirements, and settlement benchmarks, this criterion frequently appears in conformance evaluations. It is worth noting that meeting SC 3.2.3 addresses only the ordering consistency of repeated navigation; it does not by itself guarantee an accessible experience across all other criteria, nor does conformance guarantee immunity from legal claims.
Who it's relevant to
Inside Consistent Navigation
Common questions
Answers to the questions practitioners most commonly ask about Consistent Navigation.