Missing Site Searches, Indexes, and Site Maps Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Missing Site Searches, Indexes, and Site Maps Check

Description

The “Missing Site Searches, Indexes, and Site Maps Check” evaluates whether a web page contains at least one link element (i.e., <a href="...">).

Example outcome

I found that this page has no links.

Impact

Fixes

To address missing page links:

  1. Create a link element.
  2. Ensure it contains descriptive text (e.g., <a href="/home">Home</a>).
  3. Ensure that the link works properly by providing the correct path.

Resources