Skip to content
Accessibility Medium severity

Link Text

What makes link text accessible and why does "click here" fail?

By eiSEO Team · Published Jun 15, 2025 · Updated Feb 27, 2026

What is link text?

Accessible link text clearly describes the destination or purpose of a link without relying on surrounding context. Screen reader users often navigate by pulling up a list of all links on a page, so each link must make sense in isolation. Generic phrases like "click here", "read more", or "learn more" provide no information about where the link leads.

Accessible link text clearly describes the destination or purpose of a hyperlink without relying on surrounding context. Screen reader users often navigate by listing all links on a page, so generic phrases like "click here" or "read more" provide no information about where each link leads.

Why does link text matter?

When a screen reader user lists all links on a page and hears "click here" repeated five times, they have no way to distinguish between them. Descriptive link text also benefits sighted users who scan pages quickly and improves SEO because search engines use anchor text as a relevance signal for the linked page.

Key statistics

Screen reader users report that unclear or generic link text is among the top five most problematic accessibility issues they encounter.

Source: WebAIM Screen Reader Survey

How to fix it

  1. 1

    Replace generic link text ("click here", "read more", "learn more") with descriptive text that explains where the link goes or what action it performs.

  2. 2

    Ensure link text makes sense when read out of context — test by reading just the link text without the surrounding sentence.

  3. 3

    If the visual design requires short link text, use aria-label or visually hidden text to provide a fuller description for screen readers.

  4. 4

    Avoid using the raw URL as link text (e.g., "https://example.com/page") — use a human-readable description instead.

Code example

Bad
<p>We offer web accessibility audits. <a href="/services/audits">Click here</a> to learn more.</p>
Good
<p>We offer <a href="/services/audits">web accessibility audit services</a> for businesses of all sizes.</p>

Frequently asked questions

Screen reader users often navigate by listing all links on a page. If every link says "click here", they cannot tell the links apart or know where each one leads without reading the entire surrounding paragraph.
Yes. Search engines use anchor text as a signal to understand what the linked page is about. Descriptive anchor text like "accessibility audit services" passes more topical relevance than "click here".
Yes. If your design requires brief visible text, you can add an aria-label attribute with a more descriptive phrase. However, descriptive visible text is always the better first choice.

Scan your site for accessibility issues

eiSEO automatically detects and helps you fix issues like this across your entire site.