RatedWithAI

RatedWithAI

Accessibility scanner

WCAG 2.1

3.2.3 Consistent Navigation

Level AA success criterion

Navigation mechanisms that appear on multiple pages should be presented in the same relative order each time.

Why it matters

Consistent navigation helps users predict where to find links and reduces cognitive load when moving between pages.

Common violations

  • Navigation items in different order on different pages
  • Footer links that vary by page
  • Sidebar navigation that changes position
  • Search boxes in inconsistent locations

Code examples

Bad

<!-- Page 1: Home | About | Contact -->
<!-- Page 2: Contact | Home | About -->

Good

<!-- All pages: Home | About | Contact -->

How to fix

Use shared navigation components across all pages. Keep menu items in the same order. New items can be added but existing order should remain.

Related criteria

Related resources

Test & fix this criterion

Use these free tools and guides to check and fix 3.2.3 Consistent Navigation violations:

Scan your site

Check your WCAG coverage in minutes

Start a free scan