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 Structure1 landmarksREVIEW
BLink & Button Quality1 issue(s) across 36 links and 10 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| /privacy_policy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| /cookie_policy | Cookie Policy | new tab | Add '(opens in new tab)' to text |
| /member_agreement | Member Agreement | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/
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.
/privacy_policy; /cookie_policy; /member_agreement
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding7 icon(s) detectedREVIEW
A+Heading Hierarchy1 headingsPASS
- H1 Discover your neighborhood
A+Alt Text QualityAll 5 images OKPASS
AForm Accessibility1 of 3 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #_rm_ | Email address | aria-label | |
| #_rn_ | password | Create a password | aria-label |
| #_rc_ | input | (Your business name) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input id="_rc_">
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
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 Discover your neighb… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Nextdoor | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Partners | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Businesses | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Log in | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Sign up | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to Content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Continue with Google | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Continue with Apple | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Email address | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Create a password | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p By continuing with s… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Privacy Policy | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Cookie Policy | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p , and | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Member Agreement | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Continue | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Have a business? | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Get started | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Have an invite code? | 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.
A+Lighthouse Accessibility AuditsScore 100/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.
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 |
|---|
Continue with Google div.Styled_columnGap-sm__zpop7k8x > div.reset__1m5uu6e0 > div.BaseButton__emelwr0 > button#google-button |
Continue with Apple div.Styled_columnGap-sm__zpop7k8x > div.reset__1m5uu6e0 > div.BaseButton__emelwr0 > button#apple-button |