Is My WordPress Site ADA Compliant?
ADA compliance for Tampa WordPress sites — what it really means, the lawsuit risk, and the practical steps to comply with WCAG 2.1 AA.
Probably not, by default. ADA web compliance means meeting WCAG 2.1 AA standards — and a typical WordPress site has issues with color contrast, missing alt text, form labels, and keyboard navigation. ADA web lawsuits are a real and growing problem in 2026, especially for Tampa healthcare, legal, education, and retail businesses. A compliance audit and fix pass is genuinely worth doing.
What ADA web compliance actually means
The Americans with Disabilities Act (ADA) was passed in 1990, before the web existed. Courts have ruled — and the Department of Justice has confirmed — that the ADA applies to “places of public accommodation,” including their websites.
The legal standard for compliance is WCAG 2.1 Level AA — a technical specification covering how websites should work for users with disabilities. WCAG covers four areas:
- Perceivable — content can be seen and heard (alt text, captions, color contrast)
- Operable — interface works with keyboard, screen readers, voice control
- Understandable — clear labels, error messages, predictable navigation
- Robust — works with assistive technologies (screen readers, refreshable braille displays)
The lawsuit problem
ADA web lawsuits exploded after 2018 and continue to grow. In 2024, an estimated 4,000+ federal lawsuits were filed alleging ADA web violations. State court filings add thousands more.
The plaintiff pattern:
- Law firms specializing in ADA litigation
- “Tester” plaintiffs who systematically scan sites for violations
- Demand letters asking for $5,000 to $25,000 settlements
- Fastest path is settlement; fighting in court costs more than settling
Tampa businesses most often targeted:
- Healthcare (med spas, dental, urgent care) — high lawsuit volume
- Retail and e-commerce (especially WooCommerce stores)
- Restaurants (often via the online menu)
- Legal services (lawyers being sued by lawyers — ironic)
- Hospitality (hotels, event venues)
- Education (private schools, tutoring services)
- Real estate
Florida specifically has been a hotspot for ADA litigation — both because of demographics and because plaintiff law firms have established beachheads here.
What WCAG violations actually look like
The common issues we find on Tampa WordPress sites:
1. Insufficient color contrast
Light gray text on a white background. Light buttons on a light background. Brand colors that look stylish but fail WCAG AA’s 4.5:1 contrast ratio for normal text and 3:1 for large text.
Test it: use webaim.org/resources/contrastchecker. Plug in your text color and background. If it fails AA, you have a violation.
2. Missing alt text on images
Every meaningful image needs descriptive alt text for screen reader users. Decorative images need empty alt (alt="") so screen readers skip them. Most WordPress sites have a mix of:
- Images with no alt at all (violation)
- Images with auto-generated alt like “image-001.jpg” (effectively no alt, violation)
- Images with descriptive alt (correct)
3. Form fields without labels
A form input that says “Name” inside the box (placeholder text) instead of having a proper element. Screen readers can’t reliably read placeholder-only fields.
4. Missing form error messages
When a form fails validation, errors need to be programmatically associated with the field and announced to screen readers. Most default WordPress forms don’t do this without extra work.
5. Keyboard navigation broken
If you can’t tab through your site and reach every interactive element, you have a violation. Common breaks:
- Custom dropdown menus that don’t expand on keyboard focus
- Modal popups that trap focus or can’t be closed via keyboard
- Mobile menus that aren’t keyboard accessible
- Sliders and carousels with no keyboard controls
6. Heading hierarchy broken
Skipping from H1 to H4, having multiple H1s on a page, or using headings for styling rather than structure. Screen reader users navigate by headings — broken hierarchy makes pages unusable.
7. PDF documents
Most PDFs hosted on WordPress sites are not accessible. Scanned-image PDFs without OCR are entirely unreadable to screen readers. Even text PDFs often lack proper structure.
8. Videos without captions
YouTube auto-captions are not WCAG-compliant — they’re not accurate enough. Real captions (manually reviewed) or transcripts are required.
The honest practical bar
Total perfect WCAG 2.1 AA compliance is genuinely hard and expensive. A “perfect” audit and fix for a 50-page WordPress site can run $5,000 to $20,000, plus ongoing maintenance.
The realistic bar for most Tampa small businesses:
- Catch the obvious issues — color contrast, alt text, form labels, basic keyboard nav
- Fix everything an automated scanner catches — covers about 30% of WCAG criteria
- Manual review of key user flows — homepage, contact, key service pages
- Document your accessibility efforts — a published accessibility statement helps in litigation
- Plan ongoing review — re-audit every 6 to 12 months as content changes
This level of compliance significantly reduces lawsuit risk without requiring a $20K audit. It’s also genuinely better for users.
Free and paid audit tools
Automated scanners
- WAVE (wave.webaim.org) — free, browser plugin, catches common issues
- axe DevTools (deque.com) — free browser extension, more thorough than WAVE
- Lighthouse (built into Chrome) — has accessibility checks
- AccessibilityChecker.org — free site-wide scan
Automated tools catch about 30% of WCAG issues. The other 70% requires human review. Don’t trust a “100% accessible” report from an automated tool.
Paid audits
- DIY using axe DevTools — free, requires you to learn WCAG
- Hire a WordPress agency for an accessibility audit — $500 to $3,000. We charge $500 for a Tampa accessibility audit and fix list.
- Specialized accessibility firms — $3,000 to $15,000 for comprehensive audit
- WebAIM — well-regarded, $3,500+ for detailed audit
Accessibility overlay plugins (don’t trust these)
You’ve seen these — widgets that promise “one-click accessibility.” Examples: AccessiBe, UserWay, accessiBe-style widgets.
The honest assessment: these tools don’t make a site compliant. They mostly add an overlay menu that lets users adjust font sizes and contrast. They’ve been the subject of multiple lawsuits — plaintiffs argue that the overlay is a substitute for real accessibility, not actual compliance. Some plaintiff firms specifically target sites using these overlays.
Real accessibility requires fixing the underlying site, not bolting a widget on top.
WordPress-specific accessibility
WordPress has gotten better at accessibility over the years. The core is reasonably accessible. The issues come from:
Themes
Most themes have accessibility issues. Look for themes explicitly tagged as “accessibility-ready” in the WordPress.org theme directory. Custom themes (the ones we build) should be designed with accessibility from the start.
Page builders
Page builders vary widely. Elementor has improved but historically had issues with focus management and ARIA. Bricks is reasonably accessible if used carefully. Native blocks are improving. See best WordPress page builder.
Plugins
Every plugin that adds front-end content (sliders, forms, popups, navigation menus) can introduce accessibility issues. Test after adding any plugin that touches the front-end.
WooCommerce
The default WooCommerce templates have known accessibility issues. Custom WooCommerce builds need explicit accessibility work. See WooCommerce development in Tampa.
What we do for Tampa clients
Our standard accessibility approach when building a Tampa WordPress site:
- Pick or build an accessibility-aware theme
- Color palette tested for WCAG AA contrast during the design phase
- All images get descriptive alt text during content entry
- Form fields properly labeled and keyboard accessible
- Heading hierarchy validated
- Keyboard navigation tested through key user flows
- Automated scan with axe DevTools before launch
- Published accessibility statement at /accessibility/
- Optional: paid accessibility audit ($500) for higher-risk industries
For clients in healthcare, education, legal, or other high-lawsuit-risk industries, we strongly recommend the paid audit.
When you definitely need to invest in accessibility
Compliance becomes important when:
- You’re in a high-target industry (healthcare, retail, legal, education, hospitality)
- You serve customers with disabilities directly (medical, social services)
- You have over $5M revenue (lawsuits target larger settlement potential)
- You’ve received a demand letter or threatening email
- You’re acquiring a business or being acquired
- You’re getting a corporate or government contract
For a small Tampa HVAC company with $1M revenue and low public profile, lawsuit risk is real but lower. For a Tampa med spa with $5M revenue and active marketing, it’s significant.
The accessibility statement
Even if your site isn’t fully compliant yet, publishing an accessibility statement at /accessibility/ helps. The statement should include:
- Your commitment to accessibility
- Your target compliance level (WCAG 2.1 AA)
- Known limitations (if any)
- How users can report issues or request accommodation
- Contact info for accessibility concerns
A statement won’t save you from a lawsuit alone, but it demonstrates good faith effort, which courts and plaintiff firms consider.
What to do if you get a demand letter
If you receive an ADA web lawsuit threat:
- Don’t ignore it. Most plaintiff law firms file if you don’t respond.
- Don’t panic-pay. Initial demand letters often request $10,000 to $25,000 for what’s actually a $2,000 to $5,000 fix.
- Hire a lawyer who handles ADA web cases. Florida has several.
- Get an accessibility audit immediately. Documenting your fix-in-progress is part of negotiation.
- Fix the actual issues. Settlement usually requires both money and a remediation plan.
Bottom line
A typical WordPress site is not ADA compliant. WCAG 2.1 AA is the standard. Lawsuits are a real risk, especially for healthcare, legal, retail, and education businesses in Tampa. The realistic path is regular auditing, fixing obvious issues, and publishing an accessibility statement — not paying $20K for theoretical perfect compliance, but not ignoring it either. See our recommended WordPress setup for Tampa businesses for an accessibility-aware stack.
Got a more specific question about your project?
Send the details — we reply within one business day with a straight answer, no sales theater. Or book the 30-minute discovery call directly.