Free tool · no sign-up
Website accessibility checker
European Accessibility Act requirements apply from 28 June 2025. This runs 18 automated WCAG 2.2 checks and shows each one with its success criterion — so you can verify the result rather than take it on trust.
No sign-up. Checks the single page at the address you give.
Automated WCAG checks
· ·
Where to start
Email me the full report
The same report plus a PDF attachment — easy to forward to your team or your developer.
Need EAA conformance, not a score?
Automation is the first step. Beyond it you need a manual pass with a screen reader, contrast and focus-order testing, then a prioritised remediation plan.
Talk about an accessibility audit →A clean result is not EAA conformance
Automated checks catch a minority of WCAG criteria — roughly a third. A machine cannot judge whether alt text means the right thing in context, whether focus order is logical, whether an error message is understandable, or whether someone can complete checkout with a screen reader alone. This tool clears the mechanical failures. That is a necessary first step; conformance is established by a manual audit, not by a score.
Five groups, 18 checks
Every check names its WCAG criterion, so you can open the source and confirm it yourself. Work from the three priorities: failures first, then warnings.
-
Page structure
Document language, title, a single H1, heading order with no skipped levels, main and nav landmarks.
-
Images and media
Image alt text and whether it means anything, titles on visible iframes, audio that autoplays.
-
Forms and links
Field labels, links with no accessible name, and link text like “read more” that means nothing out of context.
-
Keyboard and focus
Positive tabindex breaking the tab order, a skip-to-content link, aria-hidden on something still reachable by keyboard.
-
Markup and zoom
Viewport blocking zoom, duplicate ids breaking label association, tables without th.