methodology / Accessibility / #58
Skip-to-content link
live factor #58 · Accessibility · scoring impl: implemented · weight 0.7%
What we measure
A "Skip to main content" link lets keyboard users jump past your navigation on every page. It's a small thing but a required pattern for accessible sites.
How to improve your score
Add `<a href="#main" class="skip-link">Skip to content</a>` as the first focusable element of the page, with CSS that hides it until keyboard-focused.
Data source
Data source for this factor is not yet documented.
Implementation notes
Check the first `<a>` element in tab order — verify the text and target.
Scoring
Scoring formulas are versioned with the methodology. The current method (v1.1.0) maps raw measurements to pass, warn, fail. Factor weights determine how much each contributes to the composite — see the methodology index for the full table.
Version history
| Version | Change | Date |
|---|---|---|
| v1.1.0 | Factor introduced. Status: live. Scoring impl: implemented. | 2026-04-25 |