Accessibility
Alternative Text (Content Equivalence)
Every image, icon, or non-text element that conveys meaning must have a text alternative that communicates the same information to users who cannot see it.
Where it comes from
Alternative text is WCAG's first and most fundamental requirement — Success Criterion 1.1.1, at Level A, the minimum standard. Every image, icon, or non-text element that conveys meaning must have a text alternative carrying the same information.
Why it matters for your website
Alternative text is WCAG's first and most fundamental accessibility requirement — Success Criterion 1.1.1, Level A, the minimum standard. Despite being the most widely understood accessibility principle, WebAIM's Million 2025 report found alt text missing on 55.5% of pages, making it the second most prevalent accessibility violation after low-contrast text. The impact is direct: for blind and low-vision users navigating with screen readers, an image without alt text is either invisible (silent) or represented by a meaningless filename. When that image is a linked icon or navigation element, the failure doesn't just make content inaccessible — it makes the page unusable. Alt text is not a description of appearance; it is a description of meaning and function.
Despite being the most widely understood accessibility principle, it's among the most violated: the WebAIM Million 2025 report found alt text missing on 55.5% of pages, making it the second most prevalent accessibility failure after low-contrast text.
The impact is direct and severe. For blind and low-vision users on screen readers, an image without alt text is either silent — invisible — or read out as a meaningless filename. When that image is a linked icon or navigation element, the failure doesn't just hide content; it makes the page unusable. The key insight is that alt text describes meaning and function, not appearance.
Wrong vs right
A meaningful image with no alt text, read by a screen reader as silence or a filename like 'IMG_4823.jpg'.
Alt text that conveys the image's meaning, so screen-reader users get the same information.
A linked icon (a cart, a menu) with no alt text, making the link's purpose invisible and the page unusable.
Alt text describing the link's function ('View cart'), so its purpose is clear.
Alt text that describes appearance ('blue circular image') instead of meaning or function.
Alt text describing what the image communicates or does, not how it looks.
Understanding Alternative Text (Content Equivalence)
Alternative text is the foundational requirement of web accessibility: WCAG Success Criterion 1.1.1, at Level A, the minimum standard. It states that every image, icon, or non-text element that conveys meaning must have a text alternative communicating the same information to users who can't see it.
Despite being the most widely understood accessibility principle, it's also one of the most violated — the WebAIM Million 2025 report found alt text missing on 55.5% of pages, the second most prevalent failure after low-contrast text. The impact is direct: for screen-reader users, an image without alt text is either silent or announced as a meaningless filename, and when that image is a linked icon or navigation element, the page can become unusable.
The crucial principle is what alt text is for. It's not a description of appearance but a description of meaning and function — what the image communicates, or what it does, rather than what it looks like. A decorative image needs empty alt text so screen readers skip it; a functional one needs alt text conveying its purpose. It connects to the POUR principles and accessibility broadly.
How Kweri checks it
Alt text is partly automatable and partly not, and Kweri is honest about the split. Its automated checks can reliably detect images that have *no* alt attribute at all — a common and serious failure — and flag them. What automated testing fundamentally cannot judge is whether existing alt text is *good*: whether it conveys the image's actual meaning and function, or is a useless filename, an appearance description, or simply wrong. That's a human judgement. So Kweri catches missing alt text mechanically and prompts you to ensure the alt text that exists is meaningful, which only a person can verify.
FAQ
What is alt text?
Alt text (alternative text) is a written description of an image, icon, or non-text element that conveys its meaning to users who can't see it — mainly screen-reader users. It's WCAG's first and most fundamental accessibility requirement, Success Criterion 1.1.1.
Why is alt text important?
Because for blind and low-vision users on screen readers, an image without alt text is silent or read as a meaningless filename. When that image is a linked icon or navigation element, the missing alt text can make the whole page unusable.
What makes good alt text?
It describes the image's meaning and function, not its appearance — what it communicates or does, rather than what it looks like. Decorative images should have empty alt text so screen readers skip them; functional ones need alt text conveying their purpose.
How common is missing alt text?
Very. The WebAIM Million 2025 report found alt text missing on 55.5% of pages, making it the second most prevalent accessibility failure after low-contrast text — despite being the most widely understood accessibility principle.
Can automated tools check alt text quality?
Only partly. Tools can reliably detect images with no alt attribute at all, but they can't judge whether existing alt text is meaningful — whether it conveys the right meaning or is a useless filename. Assessing alt-text quality requires a human.
Related principles
Web accessibility is organised around four principles: content must be Perceivable, Operable, Understandable, and Robust — failure on any one principle makes content inaccessible to some users.
Every interactive element must be reachable and operable using a keyboard alone, with visible focus indicators showing where the user currently is.
Keyboard focus must be visible at all times, move in a logical order, and be actively managed when content changes — especially when modals open, overlays appear, or dynamic content updates.
Attribution & sources
Identified by W3C Web Accessibility Initiative (WAI). Catalogued from W3C — Understanding SC 1.1.1: Non-text Content.
Based on WCAG SC 1.1.1 (Level A); the linked W3C page is the primary source.
See Alternative Text (Content Equivalence) on your own site
Run a free Kweri audit — a plain-English review of your site’s speed, accessibility, SEO and design, ranked by what to fix first. No login, no jargon.
Run a free audit →