The Website Accessibility Problem That Gets Small Businesses Sued
2026-09-14
The Website Accessibility Problem That Gets Small Businesses Sued
A letter arrives from a law firm you have never heard of. It says your website denies access to people with disabilities, cites a federal statute, and offers to settle for five figures if you respond within a couple of weeks. Most owners who get one had no idea their site was a problem until that moment.
These letters go out by the thousands every year, and small service businesses get a large share of them.
What Actually Triggers One of These Letters
The Americans with Disabilities Act requires places of public accommodation to be accessible. Courts have spent years working out how that applies to websites, and the answer varies by circuit. What has not varied is the volume of claims. Recent years have seen somewhere in the range of 2,500 to 4,500 web accessibility lawsuits filed in federal court annually, and demand letters that never become lawsuits likely outnumber those several times over.
Almost none of these start with a real customer complaint. Plaintiff firms run automated scans across large numbers of sites, flag the ones failing common checks, and send letters in batches. Your site does not get selected because someone targeted your business. It gets selected because a scanner found broken image alt text and an unlabeled contact form.
The practical standard nearly everyone measures against is WCAG 2.1 Level AA, a published set of technical criteria. It is not a statute for private businesses, and meeting it does not make you immune. It is what the scans check and what settlements typically require.
None of this is legal advice, and if a letter shows up you should call an attorney before you call anyone else. What follows is the technical side, which is the part a web team handles.
Why New Jersey Businesses See These More Than Most
Filing volume clusters heavily in a handful of jurisdictions, with New York leading by a wide margin. New Jersey sits in the same regional pattern, and firms working the New York docket routinely send letters across the river.
The businesses that get hit are not the ones you would expect. Restaurants with online ordering. Dental and medical practices with appointment booking. Retail shops running eCommerce. Any site where a customer completes a transaction or a form is a site where a plaintiff can allege they were unable to complete it.
Say you run a dental practice in Cherry Hill. Your site has a booking form built into a page template, an embedded scheduling widget from a third party, and a slideshow of office photos with no alt text. That combination is close to a guaranteed scanner hit. The practice is not doing anything wrong on purpose. The site was built five years ago by someone who was never asked about accessibility.
The Failures Hiding on Most Small Business Sites
The issues that generate claims are boring and repetitive. A handful of the same problems account for the large majority of what gets flagged:
- Images with no alt text, so a screen reader announces a filename or nothing at all
- Form fields without labels, which makes a contact or booking form impossible to complete without sight
- Low contrast between text and background, common with light gray body copy and pale brand colors
- Elements that only work with a mouse, so a keyboard-only user cannot reach the phone number or open the menu
- Videos with no captions, and PDFs like menus or intake forms that are scanned images rather than real text
You can check part of this yourself in the next five minutes. Open your site and try to reach your contact form using only the Tab key, then submit it without touching your mouse. If you cannot get there, or you cannot tell which field you are in, a screen reader user cannot either.
Why Accessibility Widgets Do Not Fix This
You have probably seen the little accessibility icon in the corner of a website, the one that opens a panel with font size and contrast controls. Vendors sell these overlays as instant compliance, usually for a few hundred dollars a year.
They do not work as advertised, and the industry has known it for a while. Sites running overlays have been sued anyway, in significant numbers. In early 2025 the FTC reached a settlement with a major overlay vendor over claims that its product made sites compliant. Accessibility advocates and screen reader users have been vocal that some overlays actively interfere with the assistive technology they claim to support.
The reason is structural. An overlay sits on top of your code and tries to patch problems at runtime. It cannot rewrite missing form labels in any reliable way, and it cannot understand what your images depict. The underlying markup stays broken, which means the scan still flags you.
Buying an overlay to close this risk is the digital equivalent of putting a rug over a hole in the floor.
What Fixing It Actually Involves
Real remediation happens in the code. An audit combines automated testing with manual keyboard and screen reader review, because automated tools catch perhaps 30 to 40 percent of real issues on their own. Remediation then means correcting markup, labeling form controls, adjusting color values, and rebuilding components that were never keyboard operable.
On an existing small business site, an audit plus remediation commonly runs somewhere in the $2,500 to $8,000 range, driven by page count and how the site was built. Older sites on outdated themes sometimes cost more to patch than to rebuild, and in that situation a redesign that bakes accessibility in from the start is the better spend.
Whatever you do, keep documentation. A dated audit report and a record of the fixes you made carry real weight if a claim ever lands, and they are worth far more than a widget subscription.
Not Sure Whether Your Site Is a Target?
Most owners find out the hard way. A proper accessibility audit tells you where you stand before a letter does, and the same fixes usually improve how your site performs for every visitor and for search engines. ShoreSite Web Designs audits and rebuilds sites for New Jersey businesses, and we will tell you plainly whether yours needs remediation or a rebuild. Call (732) 800-1766 or reach us here to get your site reviewed.