Link Elements Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Link Elements Check

Description

The “Link Elements Check” evaluates whether all relevant <link> elements are in the <head>, and provide additional navigational context for assistive technologies and user agents (e.g., rel="next", rel="prev", rel="index", rel="contents").

Example outcome

I located all <link> elements that could serve to build a navigation system.

Impact

Fixes

To address inappropriate <link> elements:

  1. Locate the inappropriate <link> element.
  2. Make sure it reflects the actual structure of the site, not just arbitrary navigation.
  3. Make sure it is inside the <head> region.
  4. Provide an appropriate rel, according to its destination.
  5. Ensure that the href attribute value is valid.

Resources