Official statement
Other statements from this video 8 ▾
- □ La vitesse de page est-elle vraiment un facteur de classement déterminant ?
- □ Faut-il vraiment migrer toutes vos images vers WebP pour améliorer votre SEO ?
- □ L'attribut srcset sur les images est-il vraiment pris en compte par Google pour le SEO ?
- □ Les scripts tiers sabotent-ils réellement vos Core Web Vitals même quand ils ne s'affichent pas ?
- □ Lighthouse et DevTools suffisent-ils vraiment pour diagnostiquer le JavaScript inutilisé ?
- □ Le lazy loading est-il vraiment sans risque pour le référencement naturel ?
- □ L'attribut loading=lazy suffit-il vraiment pour optimiser le chargement des images en SEO ?
- □ Faut-il vraiment précharger les vidéos avec une image d'affiche pour le SEO ?
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.
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
❓ Frequently Asked Questions
Le format WebP est-il compatible avec tous les navigateurs ?
Faut-il absolument passer au format AVIF ?
Le lazy-loading peut-il nuire au référencement des images dans Google Images ?
Quel niveau de compression JPEG est recommandé pour ne pas perdre en qualité visible ?
Les images SVG doivent-elles aussi être optimisées ?
🎥 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 →
💬 Comments (0)
Be the first to comment.