ADA Compliant Websites

ADA compliant websites.

A practitioner reference for what an ADA compliant website is, what the law actually requires, what WCAG 2.2 AA conformance looks like in practice, and how URCO builds and audits to that standard.

Not legal advice. URCO is an accessibility remediation studio, not a law firm. The information on this page is a practitioner reference for the technical and operational side of ADA website compliance. For legal-strategy questions — whether to settle, jurisdiction, response strategy — talk to a lawyer.

What is an ADA compliant website?

An ADA compliant website is one built and maintained to meet the Web Content Accessibility Guidelines (WCAG) — usually version 2.1 or 2.2 at conformance level AA. There is no government-issued ADA seal for websites. Compliance is a documented practice — WCAG conformance plus an accessibility statement, a remediation process, and a public point of contact — not a certification.

The Americans with Disabilities Act (ADA) is a US civil-rights law passed in 1990. Title III prohibits discrimination by “places of public accommodation” — and for the last decade, federal courts have repeatedly interpreted that to include the websites of those places. The Department of Justice has stated, and continues to state, that ADA Title III applies to public-facing commercial websites and that the standard for compliance is WCAG.

In practice, an ADA compliant website is one that meets WCAG 2.1 or 2.2 at conformance level AA, ships an accessibility statement, and has a public path for accessibility complaints and remediation. URCO builds to WCAG 2.2 AA — the current published version of the standard — because it covers the lower-numbered version and adds nine additional success criteria that address mobile, low-vision, and cognitive accessibility gaps WCAG 2.1 missed.

The legal framework

Three tracks of US law shape what “ADA compliant” means for a website. Most public-facing commercial sites are touched by at least one. Many — especially school websites and multi-state businesses — are touched by all three.

ADA Title III — private-sector public accommodations

This is the lawsuit-driver. Title III prohibits discrimination by businesses that are open to the public — retail, restaurants, hotels, healthcare, professional services, entertainment, gyms, education, and the rest. The DOJ has consistently said websites of public accommodations are covered. Federal courts in the Eleventh, Ninth, and First Circuits have ruled the same. Plaintiffs’ firms file thousands of demand letters and lawsuits per year, with public industry reports running into the four-figure annual count.

ADA Title II — state and local government

The DOJ’s April 2024 final rule on ADA Title II explicitly adopts WCAG 2.1 AA as the technical standard for state and local government websites and mobile apps. Compliance deadlines are tiered: April 2026 for entities serving populations of 50,000 or more, April 2027 for smaller entities. Public school districts fall under this rule.

Section 504 of the Rehabilitation Act

Section 504 prohibits disability discrimination by any program or activity that receives federal financial assistance — which includes most charter schools, public schools, federally-funded non-profits, and a large slice of healthcare and human services. The Department of Education and HHS both interpret Section 504 to require that public-facing digital communication be accessible to students, families, patients, and clients with disabilities. URCO’s school-website work is scoped against this layer in addition to ADA.

State laws layer on top

California’s Unruh Civil Rights Act, New York’s State Human Rights Law, Colorado’s HB 21-1110, and similar statutes in other states are commonly cited in website accessibility complaints — often alongside ADA Title III for damages. State law differences matter for response strategy but the technical remediation standard remains the same: WCAG 2.2 AA.

WCAG 2.2 AA — the de facto standard

WCAG is the technical specification published by the W3C. It organizes accessibility requirements under four principles — perceivable, operable, understandable, robust (POUR) — and lists testable success criteria at three conformance levels: A (the minimum), AA (the legal benchmark), and AAA (a higher bar that is not always achievable on every page).

AA is the level that matters legally. All ADA-related rulemaking, including the DOJ Title II rule, references AA. URCO builds to AA, documents per-success-criterion conformance, and calls out where AAA is also met (color contrast, line height, link purpose) — but does not promise AAA across the board, because the standard itself anticipates that AAA cannot be met for all content.

What the four principles mean in practice

  • Perceivable. Content must be available to senses the user has. Alt text on meaningful images. Captions and transcripts for video. Color contrast that holds up at 4.5:1 for normal text. Information not conveyed by color alone.
  • Operable. The interface must be usable without a mouse. Every interactive element reachable and operable by keyboard. No keyboard traps. Visible focus indicators. Skip links. Adequate target sizes on touch.
  • Understandable. Page language declared. Predictable navigation across pages. Form labels and error identification. Inputs with clear instructions and recovery paths when a user makes a mistake.
  • Robust. Markup parses cleanly. Custom controls expose name, role, and value to assistive technology — usually through native semantic HTML or, where unavoidable, correct ARIA. Status messages reach screen readers without stealing focus.

The most common failures

From URCO’s own audits and the public lawsuit record, this is the order of failures we see most often on sites that have not been built with accessibility in mind:

  1. Missing or empty alt text on meaningful images, or auto-generated alt text that describes the file rather than the content.
  2. Color contrast below 4.5:1 on body text or 3:1 on large text — usually in light-gray secondary text or in marketing CTAs.
  3. Form fields without programmatically associated labels — labels rendered visually but not connected to inputs.
  4. Custom interactive components (modals, dropdowns, accordions, tabs) built without keyboard support or correct ARIA.
  5. Keyboard traps in third-party widgets — chat bubbles, video players, cookie banners — that capture focus and don’t release it.
  6. Images of text replacing real text, breaking screen readers and text resize.
  7. PDFs that have not been remediated — scanned documents, untagged PDFs, missing reading order.
  8. Iconography without accessible names — search icons, social icons, hamburger menus rendered with no text alternative.
  9. Skip-to-main-content links missing on long-navigation sites.
  10. No accessibility statement, no remediation contact path, no documented monitoring process.

