Images
Image has no alternative text
WCAG 2.2 success criterion 1.1.1 Non-text Content (Level A)
- WCAG 2.2
- 1.1.1 Non-text Content
- Level
- A
- Default severity
- Error
- Available in
- Free
Why it matters
Screen reader users hear an image by its alternative text. With no alt attribute at all, many screen readers fall back to reading the file name — "IMG underscore 4 0 2 1 dot jay peg" — which is noise at best.
Who it affects: Blind and low-vision people using screen readers, people who turn images off to save data, and search engines.
53.1% of the top million home pages had missing image alt text in 2026. WebAIM Million 2026
What Lumtera flags
Images with no alt attribute at all, and Image blocks whose alternative text was left empty without marking the image decorative. Images already named by aria-label or aria-labelledby, marked role="presentation", or hidden from assistive technology are skipped. A linked Image block with empty alt text is reported by the "Link has no text" check instead, so nothing is reported twice.
Check ID image-missing-alt — use it to filter the content report or with wp lumtera issues --rule.
How to fix it in WordPress
Select the image and fill in "Alternative text" in the block settings. Describe what the image shows or does in context. If the image is purely decorative, mark it decorative so screen readers skip it: "Mark as decorative" in the Image settings (WordPress 7.1 and later), or "Decorative image" under Accessibility on older versions. Outside the block editor, give decorative images an empty alt (alt="").
In the block editor, the issue opens the image's alternative text field so you can fix it straight away. The alt text manager can also fix the same image everywhere it is used.
Example
<img src="team-photo.jpg">
<img src="team-photo.jpg" alt="Our five-person support team at the Kathmandu office">
How to check your fix
- Update the post. The issue disappears from the Accessibility sidebar on the next check, and from the site report on the next scan.
- Turn on a screen reader (VoiceOver on Mac: Cmd + F5; NVDA on Windows is free) and move through the image. You should hear a description that makes sense in context — or nothing at all for decoration.
Find this issue across your whole site
Lumtera runs this check in the block editor sidebar as you write, in the Elementor panel, in Review mode on the live page, and across the whole site in the content report and with wp lumtera scan. You can change its severity or turn it off in Accessibility → Settings.
Related checks
-
WCAG 1.1.1 · ANeeds review
Image has empty alt text
-
WCAG 1.1.1 · ANeeds review
Alt text looks like a file name
-
WCAG 1.1.1 · ATip
Alt text repeats "image of"
-
WCAG 1.1.1 · ATip
Alt text is very long
-
WCAG 1.1.1 · AError
Image map area has no text
-
WCAG 1.1.1 · AError
Image button has no text
Start with the free plugin today
All 64 checks, the editor sidebar, Elementor panel and site report — free, with no account and no page limits.