Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile-Readable Font SizesAction67% of visible text renders at >= 12 CSS px (70 below threshold)FIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction9 landmarksREVIEW
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding11 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 Free AI Tarot Readin… | 1.12:1 | 3.0:1 | #000000 | #12120F | Fail |
| h2 Frame your question,… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 When navigating unce… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 How to do an online … | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Pricing | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 AI tarot interpretat… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 One spread, six dist… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Questions seekers br… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Frequently Asked Que… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Ready to begin. | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Four Steps to Your A… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Login & Free Daily C… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Monthly Subscription… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 One-Time Purchase Pl… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| title Free AI Tarot Readin… | 1.02:1 | 4.5:1 | #000000 | #030405 | Fail |
| span TAROTAI | 1.02:1 | 4.5:1 | #000000 | #030405 | Fail |
| span CHAT | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a How it works | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Blog | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Pricing | 1.00:1 | 4.5:1 | #000000 | #000000 | 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.
A+Heading Hierarchy23 headingsPASS
- H1 Free AI Tarot ReadingTAROTAI.CHAT
- H2 Frame your question, draw cards online, and begin an in-depth AI tarot reading.
- H2 When navigating uncertainty, find clarity on TAROTAI.CHAT
- H2 How to do an online tarot reading on TAROTAI.CHAT
- H3 Four Steps to Your AI Tarot Reading
- H4 Frame your question
- H4 Draw cards online yourself
- H4 Receive AI tarot insights and ask follow-ups
- H4 Draw a free daily card
- H3 Login & Free Daily Credits
- H2 Pricing
- H3 Monthly Subscription Plans
- H4 Plus
- H4 Pro
- H3 One-Time Purchase Plans
- H4 Starter
- H4 Standard
- H4 Premium
- H2 AI tarot interpretations, classic spreads, and the complete 78 Rider-Waite deck.
- H2 One spread, six distinct Tarot AI perspectives.
- H2 Questions seekers bring to TAROTAI.CHAT.
- H2 Frequently Asked Questions
- H2 Ready to begin.
A+Heading Text QualityAll 23 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 30 images OKPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #question-input | textarea | (e.g.: How is my career development direction?) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<textarea id="question-input">
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+Link & Button Quality31 links, 26 buttons — all OKPASS
A+Form Input Types1 form control(s) checked, no type mismatchesPASS
A+Form Input Quality1 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
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
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 23 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 |
|---|
TAROTAI.CHAT PROVIDES SYMBOLIC AI TAROT READINGS INTENDED FOR PERSONAL CONTEMPL… div.dark > div.relative > section#faq > p.mt-6 |
© 2025 TAROTAI.CHAT. All rights reserved. div.relative > footer.border-t > div.mx-auto > p.text-[11px] |
These are opportunities to improve the legibility of your content.