This is a sample report. It shows what a free RatedWithAI scan returns, run against a demo site rather than a real one.
Scan your own site free →Scanned: https://www.example.com
5 pages scanned — this score is the worst page, not an average
8/14/2026, 5:00:00 PM
The score above is this site's worst page, not an average — an average would hide it.
Receive a detailed accessibility report with fix recommendations
No spam, unsubscribe anytime · want automated daily re-scans? See monitoring plans
https://www.example.com has 2 critical accessibility violations of the kind plaintiffs' attorneys scan for. Daily monitoring re-checks your site every day and emails you the moment a new critical issue appears.
Done-for-you · Human-reviewed
Our team audits https://www.example.com by hand — beyond what this automated scan can see — and hands you a prioritized roadmap plus a dated WCAG 2.1 AA conformance summary. One-time $1,500, delivered in 5–7 business days. No subscription required.
Helps document a good-faith effort toward WCAG 2.1 AA. Not legal advice.
Export to PDF or CSV is included on Starter ($29/mo).
Exports are part of Starter, alongside 100 scans a month. Cancel in two clicks, 14-day money-back guarantee.
Ensures <img> elements have alternate text or a role of none or presentation
<img src="/hero-banner.png">
<img src="/logos/partner-3.svg">
How to fix — free sample
Every meaningful image needs alternative text so screen readers can describe it to users who can't see it.
<!-- Informative image -->
<img src="/team.jpg" alt="Our engineering team at the 2026 offsite" />
<!-- Decorative image -->
<img src="/divider.svg" alt="" />This one is unlocked so you can see what the guides look like. The other 5 guides come with Starter, $29/mo →
Ensures buttons have discernible text
<button class="nav-toggle"><svg aria-hidden="true">…</svg></button>
The same kind of fix guide for Buttons must have discernible text — what to change and the code to change it to.
Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds
<p class="muted">Prices exclude VAT.</p>
<a class="footer-link" href="/terms">Terms</a>
The same kind of fix guide for Elements must have sufficient color contrast — what to change and the code to change it to.
Ensures links have discernible text
<a href="/cart"><span class="icon-cart"></span></a>
The same kind of fix guide for Links must have discernible text — what to change and the code to change it to.
Ensures every HTML document has a lang attribute
<html>
The same kind of fix guide for <html> element must have a lang attribute — what to change and the code to change it to.
Ensures the order of headings is semantically correct
<h4>What our customers say</h4>
The same kind of fix guide for Heading levels should only increase by one — what to change and the code to change it to.
axe-core could not decide these automatically — they are not failures and they do not affect your score. Each one is a check that needs a person to look at it and confirm.
Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds
<h1 class="hero-title">Ship faster</h1>
What to check
Check any of the following: Element's background color could not be determined because it is overlapped by another element
Ensure links are distinguished from surrounding text in a way that does not rely on color
<a href="/terms">our terms</a>
What to check
Check any of the following: Element's background color could not be determined due to a background image
Ensure elements that have scrollable content are accessible by keyboard
<div class="pricing-table-wrap">
What to check
Check any of the following: Element should have focusable content Element should be focusable
We're a small team and we don't know much about who ends up here. Answer any one of these and it helps. Nothing is required, and this isn't a signup.
⚠️ This automated scan identifies common accessibility issues but is not a substitute for manual testing or legal advice. Consult with an accessibility expert and attorney for comprehensive compliance guidance.