Know exactly which WCAG criteria you fail
Not a vague accessibility grade - every issue is mapped to a specific WCAG 2.1/2.2 success criterion and conformance level.
Run free accessibility auditFour categories of checks
Visual
Color contrast ratios, text resizing, and use-of-color issues that make content hard to perceive.
Keyboard & focus
Whether every interactive element is reachable and operable without a mouse, with a visible focus indicator.
Forms & labels
Whether inputs have programmatically associated labels a screen reader can announce.
Structure & semantics
Heading order, landmark regions, and ARIA roles/attributes that give assistive technology a correct map of the page.
Mapped to real WCAG success criteria
A sample of the checks and the exact success criterion each one maps to. The full audit covers dozens more.
| Check | Success criterion | Level |
|---|---|---|
| Images have alt text | 1.1.1 - Non-text Content | A |
| Sufficient color contrast | 1.4.3 - Contrast (Minimum) | AA |
| Buttons have accessible names | 4.1.2 - Name, Role, Value | A |
| Form inputs have labels | 1.3.1 / 3.3.2 - Info & Relationships / Labels or Instructions | A |
| Page has a valid html lang attribute | 3.1.1 - Language of Page | A |
| Document has a <title> | 2.4.2 - Page Titled | A |
| Headings are in a logical order | 1.3.1 / 2.4.6 - Info & Relationships / Headings and Labels | A / AA |
| Interactive elements are keyboard-focusable | 2.1.1 - Keyboard | A |
| Page allows skipping repeated blocks | 2.4.1 - Bypass Blocks | A |
| No duplicate ARIA IDs | 4.1.2 - Name, Role, Value | A |
How it works
A real browser render, not just static HTML parsing.
Paste your URL
A real browser renders the page - accessibility issues in JavaScript-rendered content are caught, not just static HTML.
Every audit mapped to WCAG
Each failing check is tied to a specific WCAG 2.1/2.2 success criterion and conformance level, not left as an unexplained warning.
Fix with AI guidance
Get a prioritized list with AI-written fixes, so you know exactly what to change and why it matters for that criterion.
Frequently asked questions
Does a passing score mean my site is WCAG compliant?
No. Automated tools like this one reliably catch roughly a third of WCAG success criteria - contrast, missing labels, ARIA misuse, and similar. Things like whether alt text is actually meaningful (not just present), logical reading order for screen readers, or cognitive load still need a human review. Treat this as a strong first pass, not a compliance certificate.
What's the difference between WCAG A, AA, and AAA?
A is the minimum baseline, AA is the level most legal and organizational accessibility policies target, and AAA is the strictest and often impractical to fully meet. Most of what this audit surfaces is A or AA - the levels that matter for the majority of compliance requirements.
Can this replace a screen-reader test?
No - it complements one. Automated checks catch structural and markup issues fast and consistently; only testing with an actual screen reader (or a person who uses one) reveals whether the experience is genuinely usable, not just technically compliant.
Does this check color contrast automatically?
Yes - contrast ratios are checked directly by the underlying Lighthouse accessibility audit against WCAG 1.4.3, no manual color-picking required.
Related audits
Website Audit
Run a free instant audit for performance, SEO, accessibility, and best practices.
SEO Audit
Check crawlability, metadata, structured data, and AI-agent discoverability.
Performance Audit
A full Lighthouse lab run across desktop and mobile, with framework-aware fixes.
Security Audit
Turn a header/vulnerability scan into SOC 2 and GDPR control evidence.
Website Speed Test
How fast your site loads, in plain language - one number, no jargon.
Core Web Vitals Test
Check LCP, CLS, and INP against Google's thresholds, lab and field.
Broken Link Checker
Crawl a page's links and find the ones that are dead before your users do.
Security Headers Checker
CSP, HSTS, and every other HTTP security header - analyzed, not just listed.
Open Graph Checker
See whether your page has the og:title, og:description, and og:image tags social platforms need.
Schema Markup Checker
Check whether your page ships JSON-LD structured data search engines and AI agents can read.
Sitemap Checker
Check whether your sitemap.xml is reachable, valid, and free of common mistakes.
Redirect Checker
Trace a URL's redirect chain and catch loops, excess hops, and HTTPS-to-HTTP downgrades.
Fix guides
Run a free accessibility audit
Every issue mapped to a specific WCAG success criterion and level.
Run free audit