What is ADA Website Compliance?
The Americans with Disabilities Act (ADA) was signed into law in 1990 to prohibit discrimination against individuals with disabilities. While the original legislation focused on physical spaces, courts have consistently ruled that ADA Title III — which covers "places of public accommodation" — extends to websites and digital services.
What Does ADA Title III Require?
Title III requires that businesses open to the public provide equal access to their goods and services for people with disabilities. In the digital context, this means your website must be usable by people who rely on assistive technologies such as screen readers, keyboard navigation, voice control, and other tools.
While the ADA itself does not specify technical standards for websites, courts and the Department of Justice have pointed to the Web Content Accessibility Guidelines (WCAG) 2.2 Level AA as the de facto standard for compliance.
Common ADA Website Violations
Automated scanning tools like ADAfriendly detect hundreds of potential issues, but the most common violations fall into a few categories:
Missing Alternative Text: Images without alt attributes are invisible to screen reader users. Every meaningful image should have descriptive alternative text. Decorative images should use an empty alt attribute (alt="") to be properly skipped.
Insufficient Color Contrast: Text that does not meet the minimum contrast ratio of 4.5:1 (for normal text) or 3:1 (for large text) against its background can be difficult or impossible to read for users with low vision or color blindness.
Missing Form Labels: Form inputs without associated labels leave screen reader users guessing what information is expected. Every input element needs a programmatically associated label.
Inaccessible Navigation: Dropdown menus, modal dialogs, and interactive components that cannot be operated with a keyboard alone exclude users who cannot use a mouse.
Missing Document Structure: Pages without proper heading hierarchy (h1, h2, h3), landmark regions, and semantic HTML make it difficult for assistive technology users to understand and navigate the content.
The Legal Landscape
ADA website lawsuits have increased dramatically. In 2025, federal courts saw over 4,000 digital accessibility lawsuits — a number that continues to grow year over year. Settlements and damages typically range from $5,000 to $150,000 or more, depending on the size of the business and the severity of the barriers.
The Department of Justice published a final rule in April 2024 (effective April 2026) requiring state and local governments to meet WCAG 2.1 Level AA. While this rule applies to Title II entities, it signals the direction for Title III enforcement as well.
How to Fix Your Website
The path to compliance involves several steps:
- Scan your site to identify existing violations. Tools like ADAfriendly can crawl your entire site and map issues to specific WCAG criteria.
- Prioritize critical issues such as missing alt text, keyboard traps, and missing form labels — these affect the most users and carry the most legal risk.
- Remediate the code. Fix violations in your actual HTML, CSS, and JavaScript. Automated overlays are not a substitute for proper code fixes (see our post on why overlays are not enough).
- Test with real assistive technology. Automated scanning catches roughly 30-40% of accessibility issues. Manual testing with screen readers (NVDA, JAWS, VoiceOver) and keyboard-only navigation is essential.
- Monitor continuously. Accessibility is not a one-time fix. New content, design changes, and code deployments can introduce new barriers. Regular scanning ensures you stay compliant.
Getting Started
The best time to start is now. ADAfriendly offers a free scan that identifies your most critical accessibility issues in minutes. From there, you can use our detailed reports and AI-powered fix suggestions to bring your site into compliance.