Website · Live preview · Documentation · Free vs Pro · Support
Two engines. One honest scope.
AuditWand finds accessibility issues on your WordPress site, fixes the mechanical ones in one click, and keeps a dated record of the work. Page checks run inside your editor, free and local: the bundled engine checks the page you are writing, drafts included, and nothing leaves your site. Site scans run in the AuditWand cloud on Pro: every page of your live site, with history, alerts, and the documents the European Accessibility Act expects. Both engines find a subset of WCAG issues and say so on every result.
Accessibility is now a legal expectation in most markets a WordPress site sells into. In the European Union, the European Accessibility Act (EAA) has applied since 28 June 2025 to many businesses that sell to consumers online, and member states enforce it with fines and orders. In the United States, web accessibility claims under the Americans with Disabilities Act (ADA) are filed by the thousands every year, with demand letters many times more frequent. In Ontario, the Accessibility for Ontarians with Disabilities Act (AODA) requires larger organizations’ public websites to meet WCAG 2.0 AA.
The plain benefits arrive whether or not a law applies to you: more visitors can use the site, including the roughly one in six people who live with a disability; search engines read the same structure and text alternatives that screen readers do; clear labels and readable contrast reduce complaints and abandoned forms.
Two honest notes. Some very small businesses have limited exemptions under the EAA, and whether your site is covered depends on what you sell, to whom, and where; check with a professional rather than taking a plugin’s word for it. And no automated tool, ours included, can make a site accessible or compliant on its own. AuditWand finds what can be found automatically, fixes what can be fixed safely, guides you through the rest, and documents the effort.
Every rule the engine checks has its own page at https://auditwand.com/docs/issues.
Every fix is a server-side change to the HTML your site sends to visitors; there is no visitor-side script and no overlay. Each fix is individually switchable, shows a before-and-after preview, is reversible with one click, and is logged with a timestamp when applied or turned off. A master pause suspends every fix at once. Fixes an accessibility-ready theme already provides are never applied twice.
Every fix is free on every plan, with or without an account. What each fix changes and when not to use it: https://auditwand.com/docs/fixes
Missing alt text is the most common accessibility failure on the web, and no scanner can fix it for you, because only a person knows what an image means. The Media tab shows every image in your media library with its alt-text state (missing, deliberately decorative, or described) and where it is used, and you write or edit the alt text in place.
The fix-in-sequence workflow is the missing-alt filter: every image without alt text in one list, each with its alt field in place and a one-click decorative marker, so you work through them one after another. A short guide on writing good alt text sits beside the list. You stay the author: AuditWand never writes alt text for you and never sends your images anywhere. Entirely free, on your own site. No other accessibility plugin in the directory offered a media-wide alt-text view when we surveyed the category in August 2026.
Guide: https://auditwand.com/docs/media-library-audit
Tiny by design. The plugin zip is 283 KB across 19 files, most of it the bundled engine. Your visitors receive nothing from AuditWand: no scripts, no styles, no cookies, no tracking. A fix you switch on adds exactly that fix’s HTML and a few hundred bytes of CSS. Tests enforce zero visitor weight on every release.
Honest by design. Automated testing finds a subset of WCAG issues. AuditWand tells you what it found and how to fix it. It does not and cannot make your site “compliant” or guarantee protection from legal claims. Treat any tool that claims otherwise with suspicion.
No account is needed for page checks and fixes. A free AuditWand account connects your site for site-wide scans, monitoring, and reports (service, see below). Everything that runs inside the plugin is free and works without a connection. Site scans are part of Pro: every page of your site, checked in the cloud. Prices are shown in USD.
What connects. Press “Connect to AuditWand” under Settings, approve on the AuditWand page, and land back in WordPress connected. One email address creates a free account in the same step. No keys, no code, no meta tags. Disconnect from either side at any time.
What is sent. After you connect, your server sends your site address and page URLs to the AuditWand API, authenticated with a connect key stored on your site. Site scans read your public pages the way any visitor does and store the findings with short HTML snippets. After an editor page check, the plugin reports a bare counter (a check happened, and when); the content is never included. No visitor data, no analytics, no third-party call from your site.
Where it is stored. Scan data is stored in the EU (Frankfurt) on servers in Germany. We use a small number of sub-processors, some US-based, under EU Standard Contractual Clauses or the EU-US Data Privacy Framework. Sub-processor list: https://auditwand.com/legal/privacy#sub-processors
Terms of Use: https://auditwand.com/legal/terms · Privacy Policy: https://auditwand.com/legal/privacy · Data Processing Agreement: https://auditwand.com/legal/dpa
Guide: https://auditwand.com/docs/cloud-scanning-and-monitoring
The free plan is everything that runs inside the plugin, for one site:
Pro ($19/mo or $149/yr, save 35%. 1 site)
See every page, not just the one you’re editing.
Business ($49/mo or $399/yr, 5 sites)
Every paid plan: 30-day money-back guarantee · page packs (+2,500 pages per crawl for $10/mo). Full comparison: https://auditwand.com/docs/free-vs-pro
Requires WordPress 6.0 and PHP 7.4. Verified on every combination of WordPress 6.5, 6.8, 7.0, and 7.1 with PHP 7.4, 8.1, 8.3, and 8.4, with zero PHP notices, plus multisite. The editor box appears in the block editor and the Classic Editor; page-builder sites use the Pages tab. Scans and fixes operate on the final rendered HTML, so any theme or builder works; the tested-with list is in the FAQ.
Email support@auditwand.com or post in the forum at https://wordpress.org/support/plugin/auditwand-accessibility; replies typically arrive within 1 to 2 business days. Security issues: security@auditwand.com, acknowledged within 48 hours. No phone line and no 24/7 desk: AuditWand is a one-person company with automated systems as the team.
On your site, the plugin stores its settings, the fix log, the Ignore Log, and your page-check history in WordPress options; it creates no tables and no scheduled tasks, and uninstalling removes every option. In the cloud, once connected: your site address, page URLs, scan findings with short HTML snippets, and your account email and plan. Nothing about your visitors is collected; deleting a site or your account erases its cloud data. Details: https://auditwand.com/docs/data-and-privacy and https://auditwand.com/legal/privacy
The bundled data file assets/editor-data.js is generated from assets/src/editor-data.json by build/build-editor-data.cjs; both ship in the plugin, and running the build script with Node rebuilds the compiled file. The bundled engine assets/axe.min.js is axe-core by Deque Systems, unmodified; source: https://github.com/dequelabs/axe-core. All other files are hand-written source.
This plugin bundles axe-core 4.13.0 by Deque Systems, licensed under the Mozilla Public License 2.0, included unmodified as assets/axe.min.js. Source: https://github.com/dequelabs/axe-core