Algorithms & Quality · Glossary · Updated Apr 2026

Page experience update

Definition

The page experience update rolled out to mobile in June 2021 and to desktop in February 2022. It bundled Core Web Vitals (LCP, FID/INP, CLS) with HTTPS, no intrusive interstitials, and mobile-friendliness into a unified ranking signal. Now described as part of Google's broader page experience ranking systems rather than a discrete update.

Find related

Long definition

Google announced the page experience signal in May 2020 and gave the SEO ecosystem a year to prepare. The mobile rollout began June 15, 2021 and completed by the end of August. Desktop rollout ran from February 22 through March 3, 2022. The update was the first time Google publicly committed to specific page-level performance thresholds as ranking inputs.

The bundle at launch:

  • Core Web Vitals — Largest Contentful Paint (LCP), First Input Delay (FID, replaced by Interaction to Next Paint / INP in March 2024), and Cumulative Layout Shift (CLS).
  • HTTPS — secure connection.
  • No intrusive interstitials — no full-screen pop-ups blocking content above the fold on mobile.
  • Mobile-friendly — passing Google's mobile-friendly check.

The original 2021 communication framed page experience as a tiebreaker — when two pages have similar relevance and quality, the one with better page experience wins. Google has been clear since that page experience does not override content quality. A faster page does not outrank a slower page that better answers the query.

What changed since launch:

  • April 2023 — Google updated its page experience guidance to say there is no longer a single "page experience update" ranking system. The signals were absorbed into Google's broader ranking systems, similar to what happened later with the Reviews System and Helpful Content System.
  • March 2024 — INP replaced FID as the responsiveness Core Web Vital. Sites had a year of preparation.
  • AMP requirement removed — Top Stories carousel no longer requires AMP since June 2021.

The practical implication: page experience is no longer a checklist Google grades you on for a discrete ranking boost. It's a set of quality inputs woven into how the core systems evaluate pages. Field data from CrUX is what Google uses, not lab data from Lighthouse.

Common misconceptions

  • "Passing Core Web Vitals will boost rankings." It contributes to a quality signal in close-call ranking decisions. It does not override content quality. A page with good CWV and weak content still loses to a slower page that answers the query better.
  • "Lighthouse score is the ranking signal." It's not. Google uses field data from the Chrome User Experience Report, aggregated from real Chrome users. Lighthouse is a lab tool useful for diagnosis, not a measure of what Google sees.
  • "AMP is required for the page experience signal." It hasn't been since June 2021. AMP is one way to achieve good performance; it's not preferred over a fast non-AMP page.
  • "INP and FID measure the same thing." FID measured the delay before the browser started processing the first interaction. INP measures the full latency of the slowest interaction across the visit, which is a stricter and more user-aligned metric.