Etoolio

Alt Text Checker

Free image alt text checker. Paste a page's HTML and it lists every image, flags missing alt attributes, filenames used as alt, redundant phrasing and over-long text, and scores your accessibility. Runs in your browser, nothing is loaded or uploaded.

Paste the HTML of a page to check the alt text on its images. Missing or poor alt text is one of the most common accessibility failures, and it locks screen-reader users out of anything an image conveys. This finds every image, flags the problems, and tells you how to fix each one. It runs entirely in your browser and never loads or sends the images.

The image barrier most sites do not know they have

Every image on a website needs a written description, called alt text, so that people using a screen reader know what it shows. When it is missing, a blind user hears nothing useful, or worse, the screen reader reads out the raw file name. Missing and poor alt text is consistently one of the most common accessibility failures found on the web, and a frequent WCAG and European Accessibility Act problem. This free checker finds every image on a page and tells you exactly which ones need work. It runs entirely in your browser.

How it works

  • Paste the page HTML from View Page Source or your CMS.
  • See every image graded: good, decorative, needs checking, or a problem, with a score.
  • Get the fix for each one, so you know what to change and why.

What good alt text looks like

Good alt text is a short, plain description of what the image shows or does, usually a sentence. It does not start with "image of" or "picture of", because the screen reader already announces that it is an image. It is not the file name, and it is not a vague word like "photo". For a photo of your team, "Our support team outside the community centre" is far more useful than "team-photo.jpg". This tool flags file-name alt, generic alt, redundant phrasing and over-long text so you can tighten each one.

Decorative images are different

Not every image needs a description. Borders, spacers and images that only repeat something already written should be hidden from screen readers with an empty alt (alt=""). That is deliberate and correct, and this checker treats it as decorative rather than an error. The real problem is an image with no alt attribute at all, because then the screen reader has nothing to work with and often falls back to the file name. Knowing the difference between an empty alt and a missing alt is the heart of getting images right.

Fast to find, human to finish

A tool can tell you an image has no alt text, or that its alt is a file name, in an instant, which is exactly the kind of check you should automate. What a tool cannot do is see your image, so it cannot confirm the words actually match the picture. That final step needs a person. Use this to catch every missing and obviously poor description quickly, then read through the rest to make sure each one is accurate. It pairs with our colour contrast checker (the other most common failure) and the WCAG 2.2 AA checklist for the full picture. Everything runs in your browser, and the images themselves are never loaded or uploaded.

Good to know

Alt Text Checker, frequently asked questions

What is alt text and why does it matter?

Alt text is a short written description of an image, set in the HTML with the alt attribute. Screen readers read it aloud to people who cannot see the image, and it shows if the image fails to load. Missing or poor alt text is one of the most common accessibility failures on the web and a frequent WCAG and European Accessibility Act problem, because it locks blind and low-vision users out of anything the image conveys. This tool finds those problems fast.

How do I use it?

Open the page you want to check, view its HTML source (right-click and choose View Page Source, or copy the markup from your CMS or code), and paste it in. The tool finds every image and grades its alt text: good, decorative, needs checking, or a problem. It parses the HTML entirely in your browser and never loads the actual images or sends anything to a server.

What problems does it catch?

Images with no alt attribute at all, alt text that is just a file name like DSC_0481.jpg, generic alt like "image" or "photo", redundant openings like "image of..." (screen readers already say it is an image), and alt text that is far too long. It also recognises decorative images that correctly use an empty alt so screen readers skip them.

Should decorative images have alt text?

No. Purely decorative images, such as borders, spacers or images that repeat something already in the text, should have an empty alt (alt="") so screen readers skip them. An empty alt is correct and intentional; a missing alt attribute is the problem. This tool treats an explicitly empty alt as decorative, not as an error.

Does a good score mean my images are accessible?

It is a strong sign, but not a guarantee. This tool can tell that alt text exists and is not obviously wrong, but it cannot see your images, so it cannot confirm the words actually match what each image shows. Use it to find and fix missing and poor alt text quickly, then have a person check that the descriptions are accurate.

Is it free and private?

Yes. It is free with no signup, and all the checking happens in your browser. The HTML you paste, and the images it references, are never uploaded.