Skip to content

VBC-916: vague-link-text-ux

warning

Category: ux-dx
Analysis: Regex (line by line)
File types: .html, .tsx, .jsx, .astro
Scope: source code only, ignoring anything inside strings and comments
Tags: ux accessibility

What it reports

Vague link text '{match}' detected at line {line}. Use descriptive labels (e.g., 'View detailed report') for clarity and screen reader accessibility.

Flagged

html
<a href="/x">click here</a>

Not flagged

html
<a href="/x">the deployment guide</a>

Pattern

regex
>\s*(click here|read more|learn more|here|this link)\s*<

Released under the MIT License.