Latest Insights/Back to Generator
By the Legal Policy Generator team · Published 2026-02-08

How to Make Your Website ADA and WCAG Compliant: A Practical Guide

In 2026, web accessibility is no longer optional. A growing number of lawsuits, regulations, and industry standards require websites to be accessible to people with disabilities. The two key frameworks you need to understand are the ADA (Americans with Disabilities Act) and WCAG (Web Content Accessibility Guidelines). This guide explains, in plain language, what each one is, who they apply to, and the practical steps that move a site toward compliance.

This article is general information, not legal advice. Accessibility obligations depend on your organization type, location, and the specific services you offer online. For a definitive answer about your own website, consult a qualified attorney.

What is the ADA?

The Americans with Disabilities Act is a civil rights law that prohibits discrimination against individuals with disabilities. While it was originally written for physical spaces, the Department of Justice (DOJ) has taken the position that its requirements extend to the goods and services businesses offer online. As the DOJ states in its official guidance, "the ADA's requirements apply to all the goods, services, privileges, or activities offered by public accommodations, including those offered on the web" (ADA.gov, Guidance on Web Accessibility and the ADA).

The ADA is divided into titles. Title II covers state and local governments; Title III covers private businesses that are open to the public ("public accommodations") — think online stores, restaurants with ordering pages, banks, hotels, and clinics. Both have web accessibility implications, but the legal landscape differs sharply between them, as the next section explains.

Does the ADA legally require an accessible website?

This is where precision matters. For state and local governments (Title II), the answer is now an explicit yes with a fixed technical standard. In April 2024 the DOJ published a final rule adopting WCAG version 2.1, Level AA as the required standard for the web content and mobile apps of public entities (ADA.gov, Fact Sheet on the 2024 web rule). The compliance deadline depends on population. An Interim Final Rule published in April 2026 extended the original dates, so the current deadlines are: entities serving 50,000 or more people must comply by April 26, 2027, while entities serving fewer than 50,000 people and special district governments must comply by April 26, 2028 (ADA.gov, Fact Sheet on the 2024 web rule). Because these dates have already been revised once, government entities should confirm the current deadline that applies to them.

For private businesses (Title III), the situation is more nuanced. The DOJ has not issued a regulation that spells out a specific technical standard. In its own words, "the Department of Justice does not have a regulation setting out detailed standards, but the Department's longstanding interpretation of the general nondiscrimination and effective communication provisions applies to web accessibility" (ADA.gov). In practice this means businesses have flexibility in how they comply, but they "still must ensure that the programs, services, and goods that they provide to the public — including those provided online — are accessible to people with disabilities." Because there is no business-specific rule, courts and settlements have repeatedly pointed to WCAG as the practical benchmark, which is why most organizations treat WCAG 2.1 Level AA as the target even when it is not strictly mandated by regulation.

What is WCAG?

The Web Content Accessibility Guidelines are the internationally recognized standards for web accessibility. They are published by the World Wide Web Consortium (W3C) through its Web Accessibility Initiative (WAI) (W3C, WCAG overview). WCAG provides specific, testable criteria organized into three conformance levels:

  • Level A: The minimum level of accessibility. Addresses the most critical barriers.
  • Level AA: The standard target for most organizations. Addresses the major barriers that affect the largest number of users.
  • Level AAA: The highest level. Addresses more specialized needs. Not typically required for an entire site.

Most regulations and best practices target WCAG 2.1 Level AA compliance — and, as noted above, this is the exact standard the DOJ codified for government websites in 2024.

The Four Principles of WCAG (POUR)

WCAG is built on four fundamental principles, often remembered by the acronym POUR. According to the W3C, "the guidelines are organized under 4 principles: perceivable, operable, understandable, and robust" (W3C). All web content must be:

1. Perceivable

Users must be able to perceive the information being presented. This means:

  • All images must have descriptive alt text.
  • Videos should have captions and transcripts.
  • Text should have sufficient color contrast against backgrounds. WCAG 2.1 Success Criterion 1.4.3 requires a contrast ratio of at least 4.5:1 for normal text and at least 3:1 for large text (18pt, or 14pt bold) at Level AA (W3C, Understanding SC 1.4.3).
  • Content should be readable when text is resized up to 200%.

2. Operable

Users must be able to operate the interface. This includes:

  • All functionality must be accessible via keyboard only (no mouse required).
  • Users should have enough time to read and interact with content.
  • Content should not cause seizures. WCAG 2.1 Success Criterion 2.3.1 states that web pages should not contain anything that flashes more than three times in any one-second period, unless the flash stays below the established luminance and area thresholds (W3C, Understanding SC 2.3.1).
  • Provide clear navigation mechanisms and page structure.

3. Understandable

The content and interface must be understandable:

  • Use clear, simple language appropriate for your audience.
  • Make your site behave predictably — no unexpected changes in context.
  • Provide error identification and suggestions when users make mistakes in forms.
  • Label form fields clearly.

4. Robust

Content must be robust enough for various user agents and assistive technologies:

  • Use valid, semantic HTML.
  • Ensure compatibility with screen readers and other assistive technologies.
  • Use proper ARIA attributes when standard HTML semantics are insufficient.

Quick Wins for Accessibility

  • Run an automated accessibility audit using tools like Lighthouse, axe, or WAVE.
  • Test your entire site using only a keyboard (Tab, Enter, Space, Arrow keys).
  • Check color contrast ratios with a contrast checker tool.
  • Add alt text to every meaningful image.
  • Ensure all forms have proper labels and error handling.
  • Add skip navigation links for keyboard users.
  • Publish an accessibility statement on your website.

Automated tools are a useful starting point, but they typically catch only a portion of accessibility issues. Manual testing — keyboard navigation, screen-reader checks, and review by people with disabilities — remains essential for genuine conformance.

Who needs to pay attention, and how urgent is it?

The short version:

  • State and local government entities are now operating under a hard regulatory deadline tied to WCAG 2.1 Level AA, with timing driven by the population they serve. Following the April 2026 Interim Final Rule, entities serving 50,000 or more people must comply by April 26, 2027, and smaller entities and special district governments by April 26, 2028 (ADA.gov). If you run a government site, confirm your applicable deadline and build a remediation plan now.
  • Private businesses open to the public are not bound to a single DOJ technical rule, but they remain subject to the ADA's general nondiscrimination requirements, and lawsuits citing inaccessible websites continue to be filed in large numbers. Treating WCAG 2.1 AA as your working target is the pragmatic way to reduce legal exposure and serve more customers.
  • Everyone else — nonprofits, small blogs, side projects — may not face the same legal pressure, but accessibility still expands your audience and improves SEO, usability, and overall quality.

It is also worth remembering that accessibility is not a one-time project. Every new page, image, form, and third-party widget can introduce barriers, so the most durable approach is to bake accessibility checks into your normal design and publishing workflow rather than treating it as a single audit.

How an accessibility statement fits in

Publishing an accessibility statement does not, on its own, make your site compliant — but it is a recognized good-practice signal. A clear statement communicates your commitment to inclusion, documents the standard you are working toward (for most sites, WCAG 2.1 Level AA), explains how users can report problems, and gives people an alternative way to access content if they hit a barrier. It is one visible piece of a broader, ongoing accessibility effort.

Create Your Accessibility Statement

An accessibility statement shows your commitment to inclusion and outlines your accessibility efforts. Use our Free Accessibility Statement Generator to create a professional statement for your website.