image-audit
Installation
SKILL.md
Image Audit
Check whether a site's images can actually be discovered, fetched, and understood by AI crawlers and vision-capable agents.
Scope: public-signal image audit against a live site (alt text, image sitemap, ImageObject schema, fetchability). This is not a WCAG/accessibility authoring guide for blog content — that belongs to the blog-writing skill pack. Structured data beyond images belongs to schema-markup-audit; sitemap coverage for pages (not images) belongs to sitemap-discovery-audit.
Workflow
- Identify key pages to sample: product pages, category/listing pages, and any page with a hero image.
- Check
alttext presence and quality on each sampled page's key images. - Check whether
sitemap.xmldeclares<image:image>entries for those same images. - Check whether
ImageObjectschema is present and complete where relevant (e.g.Product.imageas a fullImageObjectvs a bare URL string). - Check fetchability: whether the image is reachable without executing JavaScript, and whether a
<noscript>fallback exists for JS-only lazy-loaded images; whether the image request requires authentication or returns a geo-blocked response. - Prioritize fixes that unblock the most images with the least effort (e.g. a missing
<noscript>fallback template affects every lazy-loaded image site-wide).
Use the extraction and fetch commands in references/checks.md.