Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure13 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
BHeading Hierarchy9 headingsREVIEW
- H2 Products navigation
- H3 Shop Categories
- H3 New Products
- H3 Featured Products
- H2 Latest News from the Adafruit Blog
- H2 New Products
- H2 Mother's Day
- H2 iFixit! HACK THE ALARMO
- H2 Featured Products
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
CLink & Button QualityAction2 issue(s) across 122 links and 13 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.youtube.com/playlist?list=PL… | (empty) | empty | Add link text or aria-label |
| https://blog.adafruit.com/category/adafr… | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/adafruit/ | Adafruit on Instagram | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/adafruit/ | Adafruit on Twitter | new tab | Add '(opens in new tab)' to text |
| https://mastodon.cloud/@adafruit | Adafruit on Mastodon | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/adafruitindustr… | Adafruit on Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/adafruit | Adafruit on YouTube | new tab | Add '(opens in new tab)' to text |
| https://github.com/adafruit | Adafruit on GitHub | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@adafruit | Adafruit on TikTok | new tab | Add '(opens in new tab)' to text |
| https://adafruit.tumblr.com/ | Adafruit on Tumblr | new tab | Add '(opens in new tab)' to text |
| https://www.threads.net/@adafruit | Adafruit on Threads | new tab | Add '(opens in new tab)' to text |
| https://adafru.it/discord | Adafruit on Discord | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/adafruit.com | Adafruit on BlueSky | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.youtube.com/playlist?list=PLjF7R1fz_OOX4F4dGqB6V2pY3YmFaWDFh; https://blog.adafruit.com/category/adafruit-learning-technologies/adafruit-io/
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.instagram.com/adafruit/; https://twitter.com/adafruit/; https://mastodon.cloud/@adafruit; https://www.facebook.com/adafruitindustries; https://www.youtube.com/adafruit; https://github.com/adafruit; https://www.tiktok.com/@adafruit; https://adafruit.tumblr.com/; https://www.threads.net/@adafruit; https://adafru.it/discord (+1 more)
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding14 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 |
|---|---|---|---|---|---|
| h2 Products navigation | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Latest News | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 New Products | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Featured Products | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h3 Shop Categories | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h3 New Products | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h3 Featured Products | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| title Adafruit Industries,… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Skip Navigation | 3.66:1 | 4.5:1 | #000000 | #666666 | Fail |
| span toggle menu | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| label Search | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Shopping cart, | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span items. | 15.66:1 | 4.5:1 | #000000 | #01F7F8 | Pass |
| a Sign In | 15.65:1 | 4.5:1 | #000000 | #00F7F7 | Pass |
| a Create Account | 15.78:1 | 4.5:1 | #000000 | #01F8F8 | Pass |
| a New Products | 15.80:1 | 4.5:1 | #000000 | #01F8F9 | Pass |
| a Featured Products | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Gift Ideas | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Circuit Playground | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Feather | 17.62:1 | 4.5:1 | #000000 | #EBEBEB | 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.
A+Alt Text QualityAll 25 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #MobileSearch | text | Search | for/id |
| #search | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="q" id="search">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 25 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.