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.

Image Alt

Search for glossary terms (regular expression allowed)
Image Alt checks that every <img> element has an alt attribute with meaningful alternative text (or an empty alt="" for purely decorative images). Missing alt text makes images invisible to screen reader users and harms SEO image indexing.

Image Alt

Alternative text is the textual substitute for an image when it cannot be displayed or perceived. Screen readers announce the alt text so blind users understand the image's content and purpose. Search engines use it to understand what the image depicts since they cannot see pixels. Missing alt text is the single most reported accessibility violation on the web — and one of the simplest to fix.

Why It Matters

  • Screen readers either skip images without alt or announce the filename, which is usually meaningless ("IMG_20240315_142537.jpg").
  • WCAG 1.1.1 (Non-text Content) requires all non-decorative images to have a text alternative.
  • Google Image Search uses alt text as a primary signal for indexing and ranking images.
  • When images fail to load (slow connection, broken URL), the alt text is displayed in place, preserving context for sighted users too.

How to Fix It

  1. Write alt text that describes the image's purpose, not just its appearance. "Chart showing 40% revenue growth in Q3" is better than "bar chart."
  2. For decorative images (visual flourishes, spacers, backgrounds), use an empty alt: alt="". This tells screen readers to skip the image entirely.
  3. Keep alt text concise — typically under 125 characters. For complex images (graphs, diagrams), provide a longer description nearby or via aria-describedby.
  4. Do not start alt text with "Image of" or "Picture of" — the screen reader already announces it as an image.
  5. For linked images with no other text, the alt must describe the link's destination, not the image itself.

Common Mistakes

  • Leaving the alt attribute off entirely — this causes screen readers to read the filename or URL.
  • Using the same generic alt text on every image ("image," "photo," "banner").
  • Stuffing keywords into alt text for SEO — this is considered spam by search engines and degrades accessibility.
  • Making decorative images informative — adding alt text to visual separators or background flourishes clutters the screen reader experience.
Bottom Line: Every image needs an alt attribute. Informative images get descriptive text; decorative images get alt="". It takes seconds to add and makes your content accessible to everyone.
Hits - 43
Synonyms: Alt Text, Alternative Text, Image Alt Text

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