Core Web Vitals are Google's attempt to put numbers on something subjective: how a page feels to use. Instead of one vague "speed score," they break the experience into three specific questions:
- Does the main content load quickly? — measured by Largest Contentful Paint (LCP).
- Does the page respond quickly when I interact? — measured by Interaction to Next Paint (INP).
- Does the page stay visually stable while it loads? — measured by Cumulative Layout Shift (CLS).
These three sit inside a broader idea Google calls page experience, which also includes things like HTTPS security and mobile-friendliness. The reason Core Web Vitals get the attention is that they are concrete, measurable, and something you can genuinely improve.
