Skip to main content

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

Flagged
<img src="team-photo.jpg">
Fixed
<img src="team-photo.jpg" alt="Our five-person support team at the Kathmandu office">

How to check your fix

  1. Update the post. The issue disappears from the Accessibility sidebar on the next check, and from the site report on the next scan.
  2. 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.

All checks

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.