Why ADA Lawsuits Are Now Targeting Small Web Agencies — And What Developers Need to Know
Web accessibility lawsuits under the ADA have surged, with 67% targeting small businesses and the web agencies that built their sites. Automated scanning tools now enable mass identification of violations like missing alt text, leading to a rise in demand letters. Many agencies lack clear contracts defining post-launch accessibility responsibilities, leaving them exposed to liability and client disputes.
- ▪Web accessibility lawsuits in the U.S. exceeded 5,000 in 2025, a 37% increase from the previous year.
- ▪67% of these lawsuits targeted companies with less than $25 million in annual revenue, including small web agencies.
- ▪Common accessibility violations include missing alt text, poor keyboard navigation, insufficient color contrast, missing focus indicators, and unlabeled form inputs.
- ▪Automated tools allow plaintiff attorneys to scan thousands of websites quickly and send demand letters in bulk.
- ▪Most agency contracts do not specify who is responsible for accessibility compliance after a website is launched, creating legal and financial risk for agencies.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3934327) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Huzefa Posted on May 16 • Originally published at huzefamerchant.hashnode.dev Why ADA Lawsuits Are Now Targeting Small Web Agencies — And What Developers Need to Know #a11y #webdev #wcag Posted by Huzefa Merchant — ML Engineer | linkedin.com/in/huzefa-merchant Web accessibility lawsuits in the US crossed 5,000 in 2025 — a 37% increase from the year before. Most developers hear that number and assume it's an enterprise problem.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).