How URCO builds ADA compliant websites

Every URCO build is scoped against WCAG 2.2 AA from day one — not retrofitted at the end. The production process is:

  1. Pre-design audit. If we are rebuilding an existing site, we run a baseline accessibility audit against the current site so the new system measurably improves on what was there.
  2. Design tokens with conformance built in. Color contrast, focus states, link underlines, and interactive target sizes are baked into the design tokens. A designer cannot ship a contrast violation by accident because the tokens themselves clear AA.
  3. Semantic HTML first. Every interactive component starts as the native HTML element — <button>, <a>, <input>,<dialog> — and only adds ARIA when a pattern cannot be expressed natively. Most accessibility regressions come from custom controls; we build with native ones.
  4. Automated checks in CI. axe-core runs against every PR. WAVE and Lighthouse run against the production build. Automated tools catch about 30% of WCAG issues, which is exactly why URCO does the other 70% manually.
  5. Manual screen-reader testing. NVDA, VoiceOver, and TalkBack on the actual user flows that matter — homepage, key conversion paths, form submissions. Tools see markup; humans see whether the markup makes sense to navigate.
  6. Conformance documentation per success criterion. Each WCAG 2.2 AA criterion is documented as conformant, partially conformant, or not applicable. That document is what protects you in the event of a demand letter.
  7. Ship the accessibility statement and contact path. A real statement listing the conformance target, known limitations, and a way for users to report issues. A site without one is missing the documentation a court would expect.

Where to go next

FAQ

ADA compliant websites — FAQ.

What is an ADA compliant website?

An ADA compliant website is one built and maintained to meet the Web Content Accessibility Guidelines (WCAG) — usually version 2.1 or 2.2 at conformance level AA. The Department of Justice has stated that ADA Title III applies to public-facing commercial websites, and federal courts have repeatedly used WCAG as the technical benchmark. There is no government-issued ADA seal for websites — compliance is a documented practice, not a certification.

Is there a single legal standard for ADA website compliance?

For state and local government (Title II), yes — the DOJ's April 2024 final rule explicitly adopts WCAG 2.1 AA. For private-sector websites under Title III, the DOJ has not formally adopted a specific WCAG version, but courts and DOJ guidance treat WCAG 2.1 AA (and increasingly 2.2 AA) as the benchmark. URCO builds to WCAG 2.2 AA because that is the current published version and meets the higher of the two thresholds.

How is ADA compliance different from WCAG conformance?

WCAG is the technical specification — a list of testable success criteria. "ADA compliance" is a legal posture: a website that conforms to WCAG, ships an accessibility statement, has a documented remediation process, and has a public point of contact for accessibility issues. Compliance includes WCAG conformance plus the operational and documentation work around it.

How do I make my website ADA compliant?

In order: (1) audit the site against WCAG 2.2 AA using a combination of automated tools and manual testing; (2) prioritize and remediate failures by severity; (3) publish an accessibility statement listing your conformance target, known limitations, and contact path; (4) put a continuous monitoring process in place. Skipping the manual audit and relying only on automated scans or an "accessibility overlay" is the most common failure mode and the most common reason businesses end up in a demand-letter situation.

Are accessibility overlays a defense?

They generally are not. A meaningful number of public ADA website lawsuits have been filed against businesses whose only accessibility measure was an overlay product. The widely shared position from accessibility experts and disability advocacy organizations is that overlays do not bring a non-conforming site into WCAG conformance and may create new barriers. URCO does not sell or recommend overlay products.

How long does it take to make a website ADA compliant?

For a standard small-business site, focused remediation typically takes 3 to 6 weeks. Multi-page sites with a CMS, document libraries, video, or custom applications run 8 to 16 weeks. Sites with years of accumulated debt — heavy reliance on PDFs, custom interactive components, third-party widgets — can take longer. The biggest variable is not the size of the site but how many of its core patterns need to be rebuilt versus tweaked.

Does ADA compliance apply to my website specifically?

Likely yes if (a) your business is open to the public (retail, restaurants, professional services, healthcare, education, hospitality, etc.), (b) you receive federal funding, including charter schools and public schools, (c) you are a state or local government entity, or (d) you do business in a state with its own digital accessibility statute (California, New York, Colorado, and others). For specific legal questions about applicability, consult a lawyer — URCO is a remediation studio, not a law firm.

How much do ADA website lawsuits typically settle for?

Publicly reported ranges for individual website ADA matters vary widely depending on jurisdiction, plaintiff, and the size of the business. Industry trackers commonly cite low-to-mid five figures plus attorneys' fees for individual cases, with class actions reaching higher. Settlement amounts are negotiated and confidential — the URCO playbook on demand-letter response covers what to do if you receive one.

(08) — Ready when you are

Fix the friction.

Build a website that is accessible, search-ready, conversion-aware, and built to perform.