What is a "skip navigation" link?

Date Updated
08/19/15

Many websites have redundant navigation systems across multiple pages. Usually these navigation systems include several links across the top and/or down the left side of the page. For screen reader users and users navigating by keyboard, these links can become burdensome if there is no way to efficiently skip past them. A sighted user can jump visually past these links and begin reading the main content of the page. A "skip navigation" link is a technique for facilitating similarly efficient access for users with certain disabilities. A "skip navigation" link is implemented by placing a named anchor at the point on the page where the main content begins (e.g., <a name="main">). Then, place a same-page link at the beginning of the page that targets this named anchor (e.g., <a href="#main">Skip to main content</a>).

For additional information, consult the AccessIT Knowledge Base articles Is it ok to make "skip navigation" links invisible? and Does CSS positioning eliminate the need for a "skip navigation" link?