Contents
ADA lawsuits targeting law firm websites have increased every year since 2018, and in 2026 law firms are among the most frequently sued professional categories under Title III of the Americans with Disabilities Act. A law firm website that cannot be navigated with a screen reader, has images without alt text, or uses color contrast ratios below 4.5:1 is exposed to demand letters and federal litigation with no minimum damages threshold. This guide covers exactly what WCAG 2.1 AA requires and the specific WordPress fixes for the most common violations.
What the ADA Actually Requires from a Law Firm Website
The ADA does not name websites explicitly, but federal courts in 2026 consistently apply Title III, which prohibits discrimination against people with disabilities in places of public accommodation, to law firm websites. The legal standard courts use is WCAG 2.1 Level AA, the Web Content Accessibility Guidelines published by the W3C. A law firm website that fails WCAG 2.1 AA is, in the view of most federal circuits, an ADA violation.
ADA demand letters targeting law firm websites typically arrive with no prior warning. The plaintiff does not need to be your client or a prospective client. They need only to have visited your website and encountered a barrier. There is no required number of violations, no minimum severity, and no grace period after the first letter to fix and avoid litigation. The average settlement for a first-demand ADA website case in 2025 was between $15,000 and $25,000, not counting attorney fees on both sides.
The good news is that WCAG 2.1 AA compliance on a WordPress site is not a rebuild. Most law firm websites fail on a small set of recurring issues that each have a direct WordPress fix.
The 4 WCAG Principles Your Site Must Satisfy
WCAG 2.1 AA organizes all accessibility requirements under four principles, remembered as POUR: Perceivable, Operable, Understandable, Robust. Every specific criterion falls under one of these four, and a site must satisfy all four to be compliant.
| Principle | What it means for a law firm site | Common WordPress failure |
|---|---|---|
| Perceivable | All content must be available to all senses, not just visual | Images missing alt text; videos without captions |
| Operable | All functionality must work via keyboard, not just mouse | Navigation menus not keyboard-accessible; no skip-to-content link |
| Understandable | Content and UI must be predictable and readable | Pages without a declared language attribute; form errors with no description |
| Robust | Content must work with current and future assistive technologies | Non-semantic HTML; custom elements without ARIA roles |
A screen reader user navigating your site is testing all four principles simultaneously. If your attorney bio pages have portrait photos with no alt text, your contact form submits with no success or error feedback, and your mobile menu cannot be opened with a Tab key, you are failing on Perceivable, Understandable, and Operable at once.
The Most Common ADA Violations on Law Firm WordPress Sites
Five issues account for the majority of ADA demand letters targeting law firm WordPress sites in 2026. Every one of them has a direct fix in WordPress without a theme rebuild.
1. Images without alt text. Attorney headshots, practice area banner images, and blog featured images that have no alt attribute are the single most common violation. The fix in WordPress is adding descriptive alt text to every image in the Media Library, and setting a policy that no image gets published without alt text. The alt text for a photo should describe what is in the image, not repeat the caption or file name.
2. Color contrast below 4.5:1. WCAG 2.1 AA requires a contrast ratio of at least 4.5:1 between text and its background for body copy, and 3:1 for large text (18pt or larger, or 14pt bold). Many law firm WordPress themes use light grey text on white backgrounds or dark text on a colored hero that fails both thresholds. The free WebAIM Contrast Checker lets you test any hex pair in seconds.
3. No keyboard navigation path. Users who cannot use a mouse navigate with Tab and Enter. If your main navigation drops down on hover with no keyboard trigger, your mobile menu opens only on click with no keyboard equivalent, or your contact form cannot be submitted via keyboard alone, you are failing the Operable principle. In WordPress, this is usually a theme or plugin issue, not a content issue.
4. Forms with no error identification. WCAG 2.1 AA criterion 3.3.1 requires that form errors be identified and described to the user in text. A contact form that highlights an empty required field in red with no text explanation fails this criterion. Most WordPress form plugins support error messages, but they need to be configured with descriptive text, not just visual cues.
5. PDFs that are not accessibility-tagged. Law firms frequently post court documents, intake forms, and legal guides as PDF files. An untagged PDF is not readable by a screen reader. PDFs linked from your WordPress site that are not accessibility-tagged are ADA violations attached to your site, even though the file itself is not a WordPress page.
How to Audit Your Law Firm WordPress Site
Three tools cover the majority of WCAG 2.1 AA issues and can be run without developer access.
- WAVE (wave.webaim.org): Run your homepage, attorney pages, practice area pages, and contact page through the WAVE tool. It flags missing alt text, contrast failures, missing form labels, and missing skip navigation links with visual overlays on the live page. Free, no login required.
- Google Lighthouse: Open Chrome DevTools on any page, go to the Lighthouse tab, check Accessibility, and run the audit. Scores 0 to 100; a score below 90 indicates meaningful violations.
- Manual keyboard test: Tab through your homepage, main navigation, and contact form using only the keyboard. If you cannot reach the contact form, submit it, and read the confirmation, you have an Operable failure that automated tools will not catch.
We run this three-tool audit as part of the maintenance review we do for law firm WordPress sites on our care plan. For a broader picture of what we check on security, our attorney website security guide covers the other side of the same review.
Fixes for the 5 Most Common Violations in WordPress
Alt text: In the WordPress media library, click any image, and the Alternative Text field is in the right panel. For images already on pages, edit the block in Gutenberg and the alt text field appears in the block settings sidebar.
Color contrast: Most WordPress themes let you change text and background colors in the Customizer under Appearance > Customize > Colors. If the theme’s color controls do not expose the problematic pair, a small CSS snippet in Appearance > Additional CSS can override it. Test every change with the WebAIM Contrast Checker before publishing.
Keyboard navigation: If your theme’s navigation is hover-only, the cleanest fix without a theme rebuild is the Accessible Menu plugin (free, by Rian Rietveld), which adds keyboard and ARIA support to standard WordPress nav menus. For mobile menus, test the toggle button; it must be reachable via Tab and activatable via Enter or Space.
Form error messages: In Contact Form 7, validation messages are configured in the form editor under the Messages tab. In Gravity Forms, go to Form Settings > Confirmations and Notifications; field-level errors are set in each field’s Advanced tab under Validation Message. Set every required field error to a complete sentence describing what is missing.
PDFs: Open the PDF in Adobe Acrobat (or use the free Adobe Acrobat accessibility checker online), run the Accessibility Check, and use the Reading Order tool to add structure tags. Re-export as a tagged PDF. For intake forms specifically, consider replacing the PDF with a native WordPress form, which is accessible by default when built correctly.
If you want someone to run the full audit and handle the fixes, our WordPress care plans for law firms include accessibility reviews starting at $99 per month.
Frequently Asked Questions
Do ADA website requirements apply to small law firms?
Yes. Title III of the ADA applies to places of public accommodation regardless of business size. There is no employee count or revenue threshold that exempts a law firm from ADA website requirements. In practice, plaintiff attorneys send demand letters to firms of all sizes because the economics of settlement work the same whether the firm has 2 attorneys or 200.
Is WCAG 2.1 AA the required standard or just a guideline?
WCAG 2.1 AA is a guideline published by the W3C, not a law. However, the DOJ issued formal guidance in March 2022 confirming that web accessibility is required under the ADA, and federal courts consistently use WCAG 2.1 AA as the compliance benchmark. A site that meets WCAG 2.1 AA has a strong defense in ADA litigation. A site that does not meet it has essentially no defense.
Does an accessibility overlay widget make our site ADA compliant?
No. Overlay widgets like AccessiBe, UserWay, and AudioEye add a toolbar that purports to fix accessibility issues dynamically. In practice, they do not remediate the underlying HTML, they miss many violations that assistive technologies encounter, and several have been named in ADA lawsuits themselves. The DOJ’s 2022 guidance does not recognize overlays as a compliance method. Real compliance requires fixing the underlying page markup, images, forms, and navigation.
How often do we need to re-audit for ADA compliance?
Every time significant content is added or the theme is updated. New blog posts with images, new attorney bio pages, new practice area pages, and any theme or plugin update that changes navigation or form behavior can introduce new violations. A practical schedule is a full WAVE and Lighthouse audit quarterly, and an alt-text and contrast spot-check on every new page before it publishes.
What should we do if we receive an ADA demand letter?
Consult your attorney immediately, as demand letters have response deadlines. Simultaneously, document the current state of your website with screenshots and a WAVE audit report before making changes, so you have a record of what existed at the time of the alleged violation. Then begin remediating the specific violations named in the letter. Do not ignore it. Most ADA website cases that proceed to litigation do so because the defendant did not respond or respond adequately within the demand window.
Get your law firm site ADA-audited
We run WAVE and Lighthouse audits, fix the top violations, and include quarterly accessibility reviews in our WordPress care plans for law firms.
