Core Web Vitals in 2026: what actually affects rankings and what does not

- Speed is a ranking factor, but a weak one: it will not rescue weak content.
- Three metrics matter: LCP, INP and CLS.
- Nobody needs a hundred in PageSpeed. You need the green zone.
- In 90% of cases the problem is heavy images and unnecessary third-party scripts.
Clients arrive with a PageSpeed screenshot and the number 62 in a red circle. Here is when that is genuinely a problem.
The three metrics
| Metric | What it measures | Green zone |
|---|---|---|
| LCP | When the main element of the screen appeared | under 2.5 s |
| INP | How quickly the page responds to input | under 200 ms |
| CLS | How much the layout jumps while loading | under 0.1 |
CLS is the one humans notice most: you tap a button, a banner loads at that instant, and your finger lands on an ad. That is what makes people close the tab.
What has the biggest effect
Images. The most common cause of poor LCP is a multi-megabyte image above the fold. Compression and a modern format usually deliver more than all the other optimisation put together.
Third-party scripts. A chat widget, a review widget, two analytics tags, a pixel and a map. Each “weighs almost nothing” on its own; together they eat seconds.
Fonts. Three weights at 300 KB each, loading before any text appears.
Where the sensible limit is
Going from 40 to 75 is usually a week of work and a difference your visitors can feel. Going from 90 to 99 is a month and design compromises that only the measuring tool will notice.
We stop in the green zone. Beyond that, the money does more good in content.
The measurement trap
PageSpeed shows a lab test on a simulated slow device. For ranking, Google uses field data — real visits by real people. It lives in Search Console under Core Web Vitals and can differ from the lab number by a wide margin.
If there is no field data at all, you simply do not have much traffic — and speed is not your most urgent problem right now.
We will look at your field metrics and tell you which fix buys the largest gain for the least effort.