Page Experience is a set of signals Google uses to measure how users perceive interacting with a web page, including Core Web Vitals (LCP, INP, CLS), mobile-friendliness, HTTPS security, and intrusive interstitial guidelines. Introduced as a ranking factor in June 2021, it acts as a tiebreaker between pages of similar content quality — not a substitute for content relevance.
Page Experience doesn't replace content quality — it refines ranking among pages that are already good. If your content is clearly the best answer to a query, poor Page Experience metrics will cost you some ranking position but won't eliminate you from the results. If your content quality is on par with competitors, Page Experience is what tips the balance.
What is Page Experience?
Page Experience is Google's framework for evaluating the technical usability of a page from a user's perspective. It extends beyond traditional content quality signals to assess how fast the page loads, how stable it is visually, how it behaves on mobile devices, and whether it uses security best practices.
The core principle: users favor pages that load quickly, are easy to navigate on any device, and maintain visual stability while loading. When two pages have equally strong content, the one with superior Page Experience typically ranks higher.
According to Google's Search Central documentation, Page Experience signals are "designed to quantify how users experience the interaction with a web page" beyond its informational value. Google is explicit that content relevance remains the primary ranking factor — Page Experience is a differentiator, not a prerequisite for ranking.
What signals make up Page Experience?
Google's Page Experience framework has four components:
| Signal | What it measures | Good threshold | Tool to check |
|---|---|---|---|
| LCP (Largest Contentful Paint) | Perceived load speed — when the main content appears | 2.5 seconds or less | PageSpeed Insights, GSC |
| INP (Interaction to Next Paint) | Responsiveness — how fast the page reacts to user input | 200ms or less | PageSpeed Insights, Lighthouse |
| CLS (Cumulative Layout Shift) | Visual stability — elements jumping around during load | 0.1 or less | PageSpeed Insights, Web Vitals extension |
| Mobile-friendliness | Content usability on small screens | Passes Google's mobile test | Google Mobile-Friendly Test |
| HTTPS | Security of the connection | Valid SSL certificate | Browser address bar, SSL checker |
| No intrusive interstitials | Absence of full-screen pop-ups blocking content | No full-screen overlays on page load | Manual review |
Note on INP: Google replaced First Input Delay (FID) with INP in March 2024. INP measures the full interaction latency for all page interactions, not just the first one — making it a more comprehensive responsiveness signal.
Why Page Experience matters for rankings
Page Experience affects rankings in two distinct ways:
- The direct ranking effect. Google confirmed Page Experience as a ranking factor in June 2021. Pages meeting all thresholds can earn a small ranking boost over pages that don't, when content quality is otherwise equal.
- The behavioral signal effect. Poor Page Experience causes high bounce rates, low session duration, and fewer conversions. These behavioral signals tell Google's algorithms that users don't find the experience satisfactory — and this indirectly lowers rankings over time even for pages with strong content.
Page Experience helps rankings when
- Content quality is roughly equal to competitors
- Multiple pages compete closely for the same keyword
- Your site has high mobile traffic (over 60%)
- Users frequently arrive with high task intent (buying, booking)
- Your site is in a category with low average scores (competitive edge)
Page Experience matters less when
- Your content is clearly the most comprehensive answer available
- You're targeting low-competition informational queries
- Your current scores are already in the "good" range for all metrics
- Competitors have similarly poor experience metrics
- The additional improvement cost exceeds estimated ranking gain
Core Web Vitals explained
Core Web Vitals are the three measurable signals within Page Experience that Google weighs most heavily:
LCP — Largest Contentful Paint
LCP measures how quickly the largest visible element loads in the viewport — typically the hero image, the main heading, or a large block of text. A good LCP score is 2.5 seconds or less. LCP above 4 seconds is classified as poor.
The most impactful fixes for LCP: compress and properly size images, preload the LCP element, remove render-blocking scripts, and use a CDN to reduce server response time.
INP — Interaction to Next Paint (replaced FID in March 2024)
INP measures the latency of all user interactions with the page — clicks, taps, and keyboard inputs — and reports the worst-case interaction delay. A good INP score is 200 milliseconds or less. Above 500ms is classified as poor.
The most impactful fixes for INP: break up long JavaScript tasks, defer non-critical scripts, minimize main thread work, and optimize event handlers.
CLS — Cumulative Layout Shift
CLS measures how much the visible page content unexpectedly shifts during loading. A good CLS score is 0.1 or less. Above 0.25 is classified as poor.
The most impactful fixes for CLS: set explicit width and height attributes on images and videos, reserve space for ads and embeds before they load, avoid inserting content above existing content after the page starts rendering, and use font-display: swap for web fonts.
Mobile-friendliness as a Page Experience signal
Google uses mobile-first indexing — meaning it primarily uses the mobile version of your pages for indexing and ranking. Mobile-friendliness within Page Experience requires:
- Responsive design — content adapts to screen width without horizontal scrolling
- Touch targets at least 48x48 pixels — buttons and links are large enough to tap accurately
- Readable text without zooming — minimum 16px font size for body text
- No incompatible technologies — Flash and other mobile-unsupported formats block the content
6 best practices for improving Page Experience
- Start with Google Search Console's Core Web Vitals report. It shows field data from real users visiting your site — far more actionable than lab test scores. Fix the "poor" URLs first.
- Optimize your LCP element first. LCP is usually an image. Compress it, convert to WebP, add
loading="eager"andfetchpriority="high"to the hero image, and preload it in the document head. - Set dimensions on all images and videos. This one change eliminates most CLS issues by reserving the correct space before media loads.
- Defer non-critical JavaScript. Scripts that run on page load compete with the content the user wants. Defer analytics, chat widgets, and non-essential scripts to after the main content renders.
- Ensure HTTPS sitewide. Verify your SSL certificate is valid, HTTP redirects to HTTPS correctly, and no mixed content warnings appear (HTTP assets on HTTPS pages).
- Test on real devices, not just lab tools. PageSpeed Insights and Lighthouse show lab data. Real user experience varies by device capability and network speed. Check Google Search Console's field data for your actual user population.
A PageSpeed Insights score of 90+ is excellent. A perfect 100 is not necessary — and often not achievable without sacrificing functionality. Don't spend engineering time chasing marginal improvements from PA 95 to 100. The ranking benefit is minimal. Focus on moving poor URLs to good, not good URLs to perfect.
Common Page Experience mistakes to avoid
- Obsessing over perfect scores — move from poor to good; the incremental gain from good to perfect is not worth the engineering investment
- Using lab data only — PageSpeed Insights lab scores and real user data often diverge significantly; always check the field data in Search Console
- Sacrificing content quality for speed — removing helpful images, reducing content depth, or stripping functionality to improve speed scores hurts more than it helps
- Only testing the homepage — Core Web Vitals are measured per URL; landing pages, blog posts, and product pages often have very different scores from the homepage
- Ignoring the interstitial guideline — cookie consent banners, email capture pop-ups, and app download prompts that cover the main content on mobile can trigger the intrusive interstitial signal
Frequently asked questions
Page Experience is a set of Google ranking signals that measure how users perceive interacting with a webpage beyond content quality. It includes Core Web Vitals (LCP, INP, CLS), mobile-friendliness, HTTPS security, and intrusive interstitial guidelines. Google introduced it as a ranking factor in June 2021.
Page Experience is a tiebreaker, not a primary ranking factor. Content relevance and quality remain Google's primary ranking determinants. When two pages have similar content quality, the one with better Page Experience typically ranks higher. A page with poor experience but excellent content will still usually outrank a page with perfect experience scores but weak content.
LCP (Largest Contentful Paint): good is 2.5 seconds or less. INP (Interaction to Next Paint, replaced FID in March 2024): good is 200 milliseconds or less. CLS (Cumulative Layout Shift): good is 0.1 or less. Scores in the good range for all three metrics indicate strong Core Web Vitals performance.
Google uses mobile-first indexing, meaning it primarily uses the mobile version of a page for indexing and ranking. Mobile-friendliness requirements include: content fitting without horizontal scrolling, tap targets of at least 48x48 pixels, readable text at minimum 16px font size, and no incompatible technologies like Flash.
Google provides several free tools: Google Search Console's Core Web Vitals report shows field data from real users. PageSpeed Insights shows both lab data and field data. Lighthouse (built into Chrome DevTools) provides comprehensive lab audits. The Web Vitals Chrome extension shows live Core Web Vitals data as you browse any page.