FTC Fines Overlay Vendor $1M for False Claims
By The bee2.io Engineering Team at bee2.io LLC
Note: This article is for informational purposes only and does not constitute legal advice. Consult qualified legal counsel for guidance on your specific situation.
If you've spent any time in web accessibility circles, you've heard the debate about overlays. If you haven't, here's the short version: overlay tools are widgets that claim to make your website accessible by injecting a layer of JavaScript that supposedly fixes everything for screen reader users, people with low vision, keyboard-only users, and so on.
They're marketed as the easy button. Install a snippet of code, pay a monthly fee, get certified as WCAG compliant, never worry about accessibility again.
It sounds almost too good to be true. Which brings us to January 2025, and a $1,000,000 fine from the Federal Trade Commission.
The FTC Comes for a Leading Overlay Vendor
The vendor in question is one of the largest and most aggressively marketed accessibility overlay companies. They had spent years claiming their product makes websites "fully compliant" with WCAG 2.1 and ADA requirements. They backed those claims with certifications, testimonials, and a lot of advertising aimed at small business owners who were understandably worried about accessibility lawsuits.
In early 2025, the FTC reportedly settled with the vendor for $1 million, finding that the company had made false and misleading claims about what their product actually does. Specifically: it does not, and cannot, make a website fully WCAG compliant. It does not reliably protect businesses from accessibility lawsuits. And some users with disabilities found that the overlay actually made their experience worse by interfering with their own assistive technology.
This wasn't exactly surprising to accessibility professionals, who had been saying this for years. But now it's official.
Other Overlay Providers Aren't Faring Well Either
This vendor isn't alone in the hot seat. Another major overlay provider is facing its own legal challenges. In one notable case, a plaintiff argued that despite the overlay being installed, an online retailer's site was still inaccessible to screen reader users. The lawsuit proceeded, and the presence of the overlay provided exactly zero legal protection.
That's the key thing to understand about overlays and litigation: courts aren't interested in whether you purchased a product that claimed to fix accessibility. They're interested in whether your website is actually accessible to the person in front of them who couldn't use it.
The 800-Lawsuit Problem
Here's a statistic that the overlay industry really doesn't want you to focus on: according to published reports, there have been more than 800 accessibility lawsuits filed against websites that had an overlay installed.
Let that sink in for a moment. These were businesses that specifically purchased an accessibility solution to avoid lawsuits. They paid for it, installed it, probably breathed a sigh of relief, and then got sued anyway.
The overlay industry has a response to this, which is roughly: "our tool works perfectly, those lawsuits are just frivolous." But that explanation gets harder to maintain when the number ticks past 800, the FTC is handing out million-dollar fines, and disability organizations are publishing detailed documentation of how these tools fail their users.
600+ Accessibility Professionals Signed a Letter About This
In 2021, a group of accessibility professionals published an open statement opposing the use of overlay tools. It was reportedly signed by over 600 accessibility experts, practitioners, and advocates. These are people who work on this stuff professionally, who test websites with real assistive technology, and who work directly with users who have disabilities.
Their conclusion, reached independently but expressed collectively: overlays don't reliably work, they can make things worse, and they give businesses a false sense of security that leads to real harm for real users.
When 600 people who do something for a living all agree that a particular product doesn't work, it's probably worth paying attention to.
Why Overlays Fundamentally Can't Do What They Promise
This is the part that's a little technical but really important. Overlays work by adding a JavaScript layer on top of your existing HTML. They can do some things with this approach: adjust colors for contrast, increase text size, override some CSS. Surface-level stuff.
What they can't do is fix the underlying HTML structure. If your forms don't have labels, the overlay can't reliably add them in a way that works with every screen reader. If your images don't have alt text, the overlay is essentially guessing at what to put there (and often gets it wrong). If your navigation is implemented in a way that keyboard users can't access, the overlay has very limited ability to reconstruct it.
WCAG compliance requires the underlying code to be written in a way that's accessible. You can't bolt compliance onto inaccessible code from the outside. It doesn't work the same way that you can't make a building wheelchair accessible by sticking a picture of a ramp next to the stairs.
So What Actually Works
The short answer: fixing the actual problems.
I know that sounds less exciting than "install one line of code and you're compliant forever." But it's the truth, and it's also less expensive than it sounds if you do it right.
The most effective approach is:
- Audit your site to find the actual issues. Don't guess. Run a real scan that identifies specific WCAG failures with specific remediation guidance.
- Prioritize and fix the most impactful issues first. Missing alt text, unlabeled form fields, poor color contrast, and keyboard traps cover the majority of what affects users. These are also relatively straightforward fixes.
- Build accessibility into your development process. The cheapest accessibility fix is the one you catch before it ships.
Step one is surprisingly cheap. SCOUTb2 is a free browser extension that runs automated accessibility checks against WCAG criteria and reports what it finds. It's not a replacement for manual testing with real assistive technology (nothing is), but it can help identify many common automated-detectable issues in minutes. And unlike an overlay, it gives you information about what to actually fix, not a veneer over unfixed problems.
The overlay industry had a good run selling the dream of effortless compliance. The FTC, the courts, and hundreds of professionals have raised serious concerns about whether that dream is real. The actual path to an accessible website is less glamorous but, it turns out, considerably cheaper than a million-dollar settlement.
Disclaimer: This article is for informational purposes only and does not constitute legal, professional, or compliance advice. SCOUTb2 is an automated scanning tool that helps identify common issues but does not guarantee full compliance with any standard or regulation.
Stop finding issues manually
SCOUTb2 scans your entire site for accessibility, performance, and SEO problems automatically.