SEO Tools
Image Alt Text Checker
Extract all `<img>` tags from a page or HTML snippet and check their alt text. Lists images with missing alt, empty alt (decorative), and those with present alt text, for both accessibility compliance and SEO purposes.
Audit every image for alt text & performance
Fetch any live URL and instantly audit alt text quality, lazy loading, srcset/WebP usage, keyword integration, and layout shift attributes — across every image on the page.
Features
- Extracts all img elements from URL or HTML paste
- Categorises: missing alt, empty alt, present alt
- Shows image src and alt text for each
- Calculates percentage with missing alt
- Download image alt report as CSV
- Fetches public URLs only
How to use it
- Enter a public URL or paste HTML.
- All images are extracted and categorised.
- See missing, empty, and present alt counts.
- Export the full report as CSV.
Use cases
- Auditing page accessibility before a WCAG compliance review
- Checking SEO image alt text coverage
- Finding images that need alt text in a CMS content audit
- Verifying images have appropriate alt text after migration
Limitations
- Dynamically injected images (via JavaScript) are not captured in URL analysis.
- CSS background images are not detected.
Related tools
Headings Checker
Extract and analyse the H1–H6 heading structure of a page or HTML snippet. Check for missing H1, duplicate H1s, and heading hierarchy issues. Browser-only.
Use toolSEO URL Inspector
Audit any public URL for SEO issues. Checks meta title, description, H1-H6, Open Graph, robots directives, canonical URL, and schema markup in one report.
Use toolOpen Graph Checker
Inspect Open Graph meta tags on any page. Preview how the page will appear when shared on Facebook, LinkedIn, and other platforms. Browser-only.
Use toolSERP Preview
Preview how your page title and description will appear in Google search results. Check character limits and see mobile and desktop previews side by side.
Use toolMeta Title Checker
Check a meta title against SEO best practices. See character count, pixel width estimate, keyword presence, and SERP preview. Browser-only.
Use toolMeta Description Checker
Check meta descriptions against SEO best practices. Character count, pixel width, keyword check, and SERP preview. Browser-only, free.
Use toolFrequently asked
Is empty alt the same as missing alt?
No. alt='' (empty string) is the correct way to mark decorative images (screen readers skip them. Missing alt is an accessibility error) screen readers read the src filename instead.