Alt Text Checker
Audit every image on any page. Detects broken images, missing alt, oversized files, fetchpriority issues, and format gaps — with smart heuristics that don't punish correct HTML.
Why image SEO matters
An alt text checker catches the biggest image SEO gap most audits miss. Images are usually the heaviest part of a page, and the most neglected for SEO. A missing ALT tag doesn't block Google Image Search from indexing the image (Google uses surrounding text, filename, and vision models as fallback signals), but it strips away the strongest context Google has for ranking it. It also leaves screen readers with nothing to announce. Serving a 2MB PNG when a 200KB WebP would do kills your Core Web Vitals. And skipping width/height attributes causes layout shift (CLS) that hurts your performance score.
This tool audits every image on a page across 20+ checks. ALT tags, broken images, formats, dimensions, lazy loading, file sizes, srcset coverage, fetchpriority, decoding, oversized delivery, mixed content, generic filenames, duplicate alt text — you get a scored report with fixes ranked by impact, and smart heuristics that don't punish correct HTML.
What makes this checker different
Most image SEO tools apply the same rules to every image and penalize correct HTML. Nav logos get flagged for "no lazy loading" even though eager is correct for above-fold icons. Thumbnails get flagged for "no srcset" even though a 28×28 image doesn't need responsive variants. Hero images used twice (thumbnail + lightbox) get flagged as duplicates. The end result is a score that tells you to make your HTML objectively worse.
This tool applies smart heuristics first. Logo detection (based on src, dimensions, and DOM position) exempts nav icons from lazy-loading and srcset penalties. Above-fold detection (first 3 images or elements inside header) exempts hero images from lazy-loading penalties. Intentional duplicates up to twice per URL are allowed without penalty — only 3+ reuses get flagged. Tracking pixels (Facebook, GA, LinkedIn, Bing) are detected and excluded from scoring entirely. The result is a score you can trust, not a score you have to work around.
fetchpriority, decoding, and modern LCP optimization
In 2026, Largest Contentful Paint is the most-failed Core Web Vital — and 70%+ of LCP elements are images. Modern Chrome, Edge, Firefox, and Safari all support fetchpriority="high" and decoding="async", but almost no audit tool checks for them as first-class signals. This tool does.
The checker parses the fetchpriority and decoding attributes on every image and reports them in the badges row. It also flags the most common anti-pattern: an image with both loading="lazy" AND fetchpriority="high". These contradict each other — the browser can't prioritize a fetch it hasn't started. When this combination appears on what looks like an LCP image, it's flagged as an error. The copy-ready fix snippet gives you the exact attribute combination you need.
Broken images, oversized delivery, and mixed content
Broken images (images returning 4xx/5xx) are detected via a HEAD request to each unique image URL. The check reuses the tool's cached fetch layer so it adds no extra cost beyond the existing file-size check. Any image returning HTTP 404, 403, 500, or similar gets flagged red with the actual status code in the card.
Oversized images are detected by loading each image in the browser and comparing naturalWidth to the declared HTML width. The threshold is 2.5x — this allows 2x retina variants without false positives, but flags images where the source file is objectively too large. Mixed content (http:// images on an https:// page) is flagged as a critical error because modern browsers block them outright.
Beyond the <img> tag: schema, CSS, SVG, and picture audits
Most image SEO tools only look at <img> tags. Lumina also audits four categories that account for real-world bugs no other free tool catches:
Social Preview & Schema Cross-Check. Extracts og:image, twitter:image, and every image URL inside JSON-LD (ImageObject, primaryImageOfPage, Organization.logo, publisher.logo) and cross-checks them for consistency. Catches the classic bugs that break social shares: og:image missing entirely (LinkedIn shows no preview card), or og:image and twitter:image pointing to different URLs (previews inconsistent across platforms). Also verifies the og:image is referenced from JSON-LD so Google picks up the page's primary image.
CSS background-image detection. Scans <style> blocks and inline style="" attributes for background-image: url(...) references. Google Image Search does not index CSS background images — if your hero is a CSS background, you lose image search traffic entirely. Only Screaming Frog (paid) flags this in the competitive landscape.
Inline SVG accessibility audit. Walks every inline <svg> element and checks for <title> child, aria-label/aria-labelledby, role="img", or aria-hidden="true" (decorative). Parent accessible names (<button aria-label>) are also detected. Google's image SEO docs explicitly mention inline SVG should have a <title> element, but no other free tool audits this.
<picture> element completeness. For each <picture> element, validates: fallback <img> exists, all <source> elements have type and srcset attributes, and source order respects AVIF > WebP > JPG/PNG. Browsers pick the first matching source, so putting WebP before AVIF means AVIF-capable browsers never get AVIF — a silent performance regression. Also recommends adding AVIF sources to WebP-only pictures.
Alt text and ADA compliance
WCAG 2.1 requires every meaningful image to have a text alternative. Section 508 covers US federal sites, and the European Accessibility Act has been in force since June 2025. Both point back at WCAG, so a missing alt tag isn't just bad SEO. It's legal exposure in a lot of jurisdictions. Screen readers announce alt text when they reach an image. If there isn't any, they announce the file name instead. "IMG_4382.jpg" doesn't help a blind user, and it doesn't help Google Image Search either. That's a compliance gap and a traffic gap at the same time.
Beyond the basic missing-alt check, the tool detects alt text that's technically present but useless: one-word alts, alts that match the filename, generic alts like "image" or "photo", alts over 125 characters (which screen readers truncate), and duplicate alt text used across multiple images. Anchor-wrapped images without alt are a critical error because they leave the link with no accessible name — screen readers announce nothing.
Using this checker with WordPress, Shopify, and other CMSs
Any public URL works. Paste your WordPress or Shopify page and the tool reads the rendered HTML via Cloudflare Browser Rendering, which catches alt text wherever it lives: media library, Gutenberg blocks, ACF fields, Shopify liquid templates, Next.js Image components, React SPAs. For bulk fixes, run the checker first to get a ranked list with copy-ready fix snippets, then patch from the platform's bulk-edit UI or a dedicated accessibility plugin like WP Accessibility.
AI Alt Quality Analysis (GPT-4.1 Vision)
Most "AI alt text" tools use regex heuristics — they check whether alt text exists, and if it looks generic. This tool actually looks at the image. Click the purple "Analyze Alt Quality with AI" button and the tool runs every image with an alt issue (missing, generic, filename-like, weak, or duplicate) through GPT-4.1 Vision. The model sees the image, reads the current alt text, and scores 0-10 whether the alt actually describes what's visually present. It then suggests a better alt text in the page's language (detected from the <html lang> attribute), and explains the score in 1-2 sentences.
This is opt-in to control quota usage. The tool only sends images that already have detected issues — typically 0-3 per page, not all 16+. Logos and tracking pixels are excluded entirely. Bring your own OpenAI key (set it in the Settings ⚙️ icon top right) for unlimited analysis. To this date, no other free image SEO tool uses real multimodal vision to grade alt text quality. AltText.AI brands itself as "AI" but the actual analysis is regex-based. Lumina is genuinely doing the thing.
Explore more tools
PageSpeed
Full Lighthouse audit.
Semantic HTML
HTML5 landmarks & accessibility.
Heading Checker
H1-H6 hierarchy analysis.
Meta Tag Analyzer
Full meta tag audit for any URL.
OG Preview
Preview social cards for Facebook, Twitter, LinkedIn.
FAQ
Lumina checks ALT tags, formats, lazy loading, and file sizes automatically.
Add Lumina to Chrome — Free