Overview
Link text must describe the destination or purpose of the link. "Click here" and "Read more" are meaningless when read out of context.
The Problem
This pattern is inaccessible — avoid it.
The Fix
Use this accessible pattern instead.
Step-by-step
Replace generic phrases ("click here", "learn more", "read more") with descriptive text.
The link text should make sense when read alone, out of context.
For links that open in a new tab, add visually-hidden text '(opens in new tab)' or an aria-label.
For icon-only links, add aria-label to the <a> element.
Framework Notes
How to apply this fix in your stack.