Skip Navigation Links Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Skip Navigation Links Check

Description

The “Skip Navigation Links Check” evaluates whether the first link on the webpage provides users with a clear and accessible option to skip directly to the main content of the page.

Example outcome

I found that the first link of the webpage allows us to skip to the main content.

Impact

Fixes

To address missing or inadequate link to main content:

  1. Ensure that the first link on the page allows skipping to the main content (i.e., has a link with an appropriate skip navigation mechanism).
  2. Use a skip to main content link at the top of the page that provides a direct jump to the main content (e.g., <a href="#main-content" class="skip-to-main">Skip to Main Content</a>).
  3. Ensure that the id of the main content section matches the target of the skip link (for example, the main content section might have an id="main-content").
  4. Make sure this link is visually and functionally accessible, including proper focus styles when navigating through links via keyboard.

Resources