What problem does it solve?
Image SEO and accessibility issues in AEM Edge Delivery Services (EDS) can hurt Core Web Vitals and create WCAG failures when alt text, dimensions, loading behavior, or fetch priority are wrong.
Core Features & Use Cases
- Alt text auditing with actionable fixes: Detects missing alt attributes, filename-as-alt, overly generic wording, and incorrect use for decorative images, then proposes improved alt text.
- Performance and accessibility checks for real HTML attributes: Flags missing width/height (CLS risk), lazy-loaded LCP images (P0), missing fetchpriority for LCP, and above-the-fold/below-the-fold loading mistakes by inspecting raw
<img> attributes.
- Per-page, role-specific remediation guidance: Separates fixes into author fixes (edit image alt text in Google Docs/Word) vs developer fixes (adjust loading and fetchpriority in block code or EDS scripts), and produces a structured report.
Quick Start
Use the image-seo skill to fetch an EDS page’s raw HTML, audit every authored image’s alt/performance/accessibility attributes, and generate a per-page report with specific author and developer fix instructions.