Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BFavicon & Branding11 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 The world’s fastes… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Hugo Sponsors | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Hugo Sponsors | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 QR code linking to h… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title The world's fastest … | 1.07:1 | 4.5:1 | #000000 | #000E14 | Fail |
| title The world's fastest … | 1.07:1 | 4.5:1 | #000000 | #000E14 | Fail |
| a HUGO | 4.02:1 | 4.5:1 | #000000 | #656E71 | Fail |
| a News | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Docs | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Themes | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Community | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a GitHub | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Built with Hugo | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a v0.160.1 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Search docs | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Search by | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Star | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span 87696 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span 87.7k | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
ALandmark Structure4 landmarksPASS
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
A+Heading Hierarchy5 headingsPASS
- H3 (empty)
- H3 QR code linking to https://gohugo.io/
- H1 The world’s fastest framework for building websites
- H2 Hugo Sponsors
- H2 Hugo Sponsors
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
A+Alt Text QualityAll 5 images OKPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | search | (Search docs) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
ALink & Button Quality35 links, 7 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://github.com/gohugoio/hugo | Star on GitHub | new tab | Add '(opens in new tab)' to text |
| https://fosstodon.org/@gohugoio | Link to Mastodon | new tab | Add '(opens in new tab)' to text |
| https://github.com/gohugoio/hugo | GitHub 87696 stars | new tab | Add '(opens in new tab)' to text |
| https://fosstodon.org/@gohugoio | Mastodon | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://github.com/gohugoio/hugo; https://fosstodon.org/@gohugoio; https://github.com/gohugoio/hugo; https://fosstodon.org/@gohugoio
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
A404 Error PageHTTP 404, custom pagePASS
AWeb ManifestPWA-readyPASS
A+Lighthouse Accessibility AuditsScore 97/100 — 2 failing, 27 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Star button dl.mt-10 > div.relative > dd.inline > a.text-blue-500 |
Hugo forums dl.mt-10 > div.relative > dd.inline > a.text-blue-500 |
release dl.mt-10 > div.relative > dd.inline > a.text-blue-500 |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
HUGO body.flex > header.print:hidden > div.relative > a.text-white |