This is practical accessibility guidance for first-pass triage. It is not legal advice, a formal audit, WCAG certification, or a conformance guarantee.

What this means

The same link label is reused for different URLs.

Why it matters

Identical link labels should usually behave consistently or users can choose the wrong one.

How to fix it

  • Make repeated link text more specific.
  • Use consistent destinations for identical labels.
  • Include the object name in card or list links.

What automated checks can detect

A checker can compare link labels and href values.

What still needs manual review

Some repeated labels are acceptable when nearby context is programmatically available; verify manually.

Automation cannot always determine whether surrounding context is sufficient.

Related tools and guides