Image inside link missing alt text: what it is, why it matters, and how to fix it
A link contains an image as its only content, but the image has no alt text. This means the link has no accessible text, making it completely opaque to screen reader users.
Where this fits: accessibility in SEO
Why image inside link missing alt text hurts your rankings
When an image is the sole content of a link, the image's alt text serves as the link's accessible name. Without it, screen readers announce just 'link, image' with no context about the destination. This is both a WCAG 2.1 Level A violation and an SEO issue, as search engines receive no anchor text signal.
This is a high-severity issue: it directly suppresses rankings or click-through on the pages it affects. It belongs in your current sprint, prioritised by how many pages carry it.
How to fix it
Add alt text to the image that describes the link destination, not the image appearance. The alt text should function as the link text would.
<!-- Before -->
<a href="/"><img src="logo.png" /></a>
<!-- After -->
<a href="/"><img src="logo.png" alt="Company Name - Home" /></a>Frequently asked questions
What does "Image inside link missing alt text" mean?
A link contains an image as its only content, but the image has no alt text. This means the link has no accessible text, making it completely opaque to screen reader users.
Why does image inside link missing alt text matter for SEO?
When an image is the sole content of a link, the image's alt text serves as the link's accessible name. Without it, screen readers announce just 'link, image' with no context about the destination. This is both a WCAG 2.1 Level A violation and an SEO issue, as search engines receive no anchor text signal.
How do I fix image inside link missing alt text?
Add alt text to the image that describes the link destination, not the image appearance. The alt text should function as the link text would.
How serious is this issue?
This is a high-severity issue: it directly suppresses rankings or click-through on the pages it affects. It belongs in your current sprint, prioritised by how many pages carry it. It belongs to the accessibility family of checks.
How do I find every page affected by this on my site?
Run a free Dr Urls audit: it crawls your site, detects image inside link missing alt text on every affected page, shows example URLs, and generates a ready-to-use fix task. Re-scan after fixing to verify the issue is gone.
Does your site have this issue?
A free Dr Urls audit crawls your site, finds every page affected by image inside link missing alt text, and hands you a ready-made fix task.
Check my site free