What problem does it solve? Images often hurt SEO and page speed through missing alt text, oversized files, outdated formats, and missing metadata, and diagnosing these issues manually across a site is slow and error-prone. ## Core Features & Use Cases - Image SEO Audit: Checks alt text quality, file sizes against tiered thresholds, formats (WebP/AVIF), responsive srcset, lazy loading methods, CLS-preventing dimensions, and CDN usage. - Image SERP Analysis: Cross-references on-page images with Google Images rankings via DataForSEO to reveal competitor alt text patterns and format distribution. - File Optimization Pipeline: Converts images to WebP/AVIF with cwebp, ImageMagick, or FFmpeg, injects IPTC/XMP metadata with exiftool, and labels AI-generated images per Google Merchant Center requirements. - Use Case: Run an audit on a product page to find 12 images missing alt text and 3 oversized hero images, then convert them to WebP with responsive variants and IPTC copyright metadata. ## Quick Start Ask the assistant to run an image SEO audit on a specific URL and list oversized images, missing alt text, and format conversion recommendations.