On-Page SEO Foundations

Image alt text

Also known as alt attribute · alternative text · alt tag

The alt attribute on an <img> provides a text description of the image for screen readers, search engines, and cases where the image fails to load.

What it is

Alt text is the value of an image's alt attribute, describing the image's content or function in words. Screen readers announce it, browsers show it when an image cannot load, and search engines use it to understand and index the image.

Why it matters

Alt text is the primary way crawlers and AI engines understand what an image conveys, enabling image search and richer multimodal answers. It is also a core accessibility requirement, and descriptive alt strengthens topical and entity context that helps your content be cited accurately.

How to verify

Inspect images in DevTools or run document.querySelectorAll('img:not([alt])') in the console to find images missing the attribute. Accessibility audits in Lighthouse, WAVE, or axe report images without alt and flag uninformative alt text.

How to fix

Write concise, specific alt text that conveys each content image's meaning, including relevant keywords only where natural, and keep it under roughly 125 characters. Use empty alt="" for purely decorative images so assistive tech skips them, and never stuff keywords or restate visible captions.

In the checklist

This concept maps to a check in the GEO Score checklist.

Use the checklist

Related terms

Official references

External, opens in a new tab.

Put this into practice.

Work through every check by hand and turn it into a shareable GEO Score report — or scan your site automatically in seconds.