Accessibility
· 17 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 404, bare pageFIX
DFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
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 Hierarchy1 headingsPASS
- H1 Find your potential spouse anonymously.
A+Alt Text QualityAll 1 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Link & Button Quality1 issue(s) across 16 links and 3 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /use-cases | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Use Cases | |||
Generic link text like 'click here' doesn't describe the destination.
/use-cases ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
A+Form Input TypesNo form controls on this pagePASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
A+Iframe AccessibilityNo iframes on this 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 Find your potential … | 17.05:1 | 3.0:1 | #000000 | #EBE7E1 | Pass |
| title Find your potential … | 20.31:1 | 4.5:1 | #000000 | #FDFBF6 | Pass |
| span Potential | 20.31:1 | 4.5:1 | #000000 | #FDFBF6 | Pass |
| span Spouse | 13.99:1 | 4.5:1 | #000000 | #D2D3D2 | Pass |
| a Who it's for | 14.35:1 | 4.5:1 | #000000 | #D3D6D5 | Pass |
| a About | 14.50:1 | 4.5:1 | #000000 | #D5D7D4 | Pass |
| a Essays | 14.55:1 | 4.5:1 | #000000 | #D6D7D6 | Pass |
| a Support | 15.09:1 | 4.5:1 | #000000 | #DADBD7 | Pass |
| span Have a codename? | 15.14:1 | 4.5:1 | #000000 | #DBDBD8 | Pass |
| a Sign in | 15.42:1 | 4.5:1 | #000000 | #DDDDD9 | Pass |
| p For adults thinking … | 16.03:1 | 4.5:1 | #000000 | #E2E1DB | Pass |
| span anonymously | 16.90:1 | 4.5:1 | #000000 | #EAE6E1 | Pass |
| p Search for someone s… | 17.03:1 | 4.5:1 | #000000 | #EAE7E2 | Pass |
| button View your codename … | 18.33:1 | 4.5:1 | #000000 | #F3EFE9 | Pass |
| a Learn more | 17.50:1 | 4.5:1 | #000000 | #EDEAE5 | Pass |
| p No email required ·… | 17.75:1 | 4.5:1 | #000000 | #EDECE7 | Pass |
| p Already have a coden… | 17.95:1 | 4.5:1 | #000000 | #EFEDE8 | Pass |
| a Sign in → | 18.27:1 | 4.5:1 | #000000 | #F1EFEA | Pass |
| a Read why we built th… | 19.02:1 | 4.5:1 | #000000 | #F4F4EE | Pass |
| span Potential | 19.41:1 | 4.5:1 | #000000 | #F7F6F1 | 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, 16 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 |
|---|
Spouse div.mx-auto > a.flex > span.font-display > span.text-primary-sky |
Sign in header.sticky > div.mx-auto > div.flex > a.inline-flex |
View your codename → section.hero-section > div.hero-content > div.reveal > button.inline-flex |
Spouse div.mx-auto > div.flex > span.font-display > span.text-primary-sky |
These are opportunities to improve the legibility of your content.