Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
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.
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
CHeading HierarchyAction20 headings, 3 skip(s)REVIEW
- H1 Looking for love? Or just a hot date tonight?
- H4 Millions of Members skipped
- H4 Fast & Easy to Join
- H4 Safe + Secure
- H2 Millions of Singles for You
- H2 Join today! Millions of singles are waiting…
- H2 Member Testimonials
- H5 Eric S. skipped
- H5 Sarah T.
- H5 Bret D.
- H6 About Folkd
- H3 Millions of Members.Easy to use.Free to Join.
- H2 The secret of dating success is Folkd
- H5 Millions of Members skipped
- H5 Mobile + Desktop
- H5 Verified Upfront
- H5 Free to Join
- H2 Join now and meet singles today!
- H2 Join for Free Today (3 sec)
- H2 Join for Free Today (60 sec)
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
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
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
BLink & Button Quality6 issue(s) across 23 links and 5 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://media.folkd.com/wp-content/uploa… | (empty) | empty | Add link text or aria-label |
| https://media.folkd.com/wp-content/uploa… | (empty) | empty | Add link text or aria-label |
| https://media.folkd.com/wp-content/uploa… | (empty) | empty | Add link text or aria-label |
| https://media.folkd.com/wp-content/uploa… | (empty) | empty | Add link text or aria-label |
| https://media.folkd.com/wp-content/uploa… | (empty) | empty | Add link text or aria-label |
| https://media.folkd.com/wp-content/uploa… | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://media.folkd.com/wp-content/uploads/2025/02/01072602/pexels-olly-77490…; https://media.folkd.com/wp-content/uploads/2025/02/01072612/pexels-divinetech…; https://media.folkd.com/wp-content/uploads/2025/02/01072607/pexels-kindelmedi…; https://media.folkd.com/wp-content/uploads/2025/02/01072600/pexels-kriisszzz-…; https://media.folkd.com/wp-content/uploads/2025/02/01072610/pexels-italo-melo…; https://media.folkd.com/wp-content/uploads/2025/02/01072556/pexels-cottonbro-…
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
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 14 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 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 Looking for love? Or… | 2.21:1 | 3.0:1 | #000000 | #3D4844 | Fail |
| h2 Millions of Singles … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Join today! Millions… | 5.57:1 | 3.0:1 | #000000 | #A17C62 | Pass |
| h2 Member Testimonials | 10.09:1 | 3.0:1 | #000000 | #CCAE9A | Pass |
| h2 The secret of dating… | 1.38:1 | 3.0:1 | #000000 | #25252B | Fail |
| h2 Join now and meet si… | 1.38:1 | 3.0:1 | #000000 | #25252B | Fail |
| h2 Join for Free Today … | 1.38:1 | 3.0:1 | #000000 | #25252B | Fail |
| h2 Join for Free Today … | 1.38:1 | 3.0:1 | #000000 | #25252B | Fail |
| h3 Millions of Members. | 1.38:1 | 3.0:1 | #000000 | #25252B | Fail |
| h3 Easy to use. | 1.38:1 | 3.0:1 | #000000 | #25252B | Fail |
| h3 Free to Join. | 1.38:1 | 3.0:1 | #000000 | #25252B | Fail |
| title Folkd | 1.21:1 | 4.5:1 | #000000 | #151B1F | Fail |
| span Folkd | 1.29:1 | 4.5:1 | #000000 | #241F1D | Fail |
| a Home | 1.17:1 | 4.5:1 | #000000 | #24120C | Fail |
| a Sign Up | 2.26:1 | 4.5:1 | #000000 | #53452F | Fail |
| a Member Login | 1.59:1 | 4.5:1 | #000000 | #352F29 | Fail |
| p Folkd has been conne… | 2.65:1 | 4.5:1 | #000000 | #4A5446 | Fail |
| span Join now for free | 17.93:1 | 4.5:1 | #000000 | #ECEDEF | Pass |
| h4 Millions of Members | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| p Folkd has millions o… | 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+Alt Text QualityAll 7 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ays-pb-modal-checkbox_2 | checkbox | modal-check | for/id |
| #ays-pb-modal-checkbox_3 | checkbox | modal-check | for/id |
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 21 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 |
|---|
Ok div#cookie-notice > div.cookie-notice-container > span#cn-notice-buttons > button#cn-accept-cookie |
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 |
|---|
Millions of Members div.wp-block > div.position-relative > div.position-relative > h4#heading |
Eric S. div.wp-block > div.position-relative > div.position-relative > h5.wp-block |
Millions of Members div.wp-block > div.position-relative > div.position-relative > h5.wp-block |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.position-relative > figure.wp-block > div.position-relative > a.position-relative div.position-relative > figure.wp-block > div.position-relative > a.position-relative |
div.position-relative > figure.wp-block > div.position-relative > a.position-relative div.position-relative > figure.wp-block > div.position-relative > a.position-relative |
div.position-relative > figure.wp-block > div.position-relative > a.position-relative div.position-relative > figure.wp-block > div.position-relative > a.position-relative |
div.position-relative > figure.wp-block > div.position-relative > a.position-relative div.position-relative > figure.wp-block > div.position-relative > a.position-relative |
div.position-relative > figure.wp-block > div.position-relative > a.position-relative div.position-relative > figure.wp-block > div.position-relative > a.position-relative |
div.position-relative > figure.wp-block > div.position-relative > a.position-relative div.position-relative > figure.wp-block > div.position-relative > a.position-relative |
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.