Free Tool

Alt Text Checker

An alt text checker scans any URL for missing image alt text and flags accessibility gaps that screen readers cannot describe and search engines cannot index. OverlayQA's free alt text checker extracts all images, shows which have alt text and which are missing it, detects filenames used as alt text, and flags redundant phrases. No account required.

What Is Alt Text?

Alt text (alternative text) is the alt attribute on an HTML img tag. It describes the image content in plain text so screen readers can convey the information to users who cannot see the image. When an image fails to load, the browser displays the alt text as a fallback. Search engines also use alt text to understand image content for ranking. WCAG Success Criterion 1.1.1 (Non-text Content) requires text alternatives for all non-decorative images.

How to Check Image Alt Text

  1. Enter your URL. Paste any publicly accessible URL into the input field.
  2. Click Check Alt Text. The tool fetches the page's HTML and extracts all image tags.
  3. Review the image list. See every image with its alt text status: present, empty, missing, or decorative.
  4. Fix reported issues. Add descriptive alt text to images missing it. Mark decorative images with alt="". Re-check to verify.

How to Write Good Alt Text

  1. Be specific and concise. Describe what the image shows in one or two sentences. Aim for under 125 characters.
  2. Skip "image of" or "photo of". Screen readers already announce "image" before reading the alt text.
  3. Describe function, not appearance. For a button icon, describe what it does, not what it looks like.
  4. Use empty alt for decorative images. Purely decorative images should use alt="" to tell screen readers to skip them.
  5. Don't stuff keywords. Alt text is for users, not SEO manipulation. Write natural descriptions.
  6. Include text in images. If the image contains text, include that text in the alt attribute.

Alt Text Decision Guide

Image type Alt text Example
Informative imageDescribe the contentalt="Bar chart showing 40% increase in Q3 revenue"
Functional imageDescribe the actionalt="Download PDF report"
Decorative imageEmpty altalt=""
Image of textInclude the textalt="Sale: 50% off all items through Friday"
Complex imageShort alt + long descriptionalt="Q3 results" with detailed caption below
LogoCompany or brand namealt="OverlayQA"

Frequently Asked Questions

Is this alt text checker free? Yes. Paste any URL and check as many pages as you need. No account, no login, no usage limits.

Why is alt text important for accessibility? Screen readers read alt text aloud to describe images to users who cannot see them. Without alt text, screen readers either skip the image or read the filename. WCAG 1.1.1 requires text alternatives for all non-decorative images.

What is the difference between missing alt and empty alt? Missing alt means no alt attribute at all. Empty alt (alt="") tells screen readers to skip the image. Use empty alt only for decorative images.

How long should alt text be? Under 125 characters. Use surrounding text or longdesc for detailed descriptions.

Does alt text affect SEO? Yes. Google uses alt text for image search ranking and page context signals.

Can I test localhost or staging URLs? Staging URLs work if publicly accessible. Localhost URLs will not work. Use browser developer tools for local testing.

Related Free Tools

Last updated June 2026