Providing link text that describes the purpose of a link

ID: G91

Technology: general

Type: Technique

When to Use

All technologies that contain links.

Description

The objective of this technique is to describe the purpose of a link in the text of the link. The description lets a user distinguish this link from links in the Web page that lead to other destinations and helps the user determine whether to follow the link. The URI of the destination is generally not sufficiently descriptive.

Examples

Describing the purpose of a link in HTML in the text content of the a element

<a href="routes.html">Current routes at Boulders Climbing Gym</a>

Tests

Procedure

For each link in the content that uses this technique:

  1. Check that text of the link describes the purpose of the link

Expected Results

Resources