Free · no signup · no credit card
Free WCAG 2.2 AA accessibility scan
Enter your URL. We'll scan it against the same WCAG 2.1 / 2.2 AA ruleset that EAA 2025, ADA Title III, and Section 508 reference (axe-core 4.11). You'll get a full report by email within minutes — every violation, severity, the offending HTML snippet, and a prioritised remediation checklist.
What's in the report
- Conformance status — fully / partially / non-conformant against WCAG 2.2 AA, mapped to EN 301 549 (the EU harmonised standard).
- Per-violation breakdown — rule ID, WCAG success criterion, severity (critical / serious / moderate / minor), affected elements with CSS selectors, exact HTML snippets.
- Prioritised remediation checklist — fix the criticals first, then serious, then moderate. Estimated effort per category.
- Regulatory framing — which violations would surface in a typical ADA Title III demand letter, which would fail an EAA market- surveillance check.
- Next steps — how to wire this into CI so regressions get caught before merge, and how to publish the accessibility statement regulators ask for.
What this is and isn't
- Is: an automated scan with axe-core 4.11, the same engine plaintiff-firm scanners and Microsoft Accessibility Insights use.
- Isn't: a human audit. Automated tools catch ~57% of WCAG issues. The remaining 43% need a qualified human.
- Isn't: a compliance certificate. Regulators require ongoing diligence — an annual audit + continuous CI — not a point-in-time PDF.
- Isn't: an overlay widget. axle never ships JavaScript to your visitors. The scan reads the served HTML.
After the report
If you want continuous compliance without paying for an audit every quarter:
- Install the GitHub Action on your main repo. It scans every PR and blocks merges on serious-severity regressions. Free tier covers 1 repo.
- Generate your accessibility statement — free generator produces compliant markup for EAA, ADA, or Israeli תקנה 35 jurisdictions.
- Upgrade to Team ($49/mo) if you want hosted AI fixes, up to 10 repos, multi-language statements, and a verified statement URL for regulator filings.