GitHub

Identical Links Same Purpose

Checks that links with identical text go to the same destination

Checks that links with identical text go to the same destination

Rule IDa11y/identical-links-same-purpose
CategoryAccessibility
ScopePer-page
Severitywarning
Weight4/10

Solution

Links with the same visible text should go to the same URL. When identical link text leads to different destinations, it confuses screen reader users who navigate by listing links. Make link text unique or more descriptive to differentiate destinations.

Enable / Disable

Disable this rule

squirrel.toml
toml
[rules]
disable = ["a11y/identical-links-same-purpose"]

Disable all Accessibility rules

squirrel.toml
toml
[rules]
disable = ["a11y/*"]

Enable only this rule

squirrel.toml
toml
[rules]
enable = ["a11y/identical-links-same-purpose"]
disable = ["*"]

Type to search…

↑↓ navigate ↵ open esc close