AIWebPageSEO / SEO Tools / Image Optimisation Auditor / Image Optimisation Guide

Image SEO: Formats, Alt Text, Compression and Loading

Images are the most common cause of slow pages and one of the most overlooked SEO opportunities. Properly optimised images improve your Core Web Vitals, rank in Google Images, and make your pages load faster for every user.

🖼 Audit Images All Audit Tools →

How images affect your SEO

Images affect SEO in three ways: page speed, Google Images rankings, and content relevance signals. Large unoptimised images are the single most common cause of poor LCP scores. Missing alt text means your images are invisible to Google Images. Keyword-relevant alt text reinforces your page's topical focus.

IssueSEO impactFix
Large file sizeSlow LCP, poor Core Web VitalsConvert to WebP, compress
Missing alt textNot indexed in Google ImagesAdd descriptive alt attribute
No width/heightLayout shift increases CLSAdd explicit dimensions
No lazy loadingUnnecessary bandwidth on loadAdd loading="lazy"
Wrong format (BMP, TIFF)Unnecessarily large filesConvert to WebP or JPEG

How to optimise images step by step

  1. Run the Image Optimisation Auditor on your key pages
  2. Fix missing alt text — add descriptive alt to every image that conveys information
  3. Add width and height attributes to every img tag to prevent CLS
  4. Convert JPEG and PNG files to WebP using Squoosh.app or your build pipeline
  5. Add loading="lazy" to all images below the fold
  6. Add fetchpriority="high" to your main hero image to prioritise LCP
  7. Re-run the Page Speed Analyzer to confirm LCP improvement
Biggest impact: Converting your hero image to WebP and adding the correct dimensions typically improves LCP by 30-50% on image-heavy pages. Do this first before any other optimisation.

🖼 Audit Images Now

Run the Image Optimisation Auditor and get actionable results in minutes. Pay as you go — no subscription needed.

Audit Images →

Related tools