When users navigate a website, they need to understand where the current page sits within the overall structure. This includes knowing what section they are in and how the page relates to other pages. If this context is missing, users may lack sufficient information to move to related pages or understand the purpose of the content they are viewing, especially when they arrive via a direct link.
What “Location” Means
In WCAG terms, location refers to a user’s position within a set of web pages.
A set of web pages usually means:
- An entire website, or
- A clearly defined section of a website that shares navigation, purpose, or hierarchy
The goal is orientation, not content discovery and not navigation itself.
WCAG Success Criterion
2.4.8 Location (Level AAA)
Information about the user’s location within a set of web pages is available.
This success criterion is Level AAA.
It is not required for Level A or Level AA conformance.
Important Clarifications
- WCAG does not require a specific technique, such as breadcrumbs
- Location information may be provided visually, programmatically, or both
- The information only needs to be available, not persistent or interactive
- Multiple mechanisms may satisfy this criterion
How Users Perceive Location Information
Screen Reader Users
Screen reader users often rely on:
- Page titles (announced immediately on page load)
- Breadcrumb navigation, if present
- Heading structure that reflects content hierarchy
For many users, the page title alone is sufficient to determine location.
Example announcement:
“Engine Repair – Services – ABC Auto”
This already communicates section, context, and hierarchy without additional navigation.
Sighted and Cognitive Users
Sighted users may rely on:
- Breadcrumb trails
- Highlighted navigation items
- Section headers that reflect hierarchy
For users with cognitive or memory impairments, explicit indicators reduce the effort required to understand how pages relate to each other.
Common Ways to Provide Location Information
Any one of the following may be sufficient:
Page Titles (Often Sufficient)
Descriptive titles that reflect hierarchy can satisfy this criterion.
Example:
- Services – Repairs – Engine Diagnostics
This is frequently the primary mechanism used by assistive technologies.
Breadcrumb Navigation (Optional)
Breadcrumbs show hierarchical position within a site.
Example:
Home > Services > Repairs > Engine Diagnostics
Breadcrumbs are helpful but not required.
Navigation Highlighting
Highlighting the current section in a navigation menu may contribute to location awareness, provided the information is also programmatically available.
Heading Structure as Hierarchy Indicators
Hierarchy indicators show how pages are organised, such as:
- Section headers
- Navigation trees
- Nested headings that reflect content structure
When headings accurately represent hierarchy, users can infer location through document structure.
What This Criterion Is Not
It is important to distinguish 2.4.8 from related concepts:
- Not navigation — it does not require links or menus
- Not content discovery — it does not require multiple paths
- Not visual-only cues — color or layout alone is insufficient
The requirement is strictly about orientation.
Common Myths
“Breadcrumbs are required”
False. Breadcrumbs are one of many valid techniques.
“Navigation menus always show location”
False. Menus often indicate available options, not current position.
“This is covered by Multiple Ways”
False. 2.4.5 is about finding content, not understanding location.
Relationship to Other WCAG Criteria
- 2.4.2 Page Titled (Level A)
Often provides the primary location information - 2.4.5 Multiple Ways (Level AA)
About discovering content, not orientation - 2.4.6 Headings and Labels (Level AA)
Helps convey hierarchy, which can support location awareness
These criteria work together, but they are not interchangeable.
Why This Matters
Without clear location information, users may:
- Lack sufficient context to move to related pages
- Be unsure how the current page fits within the site
- Rely on trial-and-error navigation
Providing location indicators reduces cognitive effort and supports users who need additional context to navigate effectively.
Wrapping Up
WCAG 2.4.8 ensures users can determine their position within a set of web pages. It does not mandate breadcrumbs or visual indicators. It requires that orientation information be available through any reliable mechanism. This is a Level AAA criterion, optional but valuable for complex sites and applications. When implemented correctly, it supports orientation without adding unnecessary navigation or visual clutter.