The page contains a heading, skip link, or landmark region

The page has a skip link so keyboard users can bypass repeated navigation.

On this page

Impact

ScanGov impact ratings

About

Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently.

Risks

Keyboard users cannot efficiently navigate your site.

Why it's important

Allows keyboard-only users and screen reader users to efficiently move through and interact with page content.

User stories

As a keyboard-only user, I want to efficiently navigate through page content without getting stuck or lost.

Code

<a href="#main-content" class="skip-link">Skip to main content</a>

<nav>...</nav>

<main id="main-content">
  <!-- page content -->
</main>

Error

ScanGov messaging when a site fails a standard:

Failed: The page contains a heading, skip link, or landmark region

Guidance

Indicators

On this page