Free lead-magnet · one scan per URL

Free WCAG 2.2 scan

Send a URL — we'll email you a redacted axe-core report.

Free axe-core scan, redacted report emailed to you. WCAG 2.2 + EN 301 549 clause map on every finding — exactly the shape your counsel or procurement team hands to a regulator.

  • axe-core engine
  • redacted report on arrival
  • no account required
Run the free scan
One field. We pull the rendered HTML, run axe-core against it, and email you the redacted findings.

Public, reachable URL. We pull the rendered HTML and run axe-core against it.

Where we send the redacted findings. One scan per URL.

Helps us tune the scanner. Skip if you're not sure.

One scan per URL. No marketing list — the redacted report is the only thing we send.

Sample report you'll receive

One redacted finding — the shape you'll get in your inbox.

Every reported finding arrives with the same three pieces: the axe rule, the WCAG 2.2 Success Criterion + EN 301 549 clause, and a plain-English remediation. The full report — many findings, an axe-core diagnostic trace, a criterion map — is the artifact your team merges against.

Sample report · one finding, redacted
Missing alt text on an informative image
axe · image-alt
WCAG 2.2 — 1.1.1
EN 301 549 — 9.1.1.1
Severity
serious
Serious — blocks screen-reader users from naming the image.

An <img> element is present without an alt attribute. Screen readers announce it as "image" with no accessible name, so the user hears nothing useful and assistive tech cannot recover the role of the element in the surrounding prose.

Criterion map

  • WCAG 2.2 — 1.1.1Non-text Content
  • EN 301 549 — 9.1.1.1Non-text content (WCAG 2.2 mapping)

Redacted snippet

<img src="/assets/••••••.jpg" class="…" />

Remediation

Add a descriptive alt="" (or alt="" for decorative images, plus role="presentation"). Every informative image needs to expose the same information the sighted user can read — that is the test regulators apply.

The full redacted report includes the criterion citation, the axe-core diagnostic, and a plain-English remediation for each finding — exactly what your engineering team needs to land a fix.

Want it on every deploy?

The free scan is one URL. The pilot is every deploy.

The lead-magnet scan is a snapshot — one URL, one redacted report. The pilot runs the same scanner on every deploy, files a pull request against your own repository, and re-issues the VPAT 2.x on every merge.