Page Experience
A set of signals Google uses to evaluate how users perceive the experience of interacting with a web page beyond its content. Page experience encompasses Core Web Vitals, HTTPS, mobile-friendliness, safe browsing, and absence of intrusive interstitials.
Page experience is Google's holistic assessment of the user experience quality of a page. It combines quantitative performance metrics (Core Web Vitals) with binary quality checks (HTTPS security, mobile-friendliness, no intrusive pop-ups, safe browsing status). All these signals together determine whether a page provides a good user experience from a technical standpoint.
For product and engineering teams, page experience optimization is an investment that improves both search rankings and business metrics. Pages that score well on all page experience signals are eligible for enhanced SERP features like Top Stories and visual indicators of good experience. More importantly, each page experience component correlates with real business outcomes: faster pages convert better, mobile-friendly pages retain users longer, and secure pages build trust. Audit page experience across your entire site, not just top pages. Use Google's Page Experience report in Search Console to identify site-wide patterns and prioritize fixes. Most page experience issues are systemic (affecting all pages from a template) rather than page-specific, so fixes tend to have broad impact.
Related Terms
Core Web Vitals
A set of three Google-defined metrics that measure real-world user experience for loading performance, interactivity, and visual stability. Core Web Vitals are a confirmed ranking factor in Google Search.
Largest Contentful Paint (LCP)
A Core Web Vital that measures the time from page load start until the largest visible content element (image, video, or text block) is rendered on screen. Good LCP is 2.5 seconds or less.
Interaction to Next Paint (INP)
A Core Web Vital that measures the latency of all user interactions (clicks, taps, keyboard input) throughout the page lifecycle, reporting the worst interaction. Good INP is 200 milliseconds or less.
Cumulative Layout Shift (CLS)
A Core Web Vital that measures the total amount of unexpected layout shifts that occur during a page's entire lifespan. Good CLS is 0.1 or less, where layout shifts are calculated from the impact and distance of moving elements.
Time to First Byte (TTFB)
The duration from the user's request to the first byte of the server response reaching the browser. TTFB measures server-side processing speed and network latency, directly impacting all subsequent loading metrics.
Crawl Budget
The number of pages a search engine bot will crawl on your site within a given timeframe, determined by crawl rate limit and crawl demand. Crawl budget optimization ensures important pages are discovered and indexed efficiently.