Links provide a roadmap for users, guiding them from one digital destination to the next. In a seamless user journey, the text associated with a link functions as a digital signpost by clearly indicating what lies ahead.

In contrast, poorly written link text derails a digital experience, leaving users puzzled and unsure where to turn next. It’s also inaccessible to people who use assistive technologies, making it difficult, if not impossible, for many individuals to find the information they’re seeking.

In this post, we’ll explore the benefits of accessible link text for both website owners and users, and provide practical tips for writing it effectively.

What is link text?

Link text, also known as a hyperlink or anchor link, is a clickable element on a web page that redirects users to another page, resource, or section of the same page. Ideally, the text references relevant information about the topic being discussed on the page it leads to.

Why is accessible link text important?

Using clear and relevant link text is crucial to maintaining the accessibility of your website and meeting web accessibility standards.

Specifically, meaningful link text aligns with the Web Content Accessibility Guidelines (WCAG) Success Criterion 2.4.4: Link Purpose. This criterion is aimed at helping users understand the objectives of links, so they can make informed decisions about what to click on.

Additionally, adopting accessible link text contributes to improved search engine optimization (SEO) for your site, because it communicates the context of a link to search engines. Search engines can use relevant anchor text to index and rank your web page, increasing potential site traffic.

Access our WCAG checklist

Who benefits from accessible links?

An accessible link is a line of link text that makes sense without any additional context. Links that clearly convey their purpose or function are easier for users to understand and navigate. They can be especially important for people with cognitive disabilities who may need additional context to help them understand what action to take.

Clearly written link text also benefits people who use keyboard-only navigation and assistive technologies like screen readers. Some people with mobility disabilities have trouble gripping a mouse or using a touchpad, and access digital content with the keyboard alone. Because keyboard-only users typically rely on the “tab” key, rather than a mouse, to move through web content, descriptive anchor text is necessary for these users to quickly identify and select relevant links.

Meanwhile, many people with visual disabilities navigate the web using screen readers, which convert on-screen text into speech. Properly written link text enables screen reader users to understand a link’s destination before they click on it, saving valuable time and preventing confusion.

Of course, accessible links aren’t just helpful for people with disabilities: well-written link text ultimately enhances user experience for everyone. In turn, it benefits website owners by boosting common web performance metrics like time-on-site and conversion rate.

Best practices for writing accessible link text

To be accessible, link text should explain the information that a user will receive by clicking on a given link. Imagine that there’s no surrounding text, and ask yourself if the meaning of the link text is still clear.Here are some more quick tips for writing effective and accessible link text:

  • Clearly communicate the purpose of a link as well as its destination. Do not use vague link phrases such as “click here,” “here,” “more,” “read more,” or “info.” This overly general language has no stand-alone value and provides no concrete information about where users who click through a link will end up.
  • Don’t use words like “link to.” Screen readers often say “link” before reading links, and users of this technology don’t need to hear “link link to more information.” This redundancy may cause unnecessary confusion or frustration.
  • Don’t include verbs in link text. For example, write, “Learn more about the Level Access Platform,” not “Learn more about the Level Access Platform.” After all, the focus here isn’t on the action of reading—it’s on information about the Level Access Platform.
  • Never use a URL as link text. A URL, consisting of its protocol, domain, and path, conveys little meaning to users. For example, instead of using “visit our website at https://www.levelaccess.com/,” as link text, use “visit our website” as the link text.
  • Differentiate links from other text with a combination of color and underline. Color should not be the only method used to distinguishlinks.Rather, underline links for users who can’t perceive a full range of color. Additionally, underlines should be reserved for links only. Using an underline for emphasis on a word that isn’t a link may confusea user who’s reading web content.

Get our marketer’s guide

What role do ARIA labels play in accessible links?

When it comes to link functionality, the code behind the link text is just as important as the text used to describe the link. This is where ARIA labels come in.

AnARIA (Accessible Rich Internet Application) label is an HTML attribute used to provide an accessible name or label for a web element that lacks inherent labeling, or that needs a more descriptive one than its content provides. They are primarily applied to web elements—such as links, buttons, and other interactive controls—to help assistive technologies understand the purpose of these elements. So, just as some users may glance at the content around a link to understand its destination, assistive technology users, for example, screen reader users, can glean this additional context through ARIA labels.

However, simply providing an ARIA label isn’t enough to make a link accessible. While ARIA attributes are intended to enhance accessibility, their incorrect implementation can lead to confusion and frustration for people who use assistive technologies. If an ARIA label is applied to a link improperly, assistive technology users may have to traverse up and down a page to understand the link’s destination.

Here are some ways to make sure your ARIA labels are accessible:

  • Use an ARIA label as an attribute within the HTML tag. Don’t overuse ARIA labels and prioritize semantic HTML elements whenever possible. For example, <a aria-label=”…”>.
  • Keep the ARIA label content clear and concise. Avoid using long ARIA label text that could distract from the purpose of a link.
  • Maintain meaningful link text. Strive to maintain meaningful link text while supplementing it with an ARIA label when necessary. For instance, <a href=”..” aria-label=”Learn More”>Learn More</a> should be<a href=”..” aria-label=”Learn More about Dolphins”>Learn More</a>. It’s better to provide additional context than to replicate the visible link text.

Lead your team to success

Accessible links are essential for all users to interact with content successfully. By adhering to link text best practices, web developers and content creators can contribute to more inclusive and user-friendly digital experiences.

If you still have questions about accessible link creation, we can help. Our Access Academy learning platform can help teams build role-specific knowledge with training on:

  • Buttons and Links for User Experience Designers: This course covers the importance of accessible buttons and links in digital experiences. You’ll learn how to design in accordance with WCAG, how to allow users to interrupt accidental button activations, and how to incorporate skip links for improved navigation.
  • Buttons and Links for User Interface Designers: This course explains the role that color plays in accessible web design, and how to meet requirements related to contrast, use of color, in-text hyperlinks, and flashing content.
  • Formatting and Other Considerations for Content Designers: This course highlights formatting best practices for content designers based on WCAG standards for web-based content.

Engage with our team today and let us support you on your digital accessibility journey.