AccessiBe FTC Fine: The $1M Warning Every Shopify Merchant Needs to Hear
The $1 Million Warning Shot
In 2025, the Federal Trade Commission made history by fining AccessiBe — one of the largest accessibility overlay companies in the world — $1 million for deceptive business practices.
The FTC's complaint was straightforward: AccessiBe claimed its AI-powered JavaScript widget could make any website "fully accessible" and "ADA compliant" in 48 hours. These claims, the FTC found, were false.
For Shopify merchants who have been sold the same promises by AccessiBe, UserWay, AudioEye, and dozens of similar products, this ruling carries a critical message: overlay widgets do not make your store accessible, and they do not protect you from lawsuits.
What AccessiBe Actually Claimed
AccessiBe marketed its product with claims like:
- "Full ADA and WCAG compliance in 48 hours"
- "AI-powered accessibility — no manual work needed"
- "Legal protection from ADA lawsuits"
The widget works by injecting a JavaScript file that attempts to modify the DOM at runtime — adding ARIA labels, adjusting color contrast, and more — without actually changing the underlying source code.
The problem? These runtime modifications are unreliable, frequently broken by JavaScript frameworks and dynamic content, and invisible to screen readers in many contexts.
What the FTC Found
The FTC's investigation found that AccessiBe:
- Made false compliance claims — websites using AccessiBe still failed standard accessibility tests
- Deceived users — customers paid for a service believing it provided genuine legal protection
- Suppressed negative reviews — the company allegedly worked to remove critical reviews from the disability community
The $1M fine was paired with a consent order requiring AccessiBe to stop making deceptive claims and to clearly disclose the limitations of its product.
The 22.6% Problem
Here's the data that should worry every Shopify merchant currently running an overlay: according to a 2023 analysis of ADA lawsuit filings, 22.6% of websites that were sued for accessibility violations already had an overlay widget installed.
The overlay didn't protect them. The plaintiff's attorneys simply ran an accessibility scan, found real violations underneath the overlay's masking layer, and filed suit anyway.
Courts have consistently rejected the argument that installing an overlay constitutes good-faith compliance. In Gil v. Winn-Dixie, the court made clear that fixing accessibility issues requires fixing the actual source code, not adding a JavaScript widget.
Why Overlays Can't Work — Technically
To understand why overlays fail, you need to understand what they actually do.
What an overlay does:
- Loads after your page renders
- Scans the DOM and attempts to add missing ARIA labels
- Presents a user interface with options like "seizure mode" or "text enlargement"
What an overlay cannot do:
- Fix server-rendered HTML before it reaches the browser
- Fix issues that require HTML structure changes (heading hierarchy, form label association)
- Reliably fix keyboard navigation across JavaScript-heavy frontends
- Guarantee consistent behavior across every browser and assistive technology combination
A screen reader like JAWS or NVDA reads your page's HTML as it arrives from the server. The overlay's JavaScript runs later — and screen reader users are often navigating before or during that process. The "fix" arrives too late or not at all.
The Accessibility Community's Response
The disability rights community has been vocal critics of overlay widgets for years. The Overlay Fact Sheet, signed by hundreds of accessibility professionals, states:
"Overlay products are ineffective at improving accessibility… We therefore urge the web accessibility community to avoid the use of overlay products."
The FTC's fine validated what accessibility experts had been saying for years: the claims were too good to be true.
What Shopify Merchants Should Do Instead
If you're currently paying for AccessiBe, UserWay, or any overlay widget, here's a practical path forward:
Step 1: Run a real accessibility scan
Use a tool that tests your actual source code, not just the overlaid version. AccessComply's free scanner tests your Shopify store with axe-core — the same engine used by legal testing firms — and shows you the real violations.
Step 2: Understand what's actually broken
Most Shopify stores have violations in predictable places:
- Images missing alt text
- Buttons without accessible names
- Form fields missing label associations
- Insufficient color contrast
- Missing skip navigation links
- Keyboard traps in modals and menus
These are fixable — but they require fixing the actual Liquid, HTML, and CSS in your theme.
Step 3: Fix the source code
AccessComply's AI agents fix 70-80% of violations automatically by modifying your theme files directly. The fixes are real changes to real code, not runtime overlays.
Step 4: Monitor continuously
Theme updates, new product pages, and content changes can introduce new violations. Scheduled re-scans catch regressions before your store becomes vulnerable again.
The Lesson from the FTC Fine
The FTC's message to the accessibility overlay industry was clear: you cannot charge merchants for "compliance" while selling them something that doesn't provide compliance.
For Shopify merchants, the takeaway is equally clear: overlay widgets are a liability, not a shield. The only genuine path to accessibility compliance — and the legal protection that comes with it — is fixing the actual source code of your store.
The $1 million fine was levied against a vendor. The next lawsuit may be levied against you.
Ready to find out what's actually broken on your store? Run a free scan — no account required.
Further Reading
- Why Accessibility Overlay Widgets Don't Work (And What Actually Does)
- Sued Despite Having an Overlay: Why 22.6% of ADA Lawsuits Target Sites With Widgets Installed
- UserWay and AccessiBe Honest Review: Why Merchants Are Switching to Source-Code Fixes
- AccessComply vs AccessiBe: Source-Code Fixes vs Overlay Widgets
Ready to Fix Your Store?
Scan your Shopify store for free. Automatically fix 70–80% of WCAG 2.1 AA violations with real source-code changes — no overlay widgets.