User Guide and Compliance Workflow

The Fix Alt Text plugin is our primary tool for ensuring our websites have required text alternatives for images in order to meet WCAG accessibility compliance. It helps us find missing alt text in bulk and prevents new errors before they happen.

Initial Accessibility Scan

Before editing, the plugin will identify where the gaps are.

  1. In your WordPress sidebar, find Fix Alt Text.
  2. Click the “Start Full Scan” button.
  3. The plugin will crawl your site and generate a list of every image currently lacking alt text. This will act as your “To-Do” list.
Start Full Scan button in Fix Alt Text plugin dashboard.

Alt Text Missing

You can address issues directly from the plugin dashboard without opening individual posts.

  1. Look at the image thumbnail and the empty text field next to it.
  2. Enter a concise, descriptive sentence. (e.g., “A beekeeper in full suit pulling a frame from an active beehive.”)
  3. Click Save at the bottom to update the images globally across the site.
The text field for alt text in the second to last column from the Fix Alt text dashboard.

Alt Text Too Short

The plugin may prompt you to add a better alt text description for some images. Alt text should be concise but give enough information to be meaningful. Imagine describing the image over the phone.

Always consider context when writing alt text: why is this image here? What context or information is being communicated visually?

The alt text field contains "green beans: as the alt text. The issues column states "alt text too short".

Image URL Not Valid

While scanning, you may encounter an error message stating “Image URL not Valid.”

This error means there is an empty image block or a broken image reference on that specific page. Even if no picture is visible, the code is telling screen readers an image should be there.

Follow these steps to fix the error:

  1. Go to the page/post mentioned in the error.

  2. Locate the empty or broken block.

  3. Remove the block entirely or populate it with a valid image (and alt text).
Issues column: Image URL not valid.

The “Force Alt Text” Guardrail

To keep our site compliant moving forward, we have enabled Force Alt Text. This acts as an automatic safety net for all new content. This may occur in two ways:

  1. When you upload a new image, the “Insert” button will remain disabled until you provide Alternative Text.
  2. If you try to publish a post with an image missing alt text, the plugin will flag it with a popup.
The popup says "Sie Name says Please fill out alt text for the image block before saving. Image Alt text highlighted in red."
The alt text field is highlighted in red.

This will help enforce a workflow that ensures alt text will be present for all non-decorative images. The workflow will look like this:

Upload Image -> Describe in alt text -> insert image

By adding alt text to every image right at the start, we will avoid a backlog of inaccessible images that require remediation.