Image Optimisation Checker — Example Report Run Your Own Audit →
📋 Example Report — Demo Data

Image Optimisation Checker Example Report — Alt Text, WebP & Dimensions

This example shows the AIPageSEO Image Optimisation Checker for an e-commerce category page with 34 images. The report finds 8 missing alt texts, 12 JPEG/PNG images that could be WebP, 6 images without width/height causing CLS and estimates 340KB of potential savings.

34
Total Images
8
Missing Alt
12
Not WebP
6
No Dimensions
~340KB
Est. Savings
14
With lazy="lazy"
Images Missing Alt Text (8)
#Image URLDimensionsIssue
1/products/trainer-blue-800.jpg800×600❌ No alt text
2/products/trainer-red-800.jpg800×600❌ No alt text
3/banners/sale-banner.png1200×300❌ No alt text
4-85 more product images...❌ No alt text
Format & Size Issues
WARN

12 images served as JPEG/PNG — convert to WebP

Estimated saving: ~280KB (avg 23KB per image). All modern browsers support WebP. Use an image CDN or build step to serve WebP with JPEG fallback using <picture> element.

WARN

6 images missing width and height attributes

Browsers cannot reserve layout space for images without explicit dimensions, causing Cumulative Layout Shift when they load. Add width and height matching the actual display size to all img elements.

WARN

Hero image not preloaded (LCP element — 124KB)

The largest image on the page (124KB JPEG, 1200×800) is the LCP element but is not preloaded. Add <link rel="preload" as="image" href="/hero.jpg"> to reduce LCP by approximately 0.8–1.2 seconds.

Related Demo Reports

Run Image Optimisation Checker on Your Own Site

Get your real audit report with specific issues, fixes and actionable improvements — free to start.

⚡ Run Free Audit View Plans