Melbourne based · SEO across Australia
Core Web Vitals in 2026 | Boltly
Guide

Core Web Vitals in 2026

A plain guide to the three numbers Google uses to score how your page feels, written for Australian business owners who want a faster, steadier site without the jargon.

3 metrics
LCP, INP and CLS
75th
Percentile of real visitors
Mobile
Where it is measured first
Field
Real-user data counts
Start here

What Core Web Vitals measure in 2026

Core Web Vitals are three numbers Google tracks to judge how a page feels to a real visitor: Largest Contentful Paint for loading, Interaction to Next Paint for responsiveness, and Cumulative Layout Shift for visual steadiness. They feed into search ranking and they shape whether people stay or leave.

That short paragraph is the answer most people came for. The rest of this guide explains each number, the score you need to hit, how to test your own site, and the practical fixes that move the needle on a typical small-business website.

The idea behind these three metrics is simple. Google wanted a way to put a figure on something every visitor already senses without thinking about it. Does the page show up quickly? Does it react when I tap a button? Does it stop jumping around so I can read it? Those three feelings became three measurements, and a page that does well on all of them is one that respects a visitor's patience.

For a business owner this is not an abstract scoring game. When a page is slow or jittery, people give up and go back to the search results, and a slow page often loses a customer before they have seen a single word about what you offer. A page that loads cleanly keeps more of the visitors you worked hard to earn, whether they came from Google, an ad or a link a friend shared.

This guide walks through what each metric covers, the current passing marks, how to read your scores in the right tools, and how to fix the common causes on a WordPress site. If you would rather hand the technical side to someone, our Technical SEO service handles exactly this.

Why it matters

Why Core Web Vitals are worth your attention

A fast, steady page keeps more of the visitors you paid or worked to attract, and it gives Google one more reason to pick your result over a slower rival on a close call.

Speed keeps visitors

People bail on slow pages fast. Every extra second before your content shows up sends more of them back to the search results before they read a word about what you sell.

It is a ranking signal

Vitals will not rescue weak content, but on a close query where results match on relevance, the faster and steadier page can pick up the spot you were missing.

Mobile is where you are judged

Google scores the mobile version of your site first. Most Australian searches happen on a phone, often on a patchy connection, so that is the experience that decides your numbers.

It lifts conversions

A page that loads quickly and holds still while you read it feels trustworthy. That smoother experience nudges more visitors toward filling in the form or making the call.

It protects your ad spend

If you pay for clicks, a slow landing page wastes them. Visitors leave before they convert, so the same budget buys fewer enquiries than a quick page would deliver.

It is fixable and clear

Unlike a vague hunch that the site feels slow, vitals give you a number and a cause. You can see what is dragging the score down and tackle the worst offender first.

How it works

The three metrics and their 2026 thresholds

Each metric has a clear target measured across your real visitors. Hit all three at the good mark and your page counts as passing. The first four cards explain the metrics, the rest explain how the score is decided.

LCP

Largest Contentful Paint

How long until the biggest thing on screen, usually a hero image or heading, has loaded. The good mark is 2.5 seconds or under. This is the loading metric.

INP

Interaction to Next Paint

How fast the page reacts when someone taps, clicks or types. The good mark is 200 milliseconds or under. INP replaced First Input Delay back in March 2024.

CLS

Cumulative Layout Shift

How much the page jumps around as it loads. A low score means content stays put. The good mark is 0.1 or under, where the figure has no unit, it is a ratio.

75th

The percentile rule

Google does not use your average. It checks the 75th percentile, so three in four of your real page views must hit the target for the metric to count as good.

01

Good

All three metrics sit at or under their target. This is the band you want, and the one Google treats as a passing page experience.

02

Needs work

One or more metrics land in the middle band. The page is usable but worth improving, since it is close to slipping into the poor range.

03

Poor

A metric is well past its target. LCP over 4 seconds, INP over 500 milliseconds or CLS over 0.25 all fall here, and visitors feel the difference.

+

All three together

A page is only marked good when every metric passes. One weak number drags the whole verdict down, so it pays to check each one.

Sub-topic

Field data versus lab data

The single thing that confuses most people about Core Web Vitals is why the same page can score well in one tool and badly in another. The answer is that there are two kinds of measurement, and they answer different questions. Knowing which one you are looking at saves a lot of wasted worry.

What field data is

Field data comes from real people who visited your page on their own phones and laptops, on whatever connection they had at the time. Google collects it through the Chrome User Experience Report, often shortened to CrUX, and rolls it up over the previous 28 days. This is the data that affects your search standing, because it reflects what actual visitors went through. The catch is that a brand-new or low-traffic page may not have enough visits to produce a field score yet.

What lab data is

Lab data comes from a single controlled test. A tool like Lighthouse loads your page once on a simulated device and a throttled connection, then reports what it saw. It is repeatable and quick, which makes it perfect for debugging, since you can change one thing and test again straight away. What it cannot tell you is how the page behaves for the full spread of real visitors on real networks.

How to use both

  • Trust field data for the verdict. If you want to know whether a page passes for search, the real-visitor numbers are the ones that count.
  • Use lab data to debug. When you are hunting the cause of a slow score, a repeatable lab test lets you test fixes one at a time.
  • Expect them to disagree. Lab tests run on a clean bench and usually look better than the messy reality field data captures.
  • Watch the trend, not one reading. A single test can wobble. Track the field numbers over weeks to see if a fix really landed.

The short version is that lab data tells you why a page is slow and field data tells you whether your visitors are actually suffering. You need both, but only one of them decides how Google sees you.

