Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile Keyboard & AutofillAction2/2 eligible field(s) missing autocomplete or inputmodeFIX
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
DFavicon & BrandingAction6 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction7 landmarksREVIEW
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
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
BForm Accessibility3 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | (Search articles, guides, topics...) | placeholder only |
| input | text | (Search wellness quizzes...) | placeholder only |
| input | (Email address) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">; <input type="text">; <input type="email">
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
CLink & Button QualityAction3 issue(s) across 34 links and 14 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.instagram.com/ahealthplace/ | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/ahealthplace | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/a-healt… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/@ahealthplace | youtube | new tab | Add '(opens in new tab)' to text |
| https://uk.pinterest.com/ahealthyplace/_… | new tab | Add '(opens in new tab)' to text | |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://www.instagram.com/ahealthplace/; https://www.facebook.com/ahealthplace; https://www.linkedin.com/company/a-health-place/; https://www.youtube.com/@ahealthplace; https://uk.pinterest.com/ahealthyplace/_saved
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.w-10 (#265 on page); button.relative (#289 on page); button.p-1 (#305 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
BMobile-Readable Font Sizes98% of visible text renders at >= 12 CSS px (2 below threshold)REVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 15 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 Take a Quiz and Test | 16.47:1 | 3.0:1 | #000000 | #E2E4E6 | Pass |
| h2 Unlock Your Personal… | 16.47:1 | 3.0:1 | #000000 | #E2E4E6 | Pass |
| h3 Login Required | 16.47:1 | 3.0:1 | #000000 | #E2E4E6 | Pass |
| h3 We value your privac… | 16.47:1 | 3.0:1 | #000000 | #E2E4E6 | Pass |
| span NEW: Magazine Issue … | 5.47:1 | 4.5:1 | #FFFFFF | #0F766E | Pass |
| span NEW: Magazine Issue … | 1.92:1 | 4.5:1 | #FFFFFF | #99C3C0 | Fail |
| span NEW: Magazine Issue … | 1.14:1 | 4.5:1 | #FFFFFF | #EFF0F1 | Fail |
| span NEW: Magazine Issue … | 1.23:1 | 4.5:1 | #FFFFFF | #E7E8E9 | Fail |
| span NEW: Magazine Issue … | 1.29:1 | 4.5:1 | #FFFFFF | #E0E3E3 | Fail |
| span NEW: Magazine Issue … | 1.29:1 | 4.5:1 | #FFFFFF | #E0E3E4 | Fail |
| span NEW: Magazine Issue … | 1.28:1 | 4.5:1 | #FFFFFF | #E0E4E4 | Fail |
| span NEW: Magazine Issue … | 1.28:1 | 4.5:1 | #FFFFFF | #E0E4E5 | Fail |
| span NEW: Magazine Issue … | 1.28:1 | 4.5:1 | #FFFFFF | #E0E4E4 | Fail |
| span NEW: Magazine Issue … | 1.27:1 | 4.5:1 | #FFFFFF | #E1E5E5 | Fail |
| span NEW: Magazine Issue … | 1.27:1 | 4.5:1 | #FFFFFF | #E2E5E5 | Fail |
| span NEW: Magazine Issue … | 1.26:1 | 4.5:1 | #FFFFFF | #E3E5E6 | Fail |
| span NEW: Magazine Issue … | 1.25:1 | 4.5:1 | #FFFFFF | #E3E6E7 | Fail |
| span NEW: Magazine Issue … | 1.26:1 | 4.5:1 | #FFFFFF | #E3E5E6 | Fail |
| span NEW: Magazine Issue … | 1.26:1 | 4.5:1 | #FFFFFF | #E3E5E7 | Fail |
| span NEW: Magazine Issue … | 1.25:1 | 4.5:1 | #FFFFFF | #E3E6E7 | Fail |
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.
AHeading Hierarchy10 headings, 1 skip(s)PASS
- H1 Take a Quiz and Test Your Wellness Knowledge
- H2 Unlock Your Personalized Wellness Dashboard
- H4 Interactive Health Checks skipped
- H4 Secure Progress Logs
- H4 Empathetic Advising Matches
- H3 Login Required
- H4 Explore
- H4 Contact Details
- H4 Legal
- H3 We value your privacy
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Heading Text QualityAll 10 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 3 images OKPASS
AForm Input Types2 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality3 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-Patterns1 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 22 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
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flex-1 > div.flex > div.relative > button.relative div.flex-1 > div.flex > div.relative > button.relative |
header.fixed > div.fixed > div.flex > button.p-1 header.fixed > div.fixed > div.flex > button.p-1 |
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.
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 |
|---|
EXCLUSIVE MEMBER BENEFITS div.container > div.grid > div.text-left > span.text-[#0f7c85] |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Interactive Health Checks div.space-y-4 > div.flex > div > h4.font-heading |
These are opportunities to improve keyboard navigation in your application.