WCAG 2.4.5 — Multiple Ways to Find Content
Your website only provides one way for people to find content — usually just the main menu. Users with cognitive disabilities or unfamiliar visitors need multiple ways to locate information, like search boxes or site maps. ADA Title II requires government sites to offer these alternative navigation methods.
Who Is Affected
Users with cognitive disabilities who may struggle with complex menu structures, users with motor disabilities who find it difficult to navigate through many menu levels, elderly users who prefer familiar navigation patterns, and any visitor unfamiliar with your site's organization.
What This Means
People need more than just your main navigation menu to find content on your website. WCAG requires at least two ways to locate any page (except for pages that are steps in a process, like checkout pages). Common methods include:
- Site search functionality
- Site map or site index
- Breadcrumb navigation
- Topic-based landing pages
- A-Z index of services
This requirement recognizes that different users have different mental models of how information should be organized. What seems logical to your department may not match how citizens think about your services.
Fix: CMS / Theme
Most government websites need to add missing navigation features at the theme level:
Add Site Search
Joomla:
- Go to Extensions → Modules → New
- Select "Smart Search Module" or "Search Module"
- Configure to search all content areas
- Position in header or sidebar on all pages
- Test that it returns relevant results
WordPress:
- Go to Appearance → Widgets or Appearance → Customize → Widgets
- Add a "Search" widget to your header or sidebar
- For better results, install a plugin like "Relevanssi" or "SearchWP"
- Test search functionality across different content types
Create a Site Map Page
Joomla:
- Go to Menus → All Menu Items → New
- Select "System Links → Site Map"
- Configure to show all published menu items
- Add link to site map in your footer
WordPress:
- Install a sitemap plugin like "WP Sitemap Page"
- Create a new page and insert the sitemap shortcode
- Add the sitemap page link to your footer menu
- Ensure it displays all public pages and posts
Add Breadcrumb Navigation
Joomla:
- Go to Extensions → Modules → New
- Select "Breadcrumbs Module"
- Position above main content area
- Configure to show on all pages except homepage
WordPress:
- Install a breadcrumb plugin like "Breadcrumb NavXT"
- Add the breadcrumb code to your theme template
- Configure to show category/page hierarchy
- Style breadcrumbs to be visually distinct but not overwhelming
Fix: Content Editor
Content editors can improve navigation by creating topic-based entry points:
Create Service Landing Pages
- Group related services and information by topic
- Create overview pages that link to detailed content
- Add these landing pages to your main navigation
- Include links to popular or related content on each page
Build an A-Z Index
- Create a page listing all services alphabetically
- Link each entry to the relevant service page
- Add this index to your main menu or footer
- Keep it updated as you add new services
Improve Internal Linking
- Add "See also" or "Related services" sections to content pages
- Link to relevant forms, applications, or related departments
- Use descriptive link text that explains the destination
- Review older content to add helpful cross-links
Standard Reference
WCAG 2.1 Success Criterion 2.4.5 — Multiple Ways, Level AA
More than one way is available to locate a Web page within a set of Web pages except where the Web Page is the result of, or a step in, a process.
Helpful Tools
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