LiquidPurple - Strategic Website Management

Glossary of Terms

We have compiled this list of terms and definitions to help you better understand the terminology used within the web development community.

Link Name

Search for glossary terms (regular expression allowed)
Link Name is the accessible label a hyperlink exposes so users know where it leads before clicking. Vague link names like "click here" are unhelpful for screen reader users who navigate by link lists. Clear, descriptive names improve usability and help everyone find what they need faster.

Link Name

A link name (also called the "accessible name") is the label that identifies a hyperlink to users — especially those using screen readers or other assistive technology. It comes from the link's visible text, its aria-label, or the alt text of an image inside it. Screen reader users often navigate pages by pulling up a list of all links. If every link says "click here" or "read more," that list is useless. A proper link name tells users exactly where the link goes before they activate it.

Why It Matters

  • Screen reader users navigate by link lists. A common pattern is to pull up a list of all links on the page and scan them. If every entry says "click here," users have no way to tell links apart or find the one they need.
  • It helps all users understand link destinations. Even sighted users benefit from descriptive link names. "Our pricing plans" tells you where you are going. "Click here" does not.
  • Links without names are invisible to assistive technology. A link that wraps an image with no alt text and has no aria-label is effectively unnamed. Screen readers may announce the URL instead, which is confusing and unhelpful.
  • It is a basic accessibility requirement. Every interactive element must have a discoverable name. Links without accessible names fail accessibility guidelines and create barriers for users with disabilities.

How to Do It Right

  1. Use descriptive visible text. The simplest and best approach is to make the link text itself describe the destination. "View our return policy" is clear and needs no extra attributes.
  2. Add alt text to image links. If a link wraps an image with no visible text, the image's alt attribute becomes the link name. Make sure it describes where the link goes, not what the image looks like.
  3. Use aria-label when visible text is insufficient. If design constraints limit the visible text (like an icon-only button), add an aria-label attribute that describes the link's purpose clearly.
  4. Make each link name unique on the page. If the same link name appears multiple times ("Read more," "Read more," "Read more"), users scanning a link list cannot distinguish them. Add context to make each one unique.
  5. Test with a screen reader. Navigate your page using a screen reader and listen to how links are announced. If the name does not clearly communicate where the link goes, it needs improvement.

Common Mistakes

  • Using "click here" as link text. This is the most common link name problem. The phrase describes the action (clicking) but says nothing about the destination. Always describe where the link leads.
  • Wrapping images in links without alt text. An image link with no alt text and no aria-label has no accessible name. Screen readers cannot announce it meaningfully, leaving users guessing.
  • Using the URL as the link name. Displaying a raw URL like "https://example.com/products/category/item-12345" as the link text is unhelpful. Use human-readable text that describes the destination.
  • Having multiple identical link names. Five links on a page all saying "Learn more" are indistinguishable in a link list. Add context: "Learn more about pricing," "Learn more about features," and so on.
Bottom Line: Every link needs a clear, descriptive name that tells users where it goes. Use meaningful visible text, add alt text to image links, and make sure each link name on a page is distinct. If it does not make sense in a link list by itself, it needs work.
Hits - 207
Synonyms: Accessible Link, Link Label

What Does "Liquid Purple" mean?

noun | / LIK-wid PUR-pul /

  1. (biochemistry) Also known as visual purple or rhodopsin — a light-sensitive receptor protein found in the rods of the retina. It enables vision in dim light by transforming invisible darkness into visible form. Derived from the Greek rhódon (rose) and ópsis (sight), its name reflects its delicate pink hue and vital role in perception.

  2. (modern usage) Liquid Purple — a digital marketing agency specializing in uncovering unseen opportunities and illuminating brands hidden in the digital dark. Much like its biological namesake, Liquid Purple transforms faint signals into clear visibility — revealing what others overlook and bringing businesses into the light.

Origin: From the scientific term rhodopsin, discovered by Franz Christian Boll in 1876; adopted metaphorically by a marketing firm dedicated to visual clarity in the age of algorithms.

Client Login