Inadequate Adjacent Links Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inadequate Adjacent Links Check

Description

The “Inadequate Adjacent Links Check” evaluates whether there are sets of adjacent anchor (<a>) elements that link to the exact same destination (e.g., href="/").

Example outcome

I found 1 set of adjacent links pointing to the same destination.

Impact

Fixes

To address inadequate adjacent links:

  1. Identify the links that point to the same destination.
  2. If an image and text are both links to the same place, wrap both in a single anchor element.
  3. If they’re both text, combine or remove the redundant link. Only one is needed.

Resources