UX Design
Skip Link
A skip link is a hidden link, usually first on the page, that jumps straight to the main content. It becomes visible when it receives keyboard focus.
Why it matters
Without it, keyboard and screen-reader users must tab through the entire navigation menu on every single page before reaching what they came for. A skip link removes that repetitive chore.
In depth
It is typically positioned off screen with CSS and revealed only on focus, so it stays out of the visual design while remaining available to those who need it. The link should point to the main content region so activating it moves both focus and reading position there. It is a small, low-cost addition that noticeably improves the experience for keyboard users.
Real-world example
Press Tab the moment a well-built page loads and a "Skip to main content" link often appears in the top corner, ready to jump you past the menu.
The primary region of the page.
Related terms