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 →

RatedWithAI

Free tier — 5 scans/month. Upgrade for more.
D
61

Accessibility Score

Scanned: https://www.example.com

8/14/2026, 5:00:00 PM

6
Issues Found
47
Tests Passed
3
Needs Review

Get your full report

Receive a detailed accessibility report with fix recommendations

No spam, unsubscribe anytime · want automated weekly re-scans? See monitoring plans

2 Critical Issues Found — Get Alerted Before They Become a Lawsuit

https://www.example.com has 2 critical accessibility violations of the kind plaintiffs' attorneys scan for. Weekly monitoring re-checks your site automatically and emails you the moment a new critical issue appears.

Done-for-you · Human-reviewed

Don't want to fix 5 issues yourself?

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 report

Export to PDF or CSV is included on Starter ($29/mo).

Get exports on Starter — $29/mo →

Issues by Severity

Critical (2)

Images must have alternate text

Ensures <img> elements have alternate text or a role of none or presentation

Affected elements: 2
Learn more →
Target: .hero > img
<img src="/hero-banner.png">
Target: .partner-strip img:nth-child(3)
<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.

  1. Add an `alt` attribute to each `<img>` element that conveys the image's purpose.
  2. Keep alt text concise and descriptive — describe what the image shows or what it does (for a link/button).
  3. For purely decorative images, use an empty `alt=""` so assistive tech skips them.
  4. For images used as links, the alt text should describe the link destination, not the picture.
<!-- 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 on this report come with Starter, $29/mo →

Buttons must have discernible text

Ensures buttons have discernible text

Affected elements: 1
Learn more →
Target: header .nav-toggle
<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.

Unlock all 5 guides on this report — Starter, $29/mo →

Serious (3)

Elements must have sufficient color contrast

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Affected elements: 2
Learn more →
Target: .pricing-note
<p class="muted">Prices exclude VAT.</p>
Target: footer .footer-link
<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.

Unlock all 5 guides on this report — Starter, $29/mo →

Links must have discernible text

Ensures links have discernible text

Affected elements: 1
Learn more →
Target: header a[href='/cart']
<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.

Unlock all 5 guides on this report — Starter, $29/mo →

<html> element must have a lang attribute

Ensures every HTML document has a lang attribute

Affected elements: 1
Learn more →
Target: html
<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.

Unlock all 5 guides on this report — Starter, $29/mo →

Moderate (1)

Heading levels should only increase by one

Ensures the order of headings is semantically correct

Affected elements: 1
Learn more →
Target: #testimonials h4
<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.

Unlock all 5 guides on this report — Starter, $29/mo →

⚠️ 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.