Link has no accessible text: what it is, why it matters, and how to fix it
One or more links have no discernible text content, including no inner text, no aria-label, no aria-labelledby, and no alt text on child images. Screen readers cannot communicate the purpose of these links.
Where this fits: accessibility in SEO
Why link has no accessible text hurts your rankings
Links without accessible text are announced by screen readers as just 'link' with no context, making them unusable for visually impaired users. This is a WCAG 2.1 Level A violation (Success Criterion 2.4.4). It also means search engines get no anchor text signal from these links.
This is a medium-severity issue: individually modest, but it compounds — dozens of medium issues across hundreds of pages add up to a real quality deficit in how search engines assess the site.
How to fix it
Add descriptive text content, an aria-label attribute, or alt text on child images to provide accessible link text. The text should describe the link destination or purpose.
<!-- Before -->
<a href="/profile"><i class="icon-user"></i></a>
<!-- After -->
<a href="/profile" aria-label="View your profile"><i class="icon-user"></i></a>Frequently asked questions
What does "Link has no accessible text" mean?
One or more links have no discernible text content, including no inner text, no aria-label, no aria-labelledby, and no alt text on child images. Screen readers cannot communicate the purpose of these links.
Why does link has no accessible text matter for SEO?
Links without accessible text are announced by screen readers as just 'link' with no context, making them unusable for visually impaired users. This is a WCAG 2.1 Level A violation (Success Criterion 2.4.4). It also means search engines get no anchor text signal from these links.
How do I fix link has no accessible text?
Add descriptive text content, an aria-label attribute, or alt text on child images to provide accessible link text. The text should describe the link destination or purpose.
How serious is this issue?
This is a medium-severity issue: individually modest, but it compounds — dozens of medium issues across hundreds of pages add up to a real quality deficit in how search engines assess the site. 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 link has no accessible 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 link has no accessible text, and hands you a ready-made fix task.
Check my site free