WCAG 3.2.3 — Consistent Navigation — nav order varies across pages
Your navigation menu items appear in different orders on different pages, making it harder for users to find information. This creates confusion for people with cognitive disabilities and those using screen readers. The ADA Title II rule requires consistent navigation.
Who Is Affected
Users with cognitive disabilities, learning disabilities, or memory impairments who rely on predictable website structure. Screen reader users who memorize navigation patterns. Users with attention disorders who become disoriented when familiar elements move unexpectedly.
What This Means
Navigation elements that appear on multiple pages must maintain the same relative order throughout your site. If your main menu shows "Home, Services, About, Contact" on one page, those items must appear in that same sequence on every other page where they're present.
This doesn't mean every page needs identical navigation — you can add or remove items as appropriate. But the items that do repeat must stay in the same relative position. For example, if "Services" comes before "About" on your homepage, "Services" must come before "About" on all other pages where both appear.
Fix: CMS / Theme
Most navigation inconsistencies stem from theme configuration or menu management issues that affect multiple pages.
Joomla Fix
- Go to Menus → Manage → Your Main Menu
- Review the ordering column to ensure menu items are numbered consistently
- If items appear in different orders on different pages, check:
- Menu assignments (Menus → Manage → Menu Items → select item → Menu Assignment tab)
- Template overrides that might be reordering items
- Use the ordering handles to drag items into the correct sequence
- Clear cache (System → Clear Cache) and test multiple pages
WordPress Fix
- Go to Appearance → Menus
- Select your primary navigation menu
- Drag menu items into the correct order using the handle on the left of each item
- If different pages show different menu orders, check:
- Whether multiple menus are assigned to the same theme location
- Plugin conflicts that might be filtering menu output
- Custom theme code that reorders items programmatically
- Save the menu and test across multiple pages
Fix: Content Editor
If individual pages have custom navigation that differs from the site-wide menu:
- Identify pages with inconsistent navigation ordering
- Edit each affected page
- Remove any custom navigation modules or widgets that override the main menu
- Ensure all pages use the same primary navigation source
- For pages that legitimately need different navigation (like landing pages), make sure any repeated items maintain their relative order
Example: If your main menu is "Home, Services, About, Contact" but a landing page shows "Home, About, Services, Contact," reorder it to match the main menu sequence.
Standard Reference
WCAG 2.1 Success Criterion 3.2.3 — Consistent Navigation, Level AA
Navigational mechanisms that are repeated on 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.
Check if your government website has this issue
OctoComply scans your website and documents for WCAG 2.1 AA violations. The free tier covers up to 10 pages.
Run a Free Scan