
ADA Compliance for Websites: WCAG, ADA Compliance, and What Businesses Need to Know
If you’ve heard the terms “ADA compliant” or “WCAG” thrown around in conversations about your website and nodded along without being entirely sure what they mean, you’re not alone. These topics sit at the intersection of law, design, and technology, and they matter more than ever. Whether you’re building a new site or auditing an existing one, understanding web accessibility and ADA compliance for websites isn’t just about checking a legal box. It’s about building something that actually works for everyone. Web design is no longer just about good design or fast performance, websites are increasingly expected to be usable by everyone, including people with disabilities. Accessibility also intersects with legal compliance, SEO, usability, and overall user experience.
This guide explains website accessibility in plain language, including WCAG guidelines, what it means for a website to be ADA compliant, current legislation, how accessibility affects design, accessibility plugins, and SEO.
What Is WCAG?
WCAG stands for the Web Content Accessibility Guidelines. It’s an internationally recognized set of standards developed by the World Wide Web Consortium (W3C), the main body that oversees web standards globally through their Web Accessibility Initiative (WAC).
In plain terms, WCAG is a detailed framework that tells developers, designers, and content creators how to make websites usable by people with disabilities. That includes people who are blind or have low vision, people who are deaf or hard of hearing, those with motor impairments, and those with cognitive or neurological differences.
The guidelines are built around four core principles calld POUR that ensure content is perceivable, operable understandable and robust:
- Perceivable – Information must be presentable in ways all users can perceive (e.g., alt text for images, captions for video)
- Operable – Interface components and navigation must be operable (e.g., keyboard-only navigation, no content that causes seizures)
- Understandable – Information and UI operation must be understandable (e.g., clear language, consistent navigation)
- Robust – Content must be robust enough to be interpreted by a wide variety of assistive technologies
What Does ADA Compliance Mean for Websites?
ADA compliance for websites is generally understood to be one that meets WCAG 2.1 Level AA standards (more on that in a moment). While the ADA itself doesn’t specify technical standards for websites, WCAG 2.1 AA has become the widely accepted benchmark used by courts, federal agencies, and accessibility auditors to determine whether a site is reasonably accessible. In practical terms, an ADA-compliant website:
• Provides text alternatives for non-text content
• Offers captions and transcripts for audio and video
• Has sufficient color contrast between text and backgrounds
• Is fully navigable by keyboard (no mouse required)
• Has properly labeled forms and interactive elements
• Doesn’t rely solely on color to convey information
• Has clear, consistent navigation and page structure
Current Legislation, Who Has to Comply?
Government and Public Sector Websites
This is where the legal requirements are most clearly defined in the United States. Section 508 of the Rehabilitation Act requires federal agencies to make their electronic and information technology accessible. Since 2017, Section 508 has been aligned with WCAG 2.0 Level AA as the required standard. State and local government websites generally fall under Title II of the ADA, and the DOJ has recently issued rules requiring state and local government websites to meet WCAG 2.1 Level AA.
In April 2024, the DOJ finalized a rule under Title II of the ADA establishing WCAG 2.1 AA as the technical standard for state and local government websites and mobile apps, with compliance deadlines ranging from 2026 to 2027 depending on the size of the government entity. For cities with populations over 50,000, April 24th, 2026 is the established deadline. April 26th, 2027 is the deadline to be compliant for cities with populations under 50,000.
Private Sector Websites
For private businesses, the legal picture is less codified and concern falls more to civil litigation than federal regulation. There has been a steady rise in ADA website accessibility lawsuits, particularly targeting e-commerce sites, healthcare providers, restaurants, and financial institutions. Plaintiffs typically allege that a site is not accessible to screen reader users or keyboard-only navigators, and settlements often require remediation to WCAG 2.1 AA. Title III of the ADA applies to places of public accommodation, and federal courts have increasingly ruled that websites of businesses serving the public fall under this requirement.
As of this writing, the safest approach for any business with a public-facing website is to target WCAG 2.1 Level AA compliance. It’s the standard most commonly referenced in litigation, federal guidance, and accessibility audits.
Understanding WCAG Versions
There have been several version of WCAG released over the years. The most recent versions released are the most relevant for discussion around ADA compliance. Those are WCAG 2.1 and WCAG 2.2.
WCAG 2.1
WCAG 2.1 was published as an update to 2.0, adding 17 new success criteria to the previous version. These additions addressed gaps in coverage for mobile accessibility, low vision users, and people with cognitive and learning disabilities. WCAG 2.1 is fully backwards compatible, anything that meets 2.0 also meets 2.1 for those criteria.
It’s helpful to have an understanding of what some of these requirements actually are. Without getting too deep into some more of the technical requirements, here is a summary of some of the basic principles to help business owners understand WCAG:
- Images – Images, icons or any graphic without live text on the site should have text meta data that can be read by screen readers which are called alt tags.
- Buttons and Interactive Elements – elements should have proper html tags and labels so screen readers can understand what the elements are. Some common examples of where issues often arise are often buttons and forms. Buttons should have an aria label applied for screen readers and the text on the button should be descriptive of it’s purpose. Screen readers read aria labels to the user so they know what it is they are clicking and where it’s taking them. Forms on websites should also have proper labels above them instead of using placeholder text in the field in place of the field label.
- Reflow – Content should reflow to a single column on mobile without horizontal scrolling. This means websites should be built with responsive web design so they are coded to display correctly on all screen sizes.
- Non-text Contrast – UI components like buttons and form fields must have sufficient contrast, not just text. Someone with a vision disability should be able to pick out an element against a background. And the text on top of the button should have significant contrast from the fill color of the button. There are official contrast ratios given by WCAG to hit to be compliant.
- Text Spacing – Content must remain usable when users adjust line height, letter spacing, and word spacing. Accessibility tools used by people with impairments will use zoom features to make the site larger and tools to modify text content for visibility. Content should display properly when zoomed or modified using these tools. To accomplish this, pixels should not be used for any text size or container sizes as they are a static size. REMs, EMs or percentages should be used.
- Status Messages – Alerts and status updates must be programmatically determinable so screen readers catch them.
WCAG 2.2
WCAG 2.2 is the newest version and came out in 2023. It added 9 new success criteria and removed one. Notable additions include:
- Focus Appearance -Stricter requirements for how keyboard focus indicators appear on screen
- Dragging Movements – Any action that uses dragging must have a single-pointer alternative (important for users with motor impairments). Elements that can use a click and drag feature are often carousels and sliders.
- Target Size – Interactive targets like buttons must be at least 24×24 pixels.
- Consistent Help – If a help mechanism exists (like a chat widget), it must appear consistently across pages.
- Accessible Authentication – Cognitive function tests (like CAPTCHAs with puzzles) must not be the only option for authentication.
- Redundant Entry – Users should not be required to re-enter information they’ve already provided in the same session.
The official WCAG requirements and documentation can be found here – https://www.w3.org/TR/WCAG21/.
Yale University has done a good job of pulling together a checklist for ADA compliance for websites. That can be found here – https://usability.yale.edu/digital-accessibility/accessibility-resources/accessibility-articles/wcag-checklist
Understanding WCAG Levels – A, AA and AAA
Every WCAG success criterion is assigned to one of three conformance levels. Think of them as a tiered system with increasing requirements.
Level A
Level A criteria represents the most fundamental accessibility requirements. Without meeting these, content will be completely inaccessible to many users. Some of the primary requirements include:
- Text alternatives for images. In web speak, this means alt tags. Alt tags are meta data that have a description of the image using text that is ready by screen readers.
- Not using color alone to convey information. For example, take a text link in body content. These are often a different color than normal body copy to show a user it’s a link. Someone with a visual impairment might not be able to tell the difference. So to meet the requirement here, links should also be underlined.
- Make all functionality available via keyboard. An example of this is giving the main navigation of the website the ability to tab through the links in addition to clicking directly on the link.
Level AA
Level AA is the broadly accepted target for website accessibility compliance and is considered as the standard. It includes all Level A criteria plus additional requirements that significantly improve usability for people with disabilities, without being prohibitively restrictive. This is the level referenced in ADA litigation, Section 508, and most government regulations. When anyone says “we’re ADA compliant,” they typically mean their site meets WCAG 2.1 Level AA.
Additional AA requirements include sufficient color contrast for normal text (4.5:1 ratio) and large text (3:1), captions for prerecorded and live video for the hearing impaired, multiple ways to find content, and consistent navigation patterns.
Contrast issues are a very common AA item that persists on websites. If we want to use another text example, there should not be light text on a light background, or dark text on a dark background. This is design 101, but WCAG has specific guidelines to follow that can surprise a lot of people on what passes and what doesn’t. There are a lot of WCAG contrast checker tools out there. Accessible Web has a good one and can be found here – https://accessibleweb.com/color-contrast-checker/
Level AAA
Level AAA represents the most stringent accessibility requirements. It includes everything in A and AA, plus criteria that address greater accessibility needs. These requirements can be difficult to hit and are aimed at users with vision 20/80 or lower. Not all websites in all situations can hit AAA requirements. If you’re building a site for a specific disability community, or your website is in a regulated or high-liability space (such as government, health care, financial), then you may consider AAA. While blanket AAA compliance isn’t realistic for most sites, targeting specific AAA criteria makes sense in certain contexts:
- Government benefits portals serving people with cognitive disabilities
- Healthcare or mental health platforms where cognitive load and reading level are critical
- Educational platforms specifically designed for users with learning disabilities
- Legal aid or social services websites where the user base may include people with complex needs
- Any site built for an audience where disability intersects heavily with the core mission
Accessibility Overlay Plugins: Do They Make Your Website ADA Compliant?
Sometimes you will see a small floating icon with an accessibility icon on websites. If you click it, a panel opens with controls for text size, contrast, grayscale mode, and more. This is what the industry calls an accessibility overlay. Tools like accessiBe, UserWay, and AudioEye are common ones. These are installed with a plugin or code snippet on WordPress sites. There’s an important gap between what accessibility plugins offer and what genuine WCAG compliance actually requires.
What Overlay Accessibility Plugins Actually Do
Overlay accessibility plugins work by layering a JavaScript interface on top of your existing website. When a visitor clicks the floating button, they can adjust visual settings like font size, letter spacing, contrast, and color filters. Some tools go further, using AI to attempt automatic fixes for things like missing alt text, heading structure, and keyboard navigation.
The key distinction is that overlays operate on top of your site’s code, they don’t change the underlying source. Your HTML structure, your navigation markup, your form labels, your image alt text… all of that remains as it was built. Overlays apply adjustments in the browser, per visitor, per session. They’re a presentation layer, not a structural fix.
Do Overlays Make a Website ADA Compliant?
The short answer is: not on their own, and not fully.
WCAG and ADA compliance for websites is fundamentally about the quality and structure of a site’s underlying code. Many of the most important success criteria such as proper heading hierarchy, keyboard navigability, correctly labeled form fields, meaningful link text, and logical reading order can only be satisfied in the source code itself. No JavaScript widget applied on top of a poorly structured page can retroactively make those things true.
The accessibility community has also raised practical concerns about how some overlay plugins function in real-world use. Screen readers like JAWS and NVDA have their own sophisticated methods for interpreting web content, and overlay JavaScript can sometimes interfere with those tools rather than improve the experience. AI-generated alt text from overlays has shown inconsistency by describing images inaccurately in ways that could mislead users who depend on those descriptions. And because overlays rely entirely on JavaScript, any environment where scripts don’t load means those adjustments simply aren’t available.
That said, overlays aren’t without any merit. A site that is already well-built and structurally sound can use an overlay toolbar as a supplemental comfort layer – giving users the option to bump up font size or switch to higher contrast. For users who prefer those adjustments, that’s a genuine convenience. The issue is when an overlay is positioned as the compliance strategy rather than a complementary enhancement. And a website that is not WCAG compliant definitely provides a better accessible user experience for those that use it. But it will not make a site compliant on it’s own.
Website Accessibility and SEO: A Stronger Connection Than You Might Think
Here’s something that often surprises people: many of the things that make a website more accessible also make it more visible in search engines. This isn’t a coincidence, it’s a reflection of the fact that Google’s crawlers, like assistive technologies, rely on well-structured, meaningful markup to understand what a page is about.
While Google has not officially confirmed accessibility compliance as a direct ranking signal, the evidence that it influences rankings is hard to ignore. Google’s own guidance consistently emphasizes page experience, usability, and content clarity, all of which overlap heavily with accessibility best practices. And with the rollout of updates like Core Web Vitals, and the continued evolution of the Helpful Content framework which aims to combat AI generated content, the point Google is making is pretty clear: Google rewards sites that work well for real people.
The SEO community has increasingly documented correlations between accessibility improvements and ranking gains. When sites fix heading hierarchies, add proper alt text, improve focus management, and clean up semantic markup as part of an accessibility remediation, they frequently see organic visibility improvements as a byproduct, even when SEO wasn’t the stated goal
In Conclusion
If you’re not sure where your site stands, an accessibility audit is a practical first step. Tools like WAVE, axe, and Google Lighthouse can identify many common issues automatically, though a thorough audit also includes manual testing with real assistive technologies.
For the authoritative source on WCAG, bookmark the W3C’s Web Accessibility Initiative at https://www.w3.org/WAI/. It’s the definitive resource for understanding the standards, techniques, and ongoing developments in web accessibility.
Whether you’re a small business trying to reduce legal exposure, a government entity navigating new compliance deadlines, or an organization that simply wants its website to reflect its values, investing in website accessibility is the right call. And getting the build right from the start is always easier than retrofitting it later.
Table of Contents: