reala11y NEWS After the FTCOrder: Why OverlayWidgets Don't Fix… Apr 25, 2025

April 25, 2025 · reala11y team

After the FTC Order: Why Overlay Widgets Don't Fix Accessibility

The FTC fined accessiBe $1M for overstated overlay claims. Here's why overlays don't fix the HTML — and what genuine WordPress remediation looks like.

On April 21, 2025, the Federal Trade Commission entered a final order against accessiBe, requiring a $1,000,000 payment and barring the company from claiming its automated overlay makes websites WCAG compliant. If you run a WordPress site and bought an accessibility widget for peace of mind, that order is worth understanding — because it confirms what accessibility practitioners have argued for years.

What an overlay widget actually does

An overlay is a script you paste into your site. At page load it injects a layer of JavaScript that sits on top of your existing markup. It typically offers a floating toolbar and attempts runtime patches — guessing at alt text, relabeling buttons, adjusting contrast on the fly.

Here is the catch: the overlay never changes the HTML your server sends. Your underlying markup — the thing assistive technology, search crawlers, and audit tools actually read — is untouched. The overlay layers behavior on top at runtime; the source stays broken.

That distinction matters because:

This is roughly why the FTC acted, and why US courts have repeatedly declined to treat overlays as a remedy.

The regulatory ground has shifted

The legal context is no longer abstract:

A pasted-in script does not meaningfully address this. Real conformance work touches the code.

What genuine remediation looks like

Genuine remediation changes the markup at the source, so the corrected page is what everyone receives. For a WordPress site that means:

reala11y is built on this model. It fixes code-level issues at the source and is explicitly not an overlay: no floating widget, no runtime mask. You can read how it works, and our WCAG 2.2 guides break down the criteria.

The honest takeaway

No plugin, ours included, makes a site “fully accessible” or removes legal risk — and anyone selling that is the reason the FTC order exists. What good tooling does is concrete: it fixes real code-level barriers, surfaces what it can detect, and is candid that automated checks catch only a portion of WCAG. reala11y helps your site move toward WCAG 2.2 AA conformance; it does not replace the manual review that genuine accessibility requires. That is a smaller promise than an overlay makes — and unlike the overlay’s, it is one honest tooling can keep.