Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FDocument LanguageActionMissing <html lang> attribute (WCAG 3.1.1)FIX
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 SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure5 landmarksREVIEW
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
CForm AccessibilityAction9 of 9 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| select | select | (none) | none |
| select | select | (none) | none |
| select | select | (none) | none |
| select | select | (none) | none |
| select | select | (none) | none |
| select | select | (none) | none |
| select | select | (none) | none |
| select | select | (none) | none |
| select | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select>; <select>; <select>; <select>; <select>; <select>; <select>; <select>; <select>
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
BFavicon & Branding5 icon(s) detectedREVIEW
A+Heading Hierarchy2 headingsPASS
- H3 Sexually Explicit Content For Adults Only.
- H1 Confirm You are Over 18.
A+Heading Text QualityAll 2 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 3 images OKPASS
A+Link & Button Quality3 links, 15 buttons — all OKPASS
A+Form Input Types9 form control(s) checked, no type mismatchesPASS
A+Form Input Quality9 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Tabindex Anti-Patterns11 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+Mobile-Readable Font SizesAll 11 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
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 Confirm You are Over… | 20.52:1 | 3.0:1 | #000000 | #F9FDFF | Pass |
| h3 Sexually Explicit Co… | 20.36:1 | 3.0:1 | #000000 | #F8FCFF | Pass |
| p This website contain… | 20.69:1 | 4.5:1 | #000000 | #FAFEFF | Pass |
| a Terms & Conditions | 20.72:1 | 4.5:1 | #000000 | #FBFEFF | Pass |
| p and | 20.72:1 | 4.5:1 | #000000 | #FBFEFF | Pass |
| a Privacy Policy | 20.69:1 | 4.5:1 | #000000 | #FAFEFF | Pass |
| p , and acknowledge th… | 20.69:1 | 4.5:1 | #000000 | #FAFEFF | Pass |
| button Yes, I am 18+ | 20.04:1 | 4.5:1 | #000000 | #F6FAFF | Pass |
| span No - Exit This Websi… | 19.11:1 | 4.5:1 | #000000 | #F2F4FB | Pass |
| aside By entering this web… | 19.26:1 | 4.5:1 | #000000 | #F3F5FB | Pass |
| span ©2026 Ravana, LLC. | 18.81:1 | 4.5:1 | #000000 | #F6F1F4 | Pass |
| span Video Player is load… | 18.64:1 | 4.5:1 | #000000 | #F5F0F3 | Pass |
| span Play Video | 18.70:1 | 4.5:1 | #000000 | #F7F0F2 | Pass |
| span Play | 18.27:1 | 4.5:1 | #000000 | #F6EDEE | Pass |
| span Unmute | 18.17:1 | 4.5:1 | #000000 | #F4EDEC | Pass |
| span Current Time | 17.62:1 | 4.5:1 | #000000 | #F2E9EA | Pass |
| span 0:00 | 17.12:1 | 4.5:1 | #000000 | #EBE7E7 | Pass |
| span Duration | 18.01:1 | 4.5:1 | #000000 | #F2ECEE | Pass |
| span 0:00 | 18.38:1 | 4.5:1 | #000000 | #F5EEF1 | Pass |
| span Loaded | 19.45:1 | 4.5:1 | #000000 | #F5F6FA | 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.
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 17 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
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.fontawesome-i2svg-active html.fontawesome-i2svg-active |
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.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.fontawesome-i2svg-active html.fontawesome-i2svg-active |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
Yes, I am 18+ div.site-content > div.page-container > main > button#ageConfirmationButton |