Technical guide
Core Web Vitals explained
Three metrics, one of which usually matters on your site and two of which usually do not. Knowing which is which saves a great deal of development budget.
Last updated
What the three measure
Largest Contentful Paint is how long until the main thing on the page appears. This is the one that most often fails and most often matters.
Interaction to Next Paint is how quickly the page responds when someone taps or clicks. Sites with heavy JavaScript fail this; mostly static sites essentially never do.
Cumulative Layout Shift is how much the page jumps around while loading. Almost always caused by images without dimensions, or by content injected after render.
Field data, not lab scores
A Lighthouse score is a simulation on one simulated device. Google uses field data from real Chrome users, which can differ substantially, especially on sites with a mostly mobile audience on slower connections.
Chase the field data in Search Console. Optimising a lab score you can control while the field data stays red is a common and expensive way to be busy.
Test the templates that carry traffic
Almost every Core Web Vitals report we are shown tests the homepage. On most sites the homepage is not where organic visitors land. Test the category, product or service templates that actually receive the traffic.
The usual causes, in order
For LCP: an unoptimised hero image, a lazy-loaded above-the-fold image, or render-blocking scripts and fonts.
For CLS: images and embeds without width and height, and web fonts swapping without matched fallback metrics.
For INP: too much JavaScript, usually from third-party tags nobody audits.
Common questions
How much do Core Web Vitals affect rankings?
A little. It is a genuine signal and a small one, used mostly to separate pages that are otherwise close. It will not rescue a page that does not deserve to rank.
Should I lazy load images?
Below the fold, yes. Above the fold, never. Lazy loading the main image is one of the most common self-inflicted LCP problems there is.
Where to next
If you would rather have someone do this than read about it, the commercial page for this work is Technical SEO services.
All guides Technical SEO guideMobile SEO Technical SEO services