In plain English
People build a mental map of your site: “the menu is up top, search is on the right, account link is last.” That map only works if the navigation stays put. This rule says the navigation that repeats across pages must keep the same relative order everywhere. Do not reshuffle the menu between the homepage and a product page.
Who this is for
- Low-vision users, who rely on remembered positions rather than scanning.
- People with cognitive differences, for whom consistency reduces load.
- Screen-reader users, who learn the order and navigate by it.
How to check and fix it yourself
Compare your header, menu, and footer across several page types. The shared items should be in the same order everywhere. The reliable fix is to put navigation in a single shared component so it is identical by default.
Home page menu: Shop · Collections · About · Contact
Product page menu: Shop · Collections · About · Contact ✓ same order
Blog page menu: About · Shop · Contact · Collections ✗ reshuffled
Where we can help
Order drift usually creeps in when different templates or apps build the nav separately. We check navigation order across your page types and flag any inconsistencies. It sits with other predictability items on the common failures list.