Skip to main content

Accessibility Bytes No. 4: Descriptive Links and Hypertext

Do you know some people rely only on the text of a hyperlink to navigate content to find the information they are looking for?

While screen readers can read a full page to a user, screen reader users may prefer instead to listen to a list of links. In that case, a screen reader may only read the link text and not the surrounding text.

Hyperlinks are essential for content accessibility, enabling users to navigate content efficiently. By ensuring links are descriptive, clear, and easy to navigate, you help all users, including those with disabilities, access and understand your content effectively.

To comply with Section 508 Standards and associated Web Content Accessibility Guidelines (WCAG) 2.0 AA, it’s important to create hyperlinks that are clear, descriptive, and accessible to all users, including those using assistive technologies.

  1. Descriptive Link Text
    • Ensure link text is meaningful and descriptive, indicating the purpose or destination of the link.
    • Avoid using vague terms like “click here” or “read more.”
    • Example: Use “Download the annual report” instead of “Click here.”
  2. Contextual Clarity
    • The link text should make sense out of context. Users navigating via screen readers often jump from link to link.
    • Example: “Learn more about our accessibility policy” provides clear context.
  3. Avoid Using URLs as Link Text
    • Long URLs can be confusing and difficult to read, especially for screen readers.
    • Instead, use a descriptive phrase that represents the link’s destination.
  4. Consistent Styling
    • Ensure hyperlinks are visually distinct from regular text. Typically, links are underlined and in a different color.
    • Avoid removing the underline unless another visual cue is provided other than color.
  5. Use ARIA Landmarks Wisely
    • Avoid overusing ARIA landmarks; rely on native HTML elements first.
    • Use landmarks like role="link" sparingly and only when necessary.
<a href="annual-report.pdf">Download the annual report</a>

Example 2: Contextual Clarity

<a href="accessibility-policy.html">Learn more about our accessibility policy</a>
<a href="https://www.example.gov/accessibility-guidelines">View our accessibility guidelines</a>

Many office productivity suites, such as Microsoft Office and Google Workspace, allow authors to insert hyperlinks. For example, to insert a hyperlink in a Microsoft Word document, use the following steps:

  1. Highlight the document text that you want to make a hyperlink. 
  2. Select the Links menu on the Insert ribbon.
  3. Select Link from the context menu.
  4. Enter the full URL for the existing file or web address in the Address field.
  5. Select OK to finish.
Document containing sample text with 'Section508.gov' highlighted (Step 1), and arrows pointing to the Links ribbon menu (Step 2), and Link context menus (Step 3).
Figure 2. Steps 1 to 3 to open the Insert Hyperlink dialog box.
Insert Hyperlink dialog box with Text to Display set to Section508.gov, (Step 4) Web Page or File Address set to https://www.section508.gov, and (Step 5) select OK button.
Figure 2. Steps 4 to 5 to enter the existing file or web address URL.
Pro Tip: To quickly insert a hyperlink in a Microsoft Word or Google Workspace document, simply highlight the text you want to make a hyperlink, then select CTRL-K on your keyboard to open the Insert Hyperlink dialog box.
  • Visually Inspect: Visually inspect documents and webpages to ensure link text provides the necessary context.
  • Programmatically Inspect: For websites, use tools like ANDI and browser-based developer inspection tools to ensure link text is read correctly for screen readers.
  • Color Contrast: Verify the color contrast between links and their background meets WCAG 2.0 AA contrast requirements.

Additional Resources 

To subscribe to, manage, or unsubscribe from Accessibility Bytes, visit GSA Email Updates.

Reviewed/Updated: August 2024

Section508.gov

An official website of the General Services Administration

Looking for U.S. government information and services?
Visit USA.gov