Glossary

Plain-English SEO definitions, sourced from Google's documentation.

Alt Text

Text in an image's `alt` attribute that describes the image. Used by screen readers and by search engines that cannot see the picture.

Definition

Alt text is the value of the HTML `alt` attribute on an `<img>` element — a textual description of an image that screen readers announce to users with vision impairments and that search engines use to understand what the image depicts.

Google uses alt text along with surrounding page content as a signal for indexing images and for matching them to image-search queries. Alt text should describe the image accurately and concisely; keyword-stuffed alt text is treated as spam. Decorative images that carry no meaning should use an empty `alt=""` so screen readers skip them, rather than being omitted entirely.

Examples

  • Descriptive alt text

    A photo of a brown labrador retrieving a stick is marked up as `<img src="dog.jpg" alt="Brown labrador retrieving a stick on a beach" />`. Screen readers announce that description, and Google has a chance of ranking the image for related queries.

  • Decorative image

    A page uses a thin gradient line as a visual divider. It is marked up as `<img src="divider.png" alt="" />` so assistive technology skips it instead of announcing 'image' with no useful description.

Sources

Related terms

Where QueryCatch uses this

Last updated: 2026-05-10

Alt Text — Definition, Accessibility & SEO Use | QueryCatch | QueryCatch SEO Glossary