Accessibility Checking

WCAG 2.2 · ADA · EAA · Section 508 · AODA

A score never fixed
anything. A diff does.

We scan your pages, then hand you the exact line to change — the broken markup on the left, the corrected markup on the right. Copy it, ship it, rescan. No widget, no overlay, no consultant on retainer.

Free. No account. ~9 seconds. Full report on screen. No email wall in front of your results.

What lands on your screen

Every finding ships with its fix.

Expand any issue below. You get the failing element, the corrected element, the WCAG success criterion it maps to, and a plain sentence on who it breaks for.

https://example.com/pricing Sample report

Issues found

14 total

  • Critical3
  • Serious6
  • Moderate5
  • Needs human review8

44 checks mapped to WCAG 2.2 success criteria

  • Found on your page

    <button class="cart-btn">
      <svg class="icon-cart">…</svg>
    </button>

    Change it to

    <button class="cart-btn"
            aria-label="Open cart, 2 items">
      <svg class="icon-cart"
           aria-hidden="true">…</svg>
    </button>

    Who this breaks. A screen reader announces this as “button.” Nothing else. Someone shopping without sight has no way to know it is the cart — and this is the single most common failure we find on e-commerce checkouts.

The part nobody puts on a homepage

What we won't sell you.

This category has a credibility problem, and it was earned. Overlay widgets that promise instant compliance have been the subject of regulatory action and are opposed by much of the disability community. Certificates get sold as legal shields they are not. We would rather be the boring, verifiable option.

What the category does

  • Sells a JavaScript overlay that "fixes" your site at runtime — while the underlying code stays broken.
  • Issues a compliance certificate implying legal protection that no vendor can actually give you.
  • Puts unverified brand logos in a "trusted by" wall.
  • Publishes stock-photo testimonials from people who do not exist.
  • Hides pricing behind a demo call.

What we do

  • Fixes go into your source. Nothing is injected at runtime, nothing slows your page down, nothing breaks when you cancel.
  • You get a dated audit record showing what was found and when it was fixed. That is evidence, not a shield — and we say so.
  • Named customers with links, or no logo wall at all. Right now: no logo wall.
  • Every report flags what the scanner could not check and what a human still has to test.
  • No sales gate. Run a scan, read the full report, take the fixes — without ever speaking to us.

The build

Four things, done properly.

01 — SCAN

Whole-site crawl

Point it at a domain, not a URL. We read your sitemap, scan up to 250 pages in batches, and group findings by page so you can see which templates are repeating the same mistake.

Free · up to 250 pages

02 — FIX

The exact code change

Every finding comes with the failing markup on the left and the corrected markup on the right, plus the WCAG criterion it maps to and a plain sentence on who it breaks for. Copy it, ship it, rescan.

44 checks · WCAG 2.2

03 — CHECK

Free tools

Contrast, alt text, heading structure, typography, colour blindness, cookie banners and a HIPAA web-surface check. No account, no email wall, results on screen.

All free · no signup

04 — PROVE

Documents you can hand over

A VPAT built against all 87 WCAG 2.2 criteria, prefillable from a live scan, and an accessibility statement written to be honest about partial conformance rather than overclaiming.

VPAT · statement generator

Free tools · no account

Contrast checker.

Real WCAG 2.2 maths, running in your browser. Nothing is sent anywhere.

Six-digit hex, with or without the #

Large text, 24px and up

Body text at 15px. If this is hard to read against its background, that is exactly the point of the number below.

5.80:1

Where this is enforced

One scan, checked against every regime that matters.

Nearly all of these laws point back to the same technical standard — WCAG. What changes is who is covered, which conformance level applies, and what the deadline was.

WCAG 2.2

Global · W3C

The technical standard the rest of this list is built on. Level AA is the practical target almost everywhere.

ADA Title III

United States · Private sector

Civil rights law with no bundled technical spec — courts have consistently reached for WCAG to fill the gap.

Section 508

United States · Federal

Covers federal agencies and anyone selling to them. This is where a VPAT stops being optional.

EAA / EN 301 549

European Union

Applies to private-sector digital products and services, with the compliance date already behind us.

AODA

Ontario, Canada

Level AA required, with per-day penalties on the books for organisations that fall out of compliance.

Equality Act

United Kingdom

Frames accessibility as a reasonable adjustment. WCAG AA is the accepted benchmark for meeting it.

From the blog

Latest guides

Find out what's broken.
Then actually fix it.

One URL. Nine seconds. No account, no card, no call.