Отримати безкоштовний SEO-аудит

Аналіз за 48 год · 3 точки зростання · Без тиску

TECHNICAL SEO

Core Web Vitals: A Complete Beginner's Guide

📋 Contents
Core Web Vitals: A Complete Beginner's Guide
⚡ Key takeaways
  • Core Web Vitals are a direct Google ranking factor since 2021
  • LCP <2.5s, CLS <0.1, INP <200ms — targets for "good" status
  • Most common cause of poor LCP: unoptimised images
  • Check CWV in Search Console — real data from Chrome users
  • Improving CWV directly affects conversion, not just rankings

What are Core Web Vitals

Core Web Vitals are three Google metrics measuring real user experience on your site. Since 2021 Google includes them in its ranking algorithm as an official signal. This means: a site with poor CWV can lose positions even with quality content.

LCP — Largest Contentful Paint

Measures loading time of the largest visible element on screen. Target: under 2.5 seconds.

Common causes of poor LCP:

  • JPEG/PNG images without optimisation — switch to WebP
  • Missing lazy-load — browser loads all images immediately
  • Slow server (TTFB >600ms) — consider a CDN
  • Blocking JavaScript — use defer/async for non-critical scripts

CLS — Cumulative Layout Shift

Measures layout instability: how much elements "jump" during loading. Target: under 0.1.

Most common causes: images without width/height attributes, dynamic content (banners, ads) inserted after page load, web fonts without font-display:swap.

INP — Interaction to Next Paint

Measures time from user interaction (click, tap) to interface update. Target: under 200ms. Replaced FID in March 2024 as a more accurate metric.

Volodymyr Aksonov

"Core Web Vitals aren't just SEO metrics. They're business metrics. A slow 4-second LCP means half your mobile visitors leave before they even see your product."

Volodymyr Aksonov
Head of SEO at seo-a

How to check Core Web Vitals

ToolData typeCost
Google Search ConsoleField (real users)Free
PageSpeed InsightsField + labFree
Chrome DevTools (Lighthouse)LabFree
WebPageTestLab + filmstripFree
Poor Core Web Vitals = lost rankings and customers

We'll audit your site and provide a fix plan within 48 hours.

CWV Audit →

How to fix — action plan

  1. Images — convert to WebP, add width/height attributes, implement lazy-load
  2. Fonts — font-display:swap, preload for critical fonts
  3. JavaScript — defer/async, code splitting, remove unused libraries
  4. Server — configure caching, CDN, Brotli/gzip compression
  5. Verify — recheck in Search Console after 2–4 weeks (data updates slowly)
FAQ

Frequently asked questions

What are Core Web Vitals?+
Core Web Vitals are three Google metrics measuring real user experience: LCP (loading), CLS (layout stability), INP (interaction). Direct ranking factor since 2021.
How do I check my Core Web Vitals?+
Through Google Search Console (Core Web Vitals section), PageSpeed Insights, Chrome DevTools. Search Console shows real data from Chrome users.
Do CWV affect conversion?+
Yes. Google research shows: improving LCP by 100ms increases conversion by 8%. Stable CLS reduces accidental clicks and improves UX.
When will rankings improve after fixing CWV?+
Search Console changes appear 4–8 weeks after fixing — Google collects real-user data slowly. PageSpeed Insights shows improvement immediately.
Aksonov
Volodymyr Aksonov
Head of SEO at seo-a

10+ years in SEO. 200+ projects: e-commerce, SaaS, B2B, healthcare.

Read also