Home › WordPress accessibility
WordPress accessibility, how to make your site compliant
WordPress runs about 43% of the web. Its accessibility rarely comes down to core; it comes down to your theme, your plugins and what you upload.
Where WordPress sites usually fail WCAG
- Theme: text and buttons with contrast that's too low, focus styles removed, headings used for looks instead of structure.
- Media: images added through the media library with the alt-text field left blank.
- Forms: contact and checkout plugins that render fields without proper labels.
- Menus and sliders: dropdowns and carousels you can't reach or operate with a keyboard.
- Links: "click here" and "read more" repeated with no context for a screen reader.
Skip the overlay plugin
There are WordPress plugins that promise one-click ADA compliance by injecting an overlay or toolbar. They don't fix the markup an audit checks, screen-reader users often find them disruptive, and sites that use them still get sued. The FTC fined an overlay vendor $1M in 2025 for deceptive "compliance" claims. (FTC, 2025) Useful plugins help you fix real markup; overlays just hide the problem.
How to check and fix your WordPress site
| Step | What |
|---|---|
| 1. Scan | Run a WCAG scan on your live URL. AdaClear scans the rendered page, so it works on any WordPress site with nothing to install. |
| 2. Fix in theme and content | Add alt text, raise contrast, label forms, fix heading order, restore focus styles. Most of it lives in the theme or the post editor. |
| 3. Human review | Have the items a machine can't judge checked by a person (meaningful alt text, reading order, captions). |
| 4. Monitor | Re-scan as you publish, so a new post or plugin doesn't quietly break compliance. |
AdaClear automates steps 1 and 4 and offers an optional Expert Fix (human experts, AI-assisted, every change human-reviewed) for the rest. Automated testing reliably catches about 30 to 40 percent of WCAG issues, so we surface and triage them honestly and never sell a fake compliant badge.
Enter your site for an instant WCAG scan: score + top issues. No plugin, no overlay, no signup.
Frequently asked
Is WordPress accessible by default? WordPress core follows accessibility guidelines, but your live site depends mostly on your theme, plugins and content. A low-contrast theme, images without alt text, or an unlabeled form plugin will fail WCAG regardless of core.
Do accessibility plugins make WordPress ADA compliant? Overlay or toolbar plugins do not; they sit on top instead of fixing the code an audit checks, and sites using them still get sued. Useful plugins help you fix real markup, not promise one-click compliance.
How do I check my WordPress site for accessibility? Run an automated WCAG scan against your live URL. AdaClear scans the rendered page, so it works on any WordPress site with no plugin to install, then you fix the issues in your theme or content and keep it monitored.