What does the alt text check look for?
It checks how completely and well your images are described with alt text. Specifically:
- Coverage — whether meaningful images have an
altattribute at all. - Descriptiveness — whether the alt text actually conveys the image's content or purpose, not just a filename.
- Decorative images — whether purely decorative images use empty alt (
alt="") so screen readers skip them.
Good coverage with descriptive alt text passes; some images missing or with poor alt text is a warning; widespread missing alt text is a fail.
How is it evaluated, and how is it scored?
GEObubbly checks the page's images for the presence and quality of alt text. It's a core, scored Security & HTML Quality check that runs directly against the page's image markup.
Why image alt text matters for SEO and GEO
The alt attribute provides a text alternative for an image, and it does three jobs. For accessibility, screen readers announce the alt text so blind and low-vision users know what an image conveys — without it, they hear nothing useful or just a filename. For search, alt text gives engines context about the image (helping it appear in image search) and contributes to the page's overall topical understanding. And for resilience, alt text displays in place of an image that fails to load. The key is matching alt text to the image's role: meaningful images (a product photo, an informative diagram) need concise, descriptive alt text that conveys what they show; decorative images that add nothing informational should use empty alt (alt="") so assistive tech skips them rather than reading out clutter. Avoid keyword-stuffing alt text — describe the image honestly. This is both a core part of accessibility and a small but real SEO signal. For GEO, alt text is how an AI engine understands what's in your images, which matters as engines increasingly reason over visual content.