Sub-topic

Common WordPress and Elementor fixes

Plenty of Australian small businesses run on WordPress, often with a page builder like Elementor. These platforms are friendly to work with, but they tend to add weight that hurts vitals if nobody keeps an eye on it. Here is how to tackle each metric in order.

Fixing LCP, the loading score

Slow LCP almost always traces back to a heavy hero image or a sluggish server. Compress and resize your images so a phone is not downloading a desktop-sized file, and serve them in a modern format like WebP. Add a caching plugin so repeat visitors get a stored copy, and consider a content delivery network so files load from a server closer to the visitor. Good hosting matters too, since a cheap shared plan can leave the page waiting before anything even starts to load.

Fixing INP, the responsiveness score

Poor INP is a JavaScript problem. Every plugin you add can pile on scripts that the browser has to chew through before it can respond to a tap. Audit your plugins and remove the ones you do not use. Tools that defer or delay non-essential scripts until after the page is interactive help a lot, and Elementor sites in particular benefit from trimming animations and third-party widgets that run heavy code on load.

Fixing CLS, the layout score

  • Set sizes on images and video. Give every image fixed width and height so the browser holds the space and nothing shoves down when it loads.
  • Reserve room for ads and embeds. Anything injected late, like an ad slot or a map, should have a placeholder so it does not push content around.
  • Handle web fonts carefully. Fonts that swap in late cause a visible jump. Preload your main font and use a sensible fallback to soften the change.
  • Keep pop-ups off the top. Banners that appear above content and shove the page down are a frequent and easily fixed cause of layout shift.

None of these fixes is complicated on its own, but they add up, and a page builder can make it tricky to see which plugin or setting is the culprit. If you are stuck, our Technical SEO service can audit the site and sort the worst offenders for you.

In practice

Core Web Vitals by business type and city

The three metrics are the same for every site, but where they pinch depends on what you run and who is visiting. Here is how vitals tend to play out for a few common kinds of Australian business.

Trades and home services

A plumber or electrician site is usually light on content but heavy on photos of finished jobs. The vital to watch here is LCP, since those galleries can choke a phone on a worksite with poor signal. Compress every image and the site will feel snappy even out in the suburbs of a city like Brisbane where reception drops.

Retail and ecommerce

Online shops carry product images, review widgets and tracking scripts, which puts strain on all three metrics at once. CLS is the sneaky one, because prices, badges and stock messages often load late and shove the page around right as a shopper is about to add to cart. Reserving space for those elements is well worth the effort.

Professional and local service sites

Accountants, clinics and consultants often run polished Elementor pages full of sliders and animations. That design flair can wreck INP if the scripts pile up. A Perth practice chasing the website seo perth crowd will do better with a cleaner build that responds the instant someone taps the booking button.

Why your city and connection matter

Field data is gathered from your real visitors, so the connection quality where they live feeds straight into your score. A page that flies on office fibre in central Sydney can crawl for someone on mobile data in a regional town. Building for the slower end of that range, and testing on a real phone rather than a fast desktop, is how you keep the numbers honest. If you want this checked properly, our Technical SEO service tests on real conditions and fixes what it finds.

FAQ

Core Web Vitals, answered

The questions Australian business owners ask most often when they first dig into their page speed scores.

Technical SEO service

Core Web Vitals are three numbers Google uses to judge how a page feels to a real visitor. Largest Contentful Paint measures how quickly the main content appears. Interaction to Next Paint measures how fast the page responds when someone taps or clicks. Cumulative Layout Shift measures how much the page jumps around while it loads. Together they give a simple read on loading, responsiveness and visual steadiness.

To count as good, a page needs Largest Contentful Paint at 2.5 seconds or under, Interaction to Next Paint at 200 milliseconds or under, and Cumulative Layout Shift at 0.1 or under. These targets are measured at the 75th percentile of your real visitors, which means three in four page views should hit them. Anything worse is marked as needing improvement or poor.

Yes. Interaction to Next Paint took over from First Input Delay in March 2024 and remains the responsiveness metric in 2026. FID only looked at the delay before the first interaction was handled. INP is stricter because it looks at the slowest interactions across the whole visit and counts the full time until the screen updates, so it catches lag that FID missed.

They are a ranking signal, but a gentle one. Google has said page experience helps it choose between pages that are otherwise similar on relevance and quality. So strong vitals will not lift weak content, yet on a competitive query where a few results are evenly matched, a faster and steadier page can earn the edge. The bigger win is usually fewer people leaving before the page is usable.

Start with PageSpeed Insights, which shows both lab results and real-visitor field data from the Chrome User Experience Report. Then open the Core Web Vitals report in Google Search Console to see how groups of pages perform across your whole site over the past month. Use lab tools like Lighthouse to debug a single page, but trust the field data for the verdict that affects search.

Lighthouse runs a single lab test on a simulated device and connection, so it is a clean snapshot. Search Console reports field data gathered from real people on real phones and networks, which is messier and usually slower. When the two disagree, the field data is the one that counts for search, because it reflects what your actual visitors experience rather than an ideal test bench.

Next step

Want a hand getting your scores into the green?

Chasing Core Web Vitals is mostly steady, careful work, and the fixes above are enough to make real progress on your own. If you would rather not pick apart plugins and image settings yourself, our Technical SEO service tests your site on real conditions, finds what is dragging each metric down and sorts it out. No pressure and no lock-in, just a faster site that keeps more of your visitors.

See our Technical SEO service

Leave a Reply

Your email address will not be published. Required fields are marked *