What Core Web Vitals Actually Measure
Core Web Vitals are Google's attempt to measure how a page feels rather than how it scores in a lab. There are three of them, and they map to three different frustrations: waiting for content to appear, tapping something and getting no response, and having the page move under your thumb.
Two things about the measurement matter more than most practices realise. First, Google uses field data from real Chrome users, not a test you run yourself, so a fast test on your office wifi proves very little. Second, it takes the 75th percentile, which means a quarter of your visitors can be having a worse experience than your reported score suggests.
- Largest Contentful Paint (LCP): good is 2.5 seconds or less
How long until the biggest visible element renders. On a dental site this is almost always the hero image or the practice photo at the top of the page. Between 2.5 and 4 seconds needs improvement; above 4 seconds is poor.
- Interaction to Next Paint (INP): good is 200 milliseconds or less
How quickly the page responds when someone taps or clicks. INP replaced First Input Delay in March 2024 and is stricter, because it looks at every interaction during the visit rather than only the first. Between 200 and 500 milliseconds needs improvement; above 500 is poor.
- Cumulative Layout Shift (CLS): good is 0.1 or less
How much the page jumps around while loading. This is the one patients complain about without knowing the name: they go to tap Book Appointment, an image loads above it, and they hit something else. Between 0.1 and 0.25 needs improvement; above 0.25 is poor.
Why Dental Sites Fail These Specifically
Dental websites break Core Web Vitals in a fairly predictable set of ways, and almost all of them come from decisions that felt reasonable at the time.
- Uncompressed practice photography
The single most common cause of poor LCP. A photographer delivers full-resolution files, someone uploads them directly, and a 4MB image is being served to a phone on a mobile connection to render at 400 pixels wide.
- Chat widgets, booking embeds and review carousels
Third-party scripts are the usual cause of poor INP. Each one is doing work on the main thread while the patient is trying to tap something. Four or five of them stacked together is common and the effect compounds.
- Page builder bloat
Sites built on stacked visual-builder plugins carry a great deal of CSS and JavaScript that no page actually uses. This shows up as slow interaction more than slow loading.
- Images and banners without reserved space
The main cause of poor CLS. If the browser does not know how tall an image will be, it renders the text first and then pushes it down when the image arrives.
- Fonts that swap late
A custom font loading after the page renders causes a visible reflow, which counts against CLS and makes the site feel unfinished.
How to Check Your Own Site Honestly
Use Google Search Console first. Its Core Web Vitals report uses the same field data Google actually judges you on, and it groups pages by template, which tells you whether the problem is one page or your whole site.
PageSpeed Insights is useful second, because it shows field data at the top and lab data below. Read the field data. The lab score is a simulation and practices routinely panic about a number that is not the one being used.
Test on a mid-range phone on mobile data, not a new phone on office wifi. The gap between those two experiences is where most dental sites actually lose patients.
How Much This Matters, Honestly
Core Web Vitals are a real ranking signal, but they are a tiebreaker rather than a lever. Google has been explicit that relevance and content quality outrank page experience. A fast page about the wrong thing will not outrank a slower page that answers the question.
The stronger argument for fixing them is conversion, not ranking. A patient in pain, searching on a phone, with a competitor one tap away, is not going to wait four seconds. That is worth more than the ranking adjustment.
So the honest framing is: fix these because slow sites lose patients, and treat any ranking benefit as a bonus. If your site is well within the thresholds already, more speed work is not where your next patient comes from.
Not sure whether your site passes?
A Website Diagnostic covers your Core Web Vitals alongside your visibility and one leading local competitor.
Book a Free 15-Min CallFrequently Asked Questions
What are the Core Web Vitals thresholds?
Largest Contentful Paint should be 2.5 seconds or less, Interaction to Next Paint 200 milliseconds or less, and Cumulative Layout Shift 0.1 or less. All three are assessed at the 75th percentile of real visits, and mobile is scored separately from desktop.
Did FID get replaced?
Yes. Interaction to Next Paint replaced First Input Delay as a Core Web Vital in March 2024. INP is stricter because it considers every interaction during a visit rather than only the first one, so some sites that passed comfortably under FID no longer do.
Will fixing Core Web Vitals improve my rankings?
Possibly, but modestly. Google treats page experience as a tiebreaker rather than a primary signal, and relevance outranks it. The stronger reason to fix them is that slow, unstable pages lose patients before the ranking question even arises.
Why does my site score well in PageSpeed Insights but poorly in Search Console?
Because they measure different things. PageSpeed Insights shows a lab simulation as well as field data, while Search Console reports only field data from real Chrome users. Google judges you on the field data, so that is the number to act on.
What is the fastest thing I can fix?
Images, in almost every case. Compressing practice photography, serving it in a modern format, and giving every image explicit width and height attributes addresses the most common causes of both poor LCP and poor CLS, usually without touching the design.

Abed Ismail
Abed Ismail is the founder of Dentx. He has spent more than 30 years building practical business technology, including over 20 years working across healthcare and 10 years leading IT and technology operations in the oil and gas industry. He works directly with every practice Dentx takes on.