I already have an accessibility widget. Am I protected?
June 7, 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 at the source-code level 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:
- Measure where you actually 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.
- 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.
- 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.
What if you already received an ADA demand letter?
Stay calm, you are in large company. The American Bar Association estimates that US businesses received 35,000 to 50,000 pre-litigation demand letters in 2025 alone. What matters now is what you do next:
- Do not ignore it. A demand letter rarely goes away on its own, and silence usually makes the next step more expensive.
- Involve an attorney first. Before you respond, settle, or change anything on your site, talk to a lawyer who handles digital-accessibility claims. They know the patterns of the firm on the other side and what a reasonable response looks like.
- Establish an independent factual baseline. Your attorney's first question will be: what is actually wrong with the site? A free scan of your source code gives you that factual starting point, the measurable violations, separate from what needs human judgment, so the conversation is grounded in facts instead of the letter's claims.
- Start documented remediation. Fix the real issues in your own code and keep a dated record of what was found and what was resolved. Installing another widget is not remediation, the underlying code, which is what the claim is about, stays the same.
None of this makes a claim disappear, and nobody can honestly promise you that. But facts, counsel, and a documented fix trail put you in a far better position than a widget ever will.
This article is informational, not legal advice, consult an attorney for your situation.
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.