Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction1 icon(s) detectedFIX
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
A+Landmark Structure4 landmarksPASS
A+Heading Hierarchy25 headingsPASS
- H3 Live Online
- H3 Self-Paced
- H1 Research-based, results-driven UX guidance and training.
- H2 Recent Articles & Videos
- H3 Less Chat, More Answer: Site AI Chatbots Need to Get to the Point
- H3 Boost Design Autonomy with an Information Pipeline
- H3 Use AI Responsibly in Analysis
- H3 Field Guide to Explaining UX Strategy
- H2 Live Online Courses
- H2 Self-Paced Courses
- H2 Earn UX Certification
- H3 Take 5 live courses, pass 5 online exams
- H2 Learn with Your Team
- H2 Partner with Our Experts
- H2 Why NNGroup
- H3 Research-backed, 28+ years strong.
- H3 Deep topics, digestible guidance.
- H3 Evidence over opinions.
- H2 Leading Organizations Learn from NNGroup
- H2 Never miss an update
- H3 Courses
- H3 Consulting
- H3 Help
- H3 Company
- H2 Follow Us
A+Alt Text QualityAll 11 images OKPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search | text | Search | for/id |
| (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="email" name="email">
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
ALink & Button Quality1 issue(s) across 71 links and 13 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://podcasters.spotify.com/pod/show/… | The NN/G UX Podcast | new tab | Add '(opens in new tab)' to text |
| /cart/ | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
/cart/
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://podcasters.spotify.com/pod/show/nngroup
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
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Research-based, resu… | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h2 Recent Articles & Vi… | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h2 Live Online Courses | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h2 Self-Paced Courses | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h2 Earn UX Certificatio… | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h2 Learn with Your Team | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h2 Partner with Our Exp… | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h2 Why NNGroup | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h2 Leading Organization… | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h2 Never miss an update | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h2 Follow Us | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h3 Live Online | 18.52:1 | 3.0:1 | #000000 | #F9EDFA | Pass |
| h3 Self-Paced | 19.16:1 | 3.0:1 | #000000 | #FAF2FB | Pass |
| h3 Take 5 live courses,… | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h3 Research-backed, 28+… | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h3 Deep topics, digesti… | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h3 Evidence over opinio… | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h3 Courses | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h3 Consulting | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | Pass |
| h3 Help | 20.57:1 | 3.0:1 | #000000 | #FEFCFE | 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+Lighthouse Accessibility AuditsScore 95/100 — 1 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.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.newsletter > form.form-field > div.subscribe-wrap > input.newsletter-email div.newsletter > form.form-field > div.subscribe-wrap > input.newsletter-email |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.