Website accessibility is the practice of building a site that people with disabilities can actually use, and it is the part of web design most small businesses discover late, usually because someone complained or a demand letter arrived. It is also, unlike most of what gets called a best practice, something with a legal dimension and a measurable failure rate.
Here is the uncomfortable number. In February 2026, WebAIM tested the home pages of the top one million websites and found detectable failures on 95.9 percent of them, averaging 56.1 errors per page. That is not a fringe problem affecting badly built sites. Website accessibility failures are close to universal, and the fixes are smaller than most owners expect.
What Website Accessibility Actually Means
Website accessibility is judged by outcomes rather than intentions. It means a visitor can complete what they came to do regardless of how they browse. A blind visitor using a screen reader should hear what your photos show and which field is asking for a phone number. Someone with a tremor or a motor disability should be able to reach every button with a keyboard. Someone with low vision should be able to read your text without fighting pale grey on white.
It is worth saying that this group is bigger than most owners picture, and it includes people who would never describe themselves as disabled. Anyone reading a phone in bright sun benefits from real contrast. Anyone with a broken wrist is temporarily a keyboard user. Captions get used constantly by people in loud rooms. Building for the edge tends to improve the middle.
Does the ADA Apply to Your Website?
For a business open to the public, assume yes. Website accessibility is not governed by its own separate statute in the United States; it rides on the Americans with Disabilities Act. The Department of Justice states in its published web guidance that it “has consistently taken the position that the ADA’s requirements apply to all the goods, services, privileges, or activities offered by public accommodations, including those offered on the web.”
The specific part of the law is Title III, which covers what the ADA calls public accommodations. That term is broader than most owners assume. The Department of Justice lists restaurants, hotels, shops, movie theaters, private schools, doctors’ offices, day care centers and gyms among the covered categories, and it explicitly includes nonprofits that serve the public. If people can buy from you, book with you or walk in, you are almost certainly inside Title III.
The honest nuance is what that does not include. DOJ has not adopted a binding technical standard for private businesses, so there is no official checklist that certifies a commercial site as compliant. What it did do, in a rule published in April 2024, is set a specific standard for state and local government sites under Title II. Private businesses are left with the DOJ’s position that the law applies and with WCAG as the guidance everyone points to, including DOJ itself, which calls it “helpful guidance concerning how to ensure accessibility of website features.”
The practical read for a small business: nobody can hand you a certificate, and nobody needs to. Documented website accessibility work measured against a recognized standard is the position you want to be in, and it is a reachable one.
ADA Compliance and the Real Risk: Lawsuits
The enforcement pressure on ADA compliance does not come from a regulator knocking. It comes from private lawsuits over website accessibility, and the volume is climbing rather than levelling off.
UsableNet, which has tracked website accessibility litigation for six years, reported at the 2026 midyear mark that filings were on pace for roughly 6,176 lawsuits for the year, a near 20 percent increase over 2025. Ecommerce absorbed 79 percent of them. Filings have also been shifting from federal into state courts in New York, California, Florida and Illinois, which matters because state statutes often carry remedies the federal law does not.
Two findings in that data deserve a small business owner’s attention. First, only about a third of the companies sued were large enough to clear the high-revenue tier UsableNet tracks, meaning the clear majority of defendants were not major brands. Second, and this connects directly to the overlay section further down, lawsuits against companies that had already installed an accessibility widget kept rising. The widget did not work as a deterrent, because it never addressed the underlying website accessibility failures.
What a claim actually seeks
Under federal Title III, a private plaintiff cannot collect damages. The remedy is injunctive relief, meaning a court order to fix the site, plus attorney’s fees for a prevailing party. That structure is why demand letters are so common: the practical exposure sits in the legal fees and the remediation work, not in a federal payout.
State law can change that picture significantly. California’s Unruh Civil Rights Act, for example, attaches statutory damages per violation on top of fees, which is a large part of why California remains a filing hotspot. This is also why the drift into state courts is worth watching rather than shrugging at.
If a demand letter arrives
Do not ignore it and do not fire back on your own. Get it in front of a lawyer, because everything below is general information rather than legal advice and the right response depends on your state and the specific claims.
What you can usefully do the same day is preserve evidence and start work. Capture the current state of the pages named, since they will change once you begin fixing. Run a scan and keep the report. Then document every remediation with a date, because a dated record of good-faith website accessibility work is the asset your lawyer will ask for, and it is worth far more than an assertion that you always meant to get to it.
Is There an ADA Compliance Deadline for Websites?
For a private business, no. There is no federal ADA compliance deadline for commercial websites, and any vendor telling you a date is coming for your shop is selling something.
The confusion comes from a real rule that applies to somebody else. In April 2024 the Department of Justice finalized a Title II rule adopting WCAG 2.1 Level AA as the technical standard for state and local government web content and mobile apps. It reaches state and local governments, their agencies and departments, special purpose districts, Amtrak and other commuter authorities. Compliance is due April 26, 2027 for public entities serving a population of 50,000 or more, and April 26, 2028 for smaller entities and special district governments.
Private businesses are not covered by it. Two reasons to care anyway. If you contract with a city, a school district or any public entity, their obligation will arrive in your direction through procurement requirements. And the rule is the clearest signal available of what the federal government considers adequate website accessibility, which makes WCAG 2.1 AA the sensible target even where nothing formally compels it.
WCAG in Plain English
WCAG stands for the Web Content Accessibility Guidelines, published by the W3C, and it is the standard almost every website accessibility requirement points back to. It is organized around four principles, usually shortened to POUR: content should be perceivable, operable, understandable and robust.
There are three conformance levels. Level A is the floor, level AA is the one nearly every organization and regulator references, and level AAA is a stretch target that is not realistic for entire sites. When you see a requirement written down anywhere, it is almost always AA.
Versions confuse people, so worth clearing up: WCAG 2.0, 2.1 and 2.2 are all current standards and 2.2 does not replace 2.1. Because they are backwards compatible, meeting 2.2 also means meeting the earlier ones. Aim at 2.1 AA as a working target and you are aligned with what almost every published requirement asks for.
Six Problems Cause Almost Every Failure
This is the genuinely encouraging part of the WebAIM research. Six issue types accounted for 96 percent of every error detected across a million home pages. Fix these and you have handled the overwhelming majority of what is wrong with most sites.
- Low contrast text, found on 83.9 percent of pages. Pale grey body copy and white text on light photos. The single most common failure on the web, and usually a design preference rather than a technical constraint.
- Missing image alt text, 53.1 percent. Every meaningful image needs a short description of what it shows. Decorative images get an empty alt attribute so screen readers skip them.
- Missing form labels, 51 percent. Placeholder text inside a box is not a label. It vanishes when typing starts and screen readers may not announce it, so the visitor is filling in a field with no name.
- Empty links, 46.3 percent. Usually an icon or image used as a link with no text inside it, which a screen reader can only announce as “link.”
- Empty buttons, 30.6 percent. The same problem on menu toggles, search icons and slider arrows.
- Missing document language, 13.5 percent. One attribute in the page markup telling assistive technology which language to pronounce. The easiest fix on this list.
Notice what they have in common. Not one of them is exotic. They are contrast values, short pieces of text, and correct markup on elements you already have, which is what most website accessibility work turns out to be.
How to Improve Website Accessibility Without a Rebuild
Start with a free automated checker to get a baseline. Automated tools catch only a slice of real barriers, but they are excellent at the six issues above, which is most of the volume.
Then do the three manual tests that catch what scanners miss. Put your mouse aside and tab through a page from top to bottom: can you reach every link, open the menu, and see where focus is at all times? Turn your phone screen brightness down outdoors and try to read your own body text. Finally, read your alt text out loud and ask whether it tells someone what they are missing, because “image1” and “photo of our team smiling” are both technically filled in and neither one helps.
After that, fix in order of traffic. Home page, main service pages, contact form, checkout. Website accessibility and ordinary quality overlap here more than people expect, which is why the same passes that clean up confusing navigation and a slow-loading site tend to move accessibility at the same time. Descriptive link text and proper heading order help screen readers and search engines for the same underlying reason, which is one of the quieter overlaps between accessible design and small business SEO.
Finally, write a website accessibility statement and publish it. Say what standard you are working toward, what you have done, what you know is still short, and how to reach a person about a barrier. It takes an afternoon and it is the clearest evidence of good faith you can put on a site.
A Word on Overlays and Accessibility Widgets
You have probably seen the pitch: install one line of script, get a floating accessibility button, be compliant by tomorrow. It is worth understanding why that claim overreaches.
Look back at the six failures. An overlay can offer a visitor larger text or a contrast toggle, which is genuinely useful. It cannot know that the photo on your services page shows a technician replacing a water heater, and it cannot know that the unlabelled box in your form wants a mobile number. Those descriptions exist nowhere but in your own content. A script cannot supply information it does not have, so treat overlays as a convenience layer at best and never as a substitute for the website accessibility work that has to happen in the pages themselves.
Website Accessibility: Frequently Asked Questions
What is website accessibility?
Website accessibility means building a site that people with disabilities can actually use, including visitors who rely on screen readers, keyboard navigation, captions or magnification. In practice it covers readable contrast, text alternatives for images, labelled forms, and pages that work without a mouse.
Does my small business website need to be ADA compliant?
The Department of Justice has consistently said the ADA’s requirements apply to the goods and services a public accommodation offers, including those offered on the web. If your business serves the public, treat your site as covered. No federal technical standard has been adopted for private businesses yet.
Can I be sued if my website is not ADA compliant?
Yes, and private lawsuits are the main enforcement route. UsableNet tracked digital accessibility filings on pace for roughly 6,176 in 2026, up nearly 20 percent year over year, with most defendants well below major-brand scale. Federal Title III claims seek a court order and attorney’s fees rather than damages.
Is there an ADA compliance deadline for websites?
Not for private businesses. The April 2024 Title II rule sets WCAG 2.1 Level AA deadlines of April 26, 2027 and April 26, 2028, but those bind state and local governments only. Any vendor citing a looming deadline for a commercial site is misreading that rule.
What is WCAG 2.1 AA?
WCAG is the international guideline set from the W3C, organized around four principles: perceivable, operable, understandable and robust. It has three conformance levels, A, AA and AAA. Level AA is the benchmark most organizations and regulators reference, and 2.1 is one of three current versions.
What is a website accessibility statement?
An accessibility statement is a page describing the standard you are working toward, what is already in place, any parts of the site you know fall short, and how someone can report a barrier and reach a human. It signals good faith and gives visitors a route to help.
Do accessibility widgets and overlays actually work?
An overlay is a script that layers controls onto an existing site. It can help with a few display preferences, but it cannot invent an image description only you know, or name a form field correctly. Those live in your content, so an overlay alone will not make a site conformant.
Start With Contrast and Alt Text
Website accessibility gets treated as a specialist project, and that framing is what keeps small businesses from starting. The data says otherwise: six ordinary issues explain almost every failure on the web, and two of them, contrast and alt text, are decisions a business owner can make without touching code.
Run a scan this week, tab through your own contact page, and fix what comes back on your busiest pages first. If your site is old enough that the answer keeps coming back “this needs structural work,” that is a separate and honest conclusion, and it belongs in the same conversation as a redesign rather than a patch. For the wider picture of how the pieces fit together, our guide to website design for small business covers the rest of the anatomy.
Build a Site That Works for Everyone
Website accessibility is easiest to get right while a site is being built, which is how we approach every website design project at Demur Design. If you have received a complaint about your site, or you simply do not know where yours stands, contact us for a look at your pages and we will tell you plainly what we find. For more guidance like this as standards change, subscribe to the Demur Design newsletter in the footer below.
This article is researched and drafted with AI, then reviewed, fact-checked, and published by Demur Design.
Sources
- U.S. Department of Justice, “Guidance on Web Accessibility and the ADA,” ADA.gov
- W3C Web Accessibility Initiative, “WCAG 2 Overview”
- U.S. Department of Justice, “Title III: Businesses and Nonprofits Serving the Public,” ADA.gov
- U.S. Department of Justice, “Fact Sheet: New Rule on the Accessibility of Web Content and Mobile Apps Provided by State and Local Governments,” ADA.gov
- UsableNet, “Inside the 2026 Midyear Numbers,” July 8, 2026
- WebAIM, “The WebAIM Million: An annual accessibility analysis of the top 1,000,000 home pages,” February 2026