Official statement
Other statements from this video 5 ▾
- □ Comment Google recommande-t-il vraiment d'optimiser la vitesse de chargement ?
- □ La vitesse de page améliore-t-elle vraiment le SEO global ?
- □ Comment identifier précisément les problèmes de Core Web Vitals qui pénalisent votre SEO ?
- □ Pourquoi Google recommande-t-il PageSpeed Insights et Lighthouse pour optimiser la vitesse ?
- □ Le lazy loading est-il vraiment une bonne pratique SEO recommandée par Google ?
Google confirms that image optimization remains a fundamental lever for improving loading speed and, by extension, search rankings. Martin Splitt reminds us of the essentials: heavy images slow down rendering, degrade user experience, and impact Core Web Vitals. The message is clear, but technical implementation requires rigor.
What you need to understand
Why does Google emphasize image optimization so much?
Images represent on average 50 to 60% of the total weight of a web page. A poorly compressed visual, an inadequate format, or missing deferred loading — all of this directly impacts the Largest Contentful Paint (LCP), a flagship Core Web Vitals metric. Google has repeated this multiple times — page speed plays a role in rankings, especially since mobile-first indexing became standard.
Martin Splitt is simply reminding us of a fundamental principle: if your images aren't optimized, you're leaving ranking points on the table for no valid reason. The search engine evaluates user experience, and a page that takes 8 seconds to display its main content fails on this criterion.
What exactly does Google mean by "image optimization"?
The phrasing is intentionally broad. It encompasses: compression (reducing file size without sacrificing perceived quality), format selection (WebP, AVIF rather than standard JPEG or PNG), sizing (serving the right dimensions based on viewport), and lazy loading (deferred loading for images outside the initial viewport).
Google doesn't impose a single method. What matters is that the final result is measurable: LCP under 2.5 seconds, stable CLS, reactive INP. Tools like PageSpeed Insights flag problematic images — but they don't do the technical work for you.
Does this recommendation change current practices?
No, and that's precisely the problem. Google reaffirms a principle known for years without offering new clarity. No figures on the real impact of proper optimization, no guidance on acceptable thresholds, no mention of emerging formats like JPEG XL.
We remain in operational limbo: yes, you must optimize, but how far? What's the tolerance margin before it becomes penalizing? Radio silence.
- Unoptimized images degrade LCP, a priority Core Web Vitals metric for Google
- Recommended modern formats: WebP (supported everywhere), AVIF (superior performance but gradual adoption)
- Native lazy loading (
loading="lazy") to apply on images outside the initial viewport - Responsive sizing via
srcsetandsizesto serve the right resolution based on screen - Intelligent compression: find the weight/quality balance (tools like ImageOptim, Squoosh, Sharp)
SEO Expert opinion
Is this statement aligned with what we observe in the field?
Yes, but it remains too generic to be directly actionable. In practice, we indeed see that sites switching to WebP, properly implementing lazy loading, and serving appropriately sized images improve their LCP. Some gain 30 to 40% loading time improvement on mobile — and that translates to better rankings, especially on competitive queries.
The problem? Google doesn't say what degree of improvement is sufficient. Moving from 3.5 seconds LCP to 2.8 is good. But does that really move the needle in terms of ranking? [To verify] — public studies are lacking, and Google shares no quantified correlation.
What nuances should we add to this recommendation?
First nuance: not all images are equal. Optimizing a 2 KB icon versus an 800 KB hero photo has different impacts. What matters is prioritizing images in the initial viewport — those affecting LCP. Everything else can receive lighter treatment.
Second nuance: poorly implemented lazy loading can degrade LCP if applied to the main image. Google rarely says this, but it's a classic pitfall. The loading="lazy" attribute should never touch above-the-fold visuals.
Third nuance: modern formats aren't always a silver bullet. AVIF offers impressive file size gains, but server-side encoding is slow. WebP remains the best performance/compatibility balance in 2025. As for JPEG XL, it's struggling to gain traction despite theoretical advantages.
In which cases doesn't this rule apply completely?
On e-commerce sites with thousands of product pages, manual optimization quickly becomes unmanageable. You must then automate via an intelligent CDN (Cloudflare, Imgix, Akamai) that converts on-the-fly based on browser and device. But beware: if the CDN is misconfigured, you risk serving even heavier images than before.
On editorial sites with legacy content, migrating thousands of images to WebP without breaking internal links or degrading quality requires meticulous auditing. Some CMSs (WordPress, Drupal) offer plugins, but they don't always handle srcset or browser caching correctly.
Practical impact and recommendations
What should you do concretely on an existing site?
Audit first. Run PageSpeed Insights, WebPageTest, or Lighthouse on your strategic pages. Identify images killing your LCP — often it's 2 or 3 poorly compressed hero visuals ruining everything. Start with those, not footer icons.
Then define a conversion strategy. If you have a modern CMS (WordPress 5.8+, Shopify, Webflow), enable automatic WebP generation. Otherwise, use a tool like Sharp (Node.js), ImageMagick, or an online service. Plan a JPEG fallback for older browsers — even if their market share is shrinking, don't break display for 2% of visitors.
Implement native lazy loading everywhere except critical images. Test it works well on mobile: some poorly coded JavaScript implementations delay loading instead of optimizing it. Also verify your srcset and sizes serve correct resolutions — a 4G mobile downloading a 4K image is wasteful.
What errors should you absolutely avoid?
Never apply loading="lazy" to the main above-the-fold image. This is the most common mistake: you think you're doing right, but you delay LCP by hundreds of milliseconds. Google PageSpeed Insights will flag it, but only afterward.
Another pitfall: compressing too aggressively. A JPEG at quality 40 weighs 30 KB, true, but if artifacts are visible, you degrade user experience. Find the sweet spot between 70 and 85 quality for photos, 90+ for images with embedded text.
Finally, don't overlook server-side caching. A well-optimized image served without Cache-Control headers gets re-downloaded on each visit. Configure long-duration cache (minimum 1 year) with a versioning system (image-v2.webp) to force refresh if needed.
How do you verify optimization actually works?
Compare your metrics before/after with reliable tools: PageSpeed Insights (mobile and desktop versions), WebPageTest (test from multiple locations), and Search Console (Core Web Vitals tab). You should see measurable LCP improvement — otherwise, optimization didn't target the right files.
Also check total page weight via DevTools (Network tab). A page dropping from 4 MB to 1.2 MB is concrete. If gains are marginal (4 MB → 3.8 MB), you only treated secondary images.
- Identify critical images (those in initial viewport) and prioritize their optimization
- Convert to WebP format with JPEG/PNG fallback for compatibility
- Apply
loading="lazy"only on images outside initial viewport - Implement
srcsetandsizesto serve correct resolution based on device - Configure long-duration browser cache (1 year) with
Cache-Controlheaders - Measure LCP impact via PageSpeed Insights and Search Console
- Automate the process via CDN or CMS plugin if image volume is high
- Never lazy-load the hero image — risk of degrading LCP instead of improving it
❓ Frequently Asked Questions
Le format AVIF est-il préférable au WebP pour le SEO ?
Faut-il lazy-loader toutes les images sans exception ?
Un CDN d'images suffit-il à régler tous les problèmes d'optimisation ?
Quel niveau de compression JPEG appliquer sans dégrader la qualité ?
L'optimisation des images impacte-t-elle vraiment le ranking ?
🎥 From the same video 5
Other SEO insights extracted from this same Google Search Central video · published on 20/11/2023
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.