Links & buttons
Link has no text
WCAG 2.2 success criterion 2.4.4 Link Purpose (In Context) (Level A)
- WCAG 2.2
- 2.4.4 Link Purpose (In Context)
- Level
- A
- Default severity
- Error
- Available in
- Free
Why it matters
A link with no text is announced as just "link" — or as its web address. In WordPress the usual cause is a linked image whose alt text was left empty, such as a logo or a card thumbnail.
Who it affects: Screen reader users who browse by a list of links, keyboard users, and people using voice control who say a link's words to click it.
46.3% of the top million home pages had empty links in 2026. WebAIM Million 2026
What Lumtera flags
Links with no text, no alt text on a linked image, and no aria-label or aria-labelledby.
Check ID link-no-name — use it to filter the content report or with wp lumtera issues --rule.
How to fix it in WordPress
Give the link visible text. If the link is an image, add alt text to the image that says where the link goes (e.g. "Download the 2026 annual report"). For icon-only links, add an aria-label.
Example
<a href="/annual-report/"><img src="cover.jpg" alt=""></a>
<a href="/annual-report/"><img src="cover.jpg" alt="Download the 2026 annual report"></a>
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.
- Press Tab through the page. Every link and button should receive visible focus, and its text should make sense read on its own.
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 2.4.4 · ANeeds review
Link text is vague
-
WCAG 4.1.2 · ANeeds review
Link does not go anywhere
-
WCAG 3.2.5 · AAATip
Link opens a new tab without warning
-
WCAG 4.1.2 · AError
Button has no text
-
WCAG 2.4.4 · ANeeds review
Link opens a document file
-
WCAG 2.4.4 · ATip
Link text is a web address
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.