Skip Navigation Link
A skip navigation link is a link, usually placed near the very top of a web page, that lets people jump straight to the main content and bypass repeated elements like menus, logos, and search bars. It is especially helpful for people who use a keyboard or a screen reader, since they would otherwise have to move through the same navigation on every page. Activating the link moves focus directly to the primary content area.
A skip navigation link is an in-page anchor, commonly implemented as the first focusable interactive element in the document source order, that targets the main content region (often via an id or a landmark such as the <main> element). It allows keyboard and screen reader users to bypass blocks of repeated content, giving them the same efficient access to primary content that pointer users gain visually. Implementations frequently pair the link with visible-on-focus styling so that it is discoverable to sighted keyboard users while remaining unobtrusive. Skip links support the intent of WCAG's provision for bypassing repeated blocks of content, though conformance and correct behavior should be verified through manual keyboard and assistive technology testing rather than automated checks alone.
Why it matters
For people who navigate with a keyboard or a screen reader, repeated page elements such as menus, logos, and search bars can create significant friction. Without a way to bypass these blocks, a user may have to move through the same navigation links on every page before reaching the content they came for. A skip navigation link addresses this by giving keyboard and screen reader users the same efficient access to primary content that sighted pointer users gain visually by simply looking past the header and clicking into the main area.
Skip links support the intent of WCAG's provision for bypassing blocks of repeated content, which is one of the techniques commonly used to satisfy that requirement. It is important to understand, however, that including a skip link does not by itself guarantee conformance or an accessible experience. Automated tools may detect the presence of a link but cannot fully confirm that focus moves correctly to the main content or that the link is discoverable when it receives focus. Correct behavior should be verified through manual keyboard and assistive technology testing.
Well-implemented skip links are a small addition to a page's markup but can meaningfully reduce the effort required to reach content. This guidance describes a common accessibility technique and is not legal advice; requirements and how they are interpreted evolve through regulation and case law, and organizations with specific compliance obligations should consult qualified counsel and current agency guidance.
Who it's relevant to
Inside Skip Navigation Link
Common questions
Answers to the questions practitioners most commonly ask about Skip Navigation Link.