10+
May 20, 2025
February 15, 2023
WebYes is an accessibility checker that helps WordPress site owners and developers improve their website’s accessibility. It scans your webpage and highlights WCAG and ADA violations directly on the frontend, making them easy to identify and fix.
Here’s what the WebYes plugin can do:
Note: The Screen Reader Wand (screen reader simulation) is an experimental feature and may not function perfectly at all times.
WebYes makes accessibility checks quick and easy. It shows issues right on your website, so you know exactly where to make adjustments.
To fix the issue, you can simply right-click the annotated element, select Inspect Element, and update the code or attributes. Everything is done right on your site – no need to switch to external tools or visit third-party web apps.
The WebYes plugin highlights only the most common accessibility gaps. However, it should be noted that no automated tool, including WebYes, can identify every issue or fully guarantee compliance with ADA and WCAG standards.
For a deeper accessibility audit, try the WebYes app – our advanced, free website audit and monitoring tool. The app evaluates your website against all WCAG guidelines, offering deeper and more comprehensive accessibility insights.
There are three (3) ways to install my plugin: automatically, upload, or manually.
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser.
TessaWatkinsLLC (results may begin populating as you type but my plugins will only show when the full name is there)This method involves is a little more involved. You don’t need to leave your web browser, but you’ll need to download and then upload the files yourself.
This method is the most involved as it requires you to be familiar with the process of transferring files using an SFTP client.
aurise-accessibility-checker./wp-content/plugins/ folder in your WordPress directory. Once the folder and all of its files are there, installation is complete.Simply install/activate the plugin and view the frontend of your WordPress website! The widget will appear as a small, black block with a pair of white sunglasses fixed to the bottom-left of your browser. Click on the widget to open its menu for the different types of tools you can use.
By default, the widget will only appear for WordPress administrators, so your site’s viewers will not see the widget.
This plugin uses an accessibility visualization toolkit called tota11y.
Yes! You can turn it on or off from the settings screen under Settings > Accessibility Checker. It is the first setting labled Enabled
On the settings screen under Settings > Accessibility Checker, you can edit the text field for Allowed User Roles to be something like administrator,editor to allow users with the editor role to see the widget when it’s enabled. This also works for custom user roles too. The default value is set to administrator and is inclusive of super admins for multisite installations.
On the settings screen under Settings > Accessibility Checker, simply toggle the setting for Debug Mode to on and save your settings.
Yes! Whether you want to force all websites in a multisite installation to use the same settings or easily push settings from one installation to another, you can do so with these constant variables.
define('AURISE_ACCESSIBILITY_CHECKER_ENABLED', true); // Display the widget for allowed roles
define('AURISE_ACCESSIBILITY_CHECKER_ALLOWED_ROLES', 'administrator'); // Comma-separated list of user roles allowed to see the widget
define('AURISE_ACCESSIBILITY_CHECKER_DEBUG_MODE', true); // If true, only show the widget to the allowed user roles when WP_DEBUG is also set to true
While WebYes identifies many common accessibility gaps, complete compliance may require additional manual checks beyond automated tools.
Right-click on the annotated elements, select Inspect Element, and adjust the code or attributes to resolve the issue directly on your website.
No, WebYes does not load anything on the frontend for your website visitors, ensuring it has zero impact on your site’s speed or performance.
Release Date: May 20, 2025
* Tested up to WordPress 6.8
Release Date: November 6, 2024
* Minor UI optimizations.
Release Date: August 31, 2024
Release Date: April 20, 2024
Release Date: February 15, 2023