What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 3 questions

Less than 30 seconds. Find out how much you really know about Google search.

🕒 ~30s 🎯 3 questions 📚 SEO Google

Official statement

Images are one of the main causes of performance problems on websites. By optimizing images, you should see an improvement in page performance.
🎥 Source video

Extracted from a Google Search Central video

💬 FR EN 📅 29/11/2023 ✂ 9 statements
Watch on YouTube →
Other statements from this video 8
  1. La vitesse de page est-elle vraiment un facteur de classement déterminant ?
  2. Faut-il vraiment migrer toutes vos images vers WebP pour améliorer votre SEO ?
  3. L'attribut srcset sur les images est-il vraiment pris en compte par Google pour le SEO ?
  4. Les scripts tiers sabotent-ils réellement vos Core Web Vitals même quand ils ne s'affichent pas ?
  5. Lighthouse et DevTools suffisent-ils vraiment pour diagnostiquer le JavaScript inutilisé ?
  6. Le lazy loading est-il vraiment sans risque pour le référencement naturel ?
  7. L'attribut loading=lazy suffit-il vraiment pour optimiser le chargement des images en SEO ?
  8. Faut-il vraiment précharger les vidéos avec une image d'affiche pour le SEO ?
📅
Official statement from (2 years ago)
TL;DR

Martin Splitt asserts that images are one of the main causes of web performance issues. Optimizing images should directly improve your page performance. A clear signal that Google is closely monitoring this lever to evaluate the technical quality of websites.

What you need to understand

Why does Google place such emphasis on images?

Images account for an average of 50 to 70% of the total weight of a web page. They are often poorly compressed, oversized, or loaded without a lazy-loading strategy. This statement aligns with the logic of Core Web Vitals, where LCP (Largest Contentful Paint) and CLS (Cumulative Layout Shift) are directly impacted by image processing.

Google has been pushing for a smooth user experience for several years. Heavy images slow down rendering, consume mobile bandwidth, and degrade the performance metrics that Google actively monitors via Chrome UX Report.

What exactly does "image optimization" entail?

Optimization goes beyond simple compression. It encompasses: format selection (WebP vs JPEG vs AVIF), dimensions adapted to the viewport, the use of attributes like loading="lazy" and fetchpriority="high", and the implementation of responsive images via srcset.

Not to mention the pure SEO aspects: relevant alt attributes, descriptive filenames, editorial context around the image. A well-optimized image serves both performance and image SEO.

What is the direct link to ranking in search results?

Core Web Vitals are a confirmed ranking factor since 2021. Poor performance can theoretically penalize you, especially against competitors with equivalent content. But let's be honest: the impact remains marginal compared to content relevance and backlinks.

The real risk? A slow site causes pogo-sticking — the user returns to the SERP to find a faster answer. This behavioral signal can really cost you rankings.

  • Images are heavy: often 50-70% of a page's total weight
  • Core Web Vitals: LCP and CLS directly affected by images
  • Modern formats: WebP, AVIF drastically reduce weight with no visible loss
  • Lazy-loading and fetchpriority: essential techniques to prioritize loading
  • Mixed SEO impact: weak ranking factor but strong UX signal

SEO Expert opinion

Is this statement consistent with real-world observations?

Absolutely. The technical audits I conduct consistently reveal gains of 30 to 60% on loading time after image optimization. It's often the most spectacular quick win in terms of effort-to-result ratio.

However — and this is where Martin Splitt remains deliberately vague — saying that images are "one of the main causes" doesn't establish any hierarchy. Mismanaged JavaScript, lack of browser caching, undersized servers can be equally destructive. [To verify]: Google publishes no quantified data on the relative weighting of these factors.

What nuances should be added to this statement?

Not all sites face equal challenges with images. A editorial blog packed with HD visuals doesn't have the same issues as a SaaS site with three screenshots per page. Splitt's statement applies mainly to e-commerce, media, and portfolio sites — those that heavily rely on visuals.

Additionally, optimizing images without addressing the rest of the technical stack is just a band-aid on a broken leg. If your TTFB (Time To First Byte) exceeds 800ms due to cheap hosting, your WebP images won't save you.

Warning: Image optimization does not exempt you from a comprehensive performance audit. A site can have perfectly optimized images and still run slow due to blocking JavaScript, cascading redirects, or an overloaded server.

In what cases does this rule not fully apply?

On ultra-light image sites (technical documentation, minimalist institutional sites), image optimization will only yield marginal gains. The bottleneck will be elsewhere: server-side rendering, poorly indexed databases, slow API requests.

