Accessibility report for shop.example
Automated scan complete. Below: your score, where you stand against industry benchmarks, the priority fix to ship this week, and three sample issues with code-level remediation. Your full Premium Audit unlocks every issue across every page, plus a procurement-ready VPAT.
Accessibility issues found. Likely non-compliant with ADA Title III and EU EAA.
Counted from 10 of 41 pages scanned in the free check.
- All 41 pages
- 24-hour delivery
- WCAG 2.2 AA certified
- VPAT 2.5
Free Browser Extension. Scan any page instantly.
Run free WCAG 2.2 AA scans on any page you visit — right from your browser, no copy-paste required.
Where you stand
Fix this first
What a premium fix looks like
main, nav, header, footer) — orphaned content forces them into linear page traversal.<!-- Orphaned section without label -->
<section data-testid="agencies-urgency-bar">
<p>Your agency is already liable.</p>
</section>aria-labelledby with a visually-hidden heading (sr-only). For repeated layout containers (e.g., card grids), one labeled section usually clears dozens of issues at once.<!-- Section with aria-labelledby -->
<section aria-labelledby="urgency-heading" data-testid="agencies-urgency-bar">
<h2 id="urgency-heading" class="sr-only">Compliance Risk</h2>
<p>Your agency is already liable.</p>
</section>div without aria-label does NOT count as a landmark.Take this with you
Share with your team
Anyone with the link can view this free summary for shop.example.
Anyone with the link can view this report.
Download as PDF
Take this summary with you for your records.
1-page summary · Free
Monitor monthly
Auto-scan every month. Alerts when violations appear.
Free signup. Unsubscribe anytime.
Free vs. paid audit
Why one scan isn't enough
Accessibility is stateful — content, components, and third-party scripts change weekly. One snapshot is useful, but not enough to maintain WCAG posture.
Weekly automated re-scans are coming as an add-on after launch. For now, we recommend re-running your audit quarterly to catch regressions before they ship.