Three tiers, three different ceilings
Every accessibility check falls into one of three tiers. Each one catches real problems the tier below it misses — and each one has a ceiling it can't see past, no matter how thorough it is within its own tier.
Automated scanners
Examples: WAVE, axe, Google Lighthouse / PageSpeed Insights' Accessibility score, our own free ADA Compliance Checker
These read the page's code and flag patterns that are reliably detectable by a machine — missing alt attributes, missing form labels, insufficient color contrast, invalid ARIA, skipped heading levels. Fast, free or cheap, and genuinely useful as a first pass.
- Missing alt attributes
- Color contrast ratios
- Missing form labels
- Invalid or misused ARIA
- Heading structure gaps
- Alt text that's present but meaningless
- Keyboard target size
- Motion with no pause control
- Focus hidden behind sticky elements
- Whether it actually makes sense out loud
Manual WCAG audit
A person checks the page against the actual WCAG 2.2 success criteria by hand — not just the automated score.
This catches everything a scanner can, plus the categories of issue that only show up when someone actually interacts with the page: tabbing through it, measuring rendered target sizes, checking whether motion can be stopped, checking whether a sticky header ever hides a focused element. It still can't tell you what a screen reader announces, because a sighted person reading code isn't hearing what assistive technology actually outputs.
Real assistive-technology testing
Testing with an actual screen reader (VoiceOver, NVDA, JAWS), keyboard-only navigation, or a blind or low-vision user.
This is the only tier that answers the question that actually matters: does this work for the person using it? Alt text can pass every automated check and still be useless. A form can have a technically valid label and still confuse someone navigating by ear. This tier is slower and harder to scale, which is exactly why it's the one most sites skip.
Side by side
| Issue | Automated scanner | Manual audit | Real AT testing |
|---|---|---|---|
| Missing alt text | Yes | Yes | Yes |
| Color contrast ratio | Yes | Yes | Yes |
| Alt text present but meaningless | No | Sometimes | Yes |
| Keyboard target size | No | Yes | Yes |
| Motion with no pause control | No | Yes | Yes |
| Focus hidden behind sticky header | No | Yes | Yes |
| Silent live-region updates | No | Sometimes | Yes |
| Does it make sense read aloud, in order | No | No | Yes |
Which one do you actually need?
If you've never run any check at all, start with a free automated scan — it'll catch real, fixable issues in under a minute. If you're worried about ADA legal exposure or you've already fixed what a scanner found, a manual audit is the next real step, because that's the layer most demand letters and lawsuits actually target. Full assistive-technology testing with real users is the gold standard, and worth it for anything handling healthcare, government, finance, or legal services — the places where getting it wrong carries the most weight.
Start free
Run our automated checker on your own site right now — instant, runs in your browser, nothing sent to a server.
Check My Website →Get the manual audit
A real, hand-reviewed WCAG 2.2 AA audit — the layer that catches what scanners can't. Starting at $499.
See the Audit →