Naar hoofdinhoud
← Back to the blog

I already have an accessibility widget. Am I protected?

7 juni 2026

Short answer. An accessibility widget on your site gives a feeling of safety, but it does not repair your underlying code — and that is exactly what a regulator or court looks at. Sites with a widget are, in practice, targeted for lawsuits. So you are probably not protected. The right route: scan your site honestly to see what is actually wrong, fix it in your own code, and keep the widget only if you genuinely want it — not as your legal defense.

How do I know whether my widget actually covers me?

Ask yourself one question: does the widget change the source code on my server, or does it only place a layer over the page in the browser? Almost every overlay widget does the latter. That means your real errors — an inaccessible checkout form, a button with no name, low contrast — simply remain under that layer. A free scan of your source code shows in a minute what is still wrong under the hood, regardless of what the widget promises.

Does the widget protect me from a lawsuit or fine?

No, and the evidence is hard. In 2024, more than 1,000 lawsuits were filed in the US against sites that were running an overlay, and the US FTC fined accessiBe — one of the largest overlay vendors — $1 million for deceptive compliance claims. The full numbers and sources are in our article sued despite an accessibility widget. Under the European Accessibility Act the same holds: the law tests your actual accessibility, not whether a widget is installed.

Should I remove the widget immediately?

Not necessarily in a panic, but do not rely on it for protection. An overlay can even add new barriers for screen reader users — sometimes your site is more accessible without the widget than with it. Either way, the widget can stay if you find it useful; only your legal confidence has to come from somewhere else.

How do I switch to a solution that holds up?

In three steps:

  1. Measure honestly where you stand. Scan your site at the source-code level so you see the real violations — the points a machine can establish with certainty, separate from what needs human judgment.
  2. Fix at the source. Repair the errors in your own HTML/CSS, not with a layer on top. That is the only thing that holds up under scrutiny or a claim — and it is better for your load time and search visibility.
  3. Keep monitoring. Your site changes constantly; a continuous check keeps you compliant, not just today.

What if I cannot fix it myself?

You do not have to do it alone. A good scan gives you, per finding, not only what is wrong but how to fix it — concrete instructions you or your developer can apply. That way you pay a specialist only for the points that genuinely require human work, not for your whole site.

Scan your site for free and within a minute you will see whether your widget is giving you a false sense of security — and what it takes to truly comply.


Source for the FTC case: FTC press release January 2025. Full evidence and lawsuit statistics in sued despite an accessibility widget.