Page experience
Google's collective term for the signals describing how it feels to use a page — explicitly not a single ranking signal, and the reason a fast page still loses to a more relevant slow one.
Karl-Gustav Kallasmaa, Founder & CEOLast updated Page experience is Google's collective term for the set of signals describing how it feels to use a page — loading, interactivity, visual stability, security and the absence of obstruction — and Google's own documentation states that it is not a single ranking signal.
That correction is the whole point of the page. Page experience is routinely described as "a ranking factor", including in the stub this entry replaces. Google's page experience documentation says the opposite: "There is no single signal. Our core ranking systems look at a variety of signals that align with overall page experience."
What Google actually asks you to assess
Google's documentation frames it as a self-assessment rather than a score, listing what a good page has:
- Good Core Web Vitals
- HTTPS
- A mobile-friendly display
- Minimal ad interference
- No intrusive interstitials
- A clear distinction between main content and everything else
Five of those are engineering work. The sixth — a clear distinction between main content and the rest — is a document-structure requirement, and it is the one that carries furthest beyond Google, for reasons covered below.
The measurable part: Core Web Vitals
Core Web Vitals are the quantified subset, and the only part of page experience with published pass marks:
Each is assessed at the 75th percentile of page loads, segmented across mobile and desktop — so a median that passes is not a pass. INP became a stable Core Web Vital in 2024, replacing First Input Delay; a report or audit still discussing FID is out of date.
Google states that Core Web Vitals are used by its ranking systems, and, in the same breath, that good results in its reports do not guarantee that pages will rank at the top.
Why "no single signal" is the operative fact
Because it sets the ceiling on what this work buys you. Google's documentation says Search always seeks to show the most relevant content even where the page experience is sub-par. There is no threshold at which a fast page outranks a more relevant slow one.
The systems picture supports the same reading. Google's ranking systems guide, last updated 10 December 2025, does not list a page experience system among its named ranking systems at all — page experience appears as a topic. The helpful content system followed the same trajectory, recorded as retired because in March 2024 it evolved and became part of the core ranking systems. Things that were once separable, nameable systems have been absorbed, which is precisely why "optimise for the page experience signal" is no longer a coherent instruction.
Treat this work as removing reasons to lose, not as a way to win.
Where it matters for machine readers
An AI retrieval step is a fetch under a time and cost budget, and it is not a browser session. The overlap with page experience is real but narrower than it looks:
- Server-rendered main content survives; client-rendered content may not. A fetcher that does not execute JavaScript, or gives up early, gets an empty shell from a page that scores fine for a human.
- Interstitials and consent walls block extraction outright. The same overlay Google treats as an intrusive interstitial can be the entire response body an agent receives.
- A clear main-content boundary is what makes a passage liftable. Navigation, promotional blocks and related-article rails interleaved with the body produce chunks that are part article and part furniture.
What does not transfer is CLS and, largely, INP. Layout shift and interaction latency are human-perception metrics; a fetcher never sees them. Improving them is worth doing for readers, not for citation, and claiming otherwise is a common piece of overreach.
Failure modes
- Calling it a ranking factor and budgeting accordingly. The documentation says there is no single signal; a project justified on a score that does not exist will not show the return that was promised.
- Optimising the median. The 75th percentile is the assessment point, so the slow quarter of your traffic is the number.
- Chasing a lab score instead of field data. Synthetic runs on a fast connection tell you about your test rig.
- Auditing FID. It was replaced by INP as a stable Core Web Vital in 2024.
- Assuming a fast page is a fetchable page. A page can pass every threshold and still hand an agent an empty document, because the content arrives after render. See crawling and indexing.
- Treating it as a substitute for substance. Relevance and demonstrated expertise — see E-E-A-T — are the load-bearing part; page experience decides between candidates that are already close.
Terms related to Page experience
Google's three published field metrics for loading, responsiveness and visual stability, with the exact thresholds and the percentile they are judged at.
The two separate stages that decide whether a page can be retrieved at all, and the reason a serving rule on a blocked page is never read.
The superseded three-letter form of what Google's rater guidelines now call E-E-A-T, after Experience was added in December 2022, and which Google states is not a ranking factor.
The interval between a searcher clicking a result and returning to the results page. It is an SEO-industry term, not a metric Google publishes, documents, or exposes in any tool.