Find us at BrightonSEO 25/26 April - STAND 18! Fill your swag bag!

Dealing with On Page issues?

Crawl your website with Sitebulb for 300+ tech SEO checks

Try for Free
Medium This Hint is worth investigating further, and may warrant further attention depending on the type and quantity of URLs affected. Opportunity This Hint represents an opportunity for optimization.

Has images with missing alt text

This means that the URL in question contains images that have no alt attribute, or images that do have the alt attribute, but with no text (or both).

Why is this important?

Alt text (alternative text) is used to add meaning to on-page images, when the images cannot be viewed. In the main, it is a principle of web accessibility, allowing visually impaired users that use screen readers to better understand what the image represents.

Alt text also represents an opportunity to communicate to search engine crawlers what an image is, which may have a beneficial impact on the ability of the image to rank in image search.

As such, images with no alt text represent poor accessibility, and a missed SEO opportunity.

What does the Hint check?

The Hint will trigger for any internal URL that has at least one <img> tag that is missing alt text, or missing the alt attribute entirely.

Note: Tracking images, which are deliberately set to be 1x1 pixel and 'invisible', are not counted towards this Hint.

Examples that trigger this Hint

An <img> tag with missing alt text attribute:

<img src="https://httpbin.org/image/png" />

An <img> tag with an empty alt text attribute:

<img src="https://httpbin.org/image/png" alt="" />

Multiple <img> tags, with only one having alt text:

<img src="https://httpbin.org/image/png" alt="Has alt text" />
<img src="https://httpbin.org/image/png" alt="" />
<img src="https://httpbin.org/image/png" />

Examples that pass this Hint

The Hint will be considered a 'Pass' for any URL where every single image on the page is acceptable from an accessibility standpoint.

All <img> tags have alt attributes with text:

<img src="https://httpbin.org/image/png" alt="Example image description" />

OR <img> tags are using WAI-ARIA role="presentation":

<img src="https://httpbin.org/image/png" role="presentation" />

OR the page does not contain any <img> tags

<title>Page does not contain an image</title>

Why is this Hint marked 'Opportunity'?

In Sitebulb, this Hint is an Opportunity, as it represents a situation where you could optimize the site to potentially gain more search traffic.

From an accessibility perspective, it is poor practice to include images that do not help screen readers by including either alt text or a "presentation" ARIA role, but from an SEO perspective it is not the sort of thing that will 'hurt' your website, although it may represent a missed opportunity. It generally depends which images are the ones missing alt text, as often these will be icons or logos that won't really benefit the page in terms of SEO.

How do you get more data from Sitebulb?

To find the images without alt text on the URL, click through from the Hints page to the URL List that triggered the Hint. For each URL, click to view the Hint Details from the URL List, which will open up a new frame showing you the HTML, with the images without alt text highlighted in the code.

Hint Details images missing alt text

Additionally, if you selected to crawl and analyze Page Resources when setting up your audit, you will also be able to view the afflicting URLs themselves in a URL List, which can be filtered or exported (if you didn't choose Page Resources then Sitebulb can't show you the list, as it did not save and collect the resource URLs).

From the Hint Details view, you will see an additional option Image URLs, click this to see the image URLs without alt text, in list form. 

Image URLs

Further Reading

Sitebulb Desktop

Find, fix and communicate technical issues with easy visuals, in-depth insights, & prioritized recommendations across 300+ SEO issues.

  • Ideal for SEO professionals, consultants & marketing agencies.

Sitebulb Cloud

Get all the capability of Sitebulb Desktop, accessible via your web browser. Crawl at scale without project, crawl credit, or machine limits.

  • Perfect for collaboration, remote teams & extreme scale.