Also, some modern CMSs (WordPress with plugins like Imagify, Shopify) already automatically handle compression and WebP format. In this case, the benefit of additional manual optimization becomes negligible — except when moving to AVIF formats or fine-tuning lazy-loading image by image.

Practical impact and recommendations

What should you do concretely to optimize your images?

First step: audit your current state. PageSpeed Insights, Lighthouse, or WebPageTest will give you the precise list of problematic images. Look at compression opportunities, suggested formats, and oversized dimensions.

Next, convert massively to WebP format (near-universal browser support) or AVIF if you're targeting the top 5%. Use tools like Squoosh, ImageOptim, or automated scripts via Sharp (Node.js). For CMSs, plugins like ShortPixel or Imagify get the job done without touching code.

Implement native lazy-loading on all below-the-fold images: loading="lazy" on the img tag. For the hero image or LCP, add fetchpriority="high" so it's loaded with absolute priority by the browser.

What mistakes should you absolutely avoid?

Never load an image that is 3000px wide to display it at 600px via CSS. Resize on the server side or use srcset to serve the right size based on the device. It's pure bandwidth waste.

Also avoid lazy-loading the main image (LCP). This artificially delays its loading and degrades your LCP score. Google has repeated it: above-the-fold images must be loaded immediately.

Finally, forgetting width and height attributes on img tags causes CLS (layout shift) when the image loads. The browser can't reserve space in advance — the interface jumps, users click in the wrong place, it's a UX disaster.

How can you verify your site complies with recommendations?

Run a Screaming Frog crawl or Sitebulb with image analysis: weight, format, dimensions. Export images >100ko and prioritize them. Compare total weight before/after to measure impact.

Test your key pages in PageSpeed Insights (mobile and desktop). Aim for a Performance score >90, or at least an LCP <2.5s and CLS <0.1. If you're in the orange/red zone, optimization isn't sufficient.

Use Chrome DevTools > Network with 3G throttling to simulate degraded mobile connection. Watch how long images take to load: if it exceeds 3-4 seconds to display main content, you have a problem.

  • Convert all images to at least WebP format (AVIF if possible)
  • Resize images to actual display dimensions
  • Implement loading="lazy" on all below-the-fold images
  • Add fetchpriority="high" on the LCP image (hero, main banner)
  • Specify width and height to avoid CLS
  • Compress without visible quality loss (80-85% for JPEG, equivalent for WebP)
  • Use srcset to serve responsive images adapted to the device
  • Regularly monitor PageSpeed Insights and Core Web Vitals via Search Console
Image optimization is a powerful but technical lever. Between format selection, lazy-loading implementation, responsive image management, and LCP prioritization, there are many parameters. A configuration error can cancel out gains or worse, degrade user experience. For high-traffic or e-commerce sites, it may be wise to engage a specialized SEO agency that can thoroughly audit your technical stack, automate optimizations, and guarantee measurable results on your Core Web Vitals without breaking user experience.

❓ Frequently Asked Questions

Le format WebP est-il compatible avec tous les navigateurs ?
WebP est supporté par plus de 97% des navigateurs (Chrome, Firefox, Edge, Safari depuis iOS 14). Pour une compatibilité maximale, utilisez la balise <picture> avec un fallback JPEG/PNG pour les anciens navigateurs.
Faut-il absolument passer au format AVIF ?
AVIF offre 20-30% de gain supplémentaire par rapport à WebP, mais le support navigateur est encore limité (environ 80%). C'est un bonus intéressant pour les sites à très fort trafic, mais WebP reste le standard actuel le plus pertinent.
Le lazy-loading peut-il nuire au référencement des images dans Google Images ?
Non, Googlebot sait gérer le lazy-loading natif. Google a confirmé que les images en lazy-loading sont crawlées et indexées normalement. Évitez juste de lazy-loader l'image principale de la page.
Quel niveau de compression JPEG est recommandé pour ne pas perdre en qualité visible ?
Entre 80 et 85% pour JPEG. En dessous de 80%, la perte de qualité devient perceptible à l'œil sur écran. WebP permet de descendre à 70-75% pour un rendu équivalent grâce à un algorithme plus efficace.
Les images SVG doivent-elles aussi être optimisées ?
Oui. Les SVG contiennent souvent du code superflu (métadonnées d'export, commentaires). Utilisez SVGO ou SVGOMG pour nettoyer le code et réduire la taille de 30 à 50% sans perte.
🏷 Related Topics
Domain Age & History Images & Videos Web Performance Search Console

🎥 From the same video 8

Other SEO insights extracted from this same Google Search Central video · published on 29/11/2023

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.