Technical SEO

What is Google Page Experience and Why Should You Care?

Google renamed the idea, retired the reports, and swapped a metric. Here is what page experience means today.

Google rolled out its page experience update over several months, finishing at the end of August 2021. Five years on, the label has changed more than the idea has.

Page experience is also a general term outside Google’s definition. A good experience is in the visitor’s eyes, and it affects how many of them become customers.

What changed since 2021

Three things, and plenty of advice still online has not caught up.

How the definition moved
  1. 2021Update finishes rolling out
  2. 2023Search Console reports retired
  3. 2024INP replaces FID
  4. 2026Named in Google’s AI search guidance
Four moves

In April 2023 Google removed page experience from its list of ranking systems. Search Liaison Danny Sullivan explained it was never a system, only signals other systems use. The Page Experience and Mobile Usability reports left Search Console. The Core Web Vitals report stayed.

Google’s documentation is blunt about the payoff. Core Web Vitals are used by its ranking systems. Other page experience aspects do not directly help you rank, they just make a site more satisfying to use.

Performance

A site can feel fast to you and still fail. Google grades three field metrics from real Chrome visits at the 75th percentile over 28 rolling days, not the lab score in a screenshot.

Good Needs improvement Poor
LCPLargest Contentful PaintLoading
INPInteraction to Next PaintResponsiveness
CLSCumulative Layout ShiftVisual stability
Core Web Vitals thresholds

First Contentful Paint, the 1.8-second target this post once led with, is a diagnostic, not one of the three.

Usability

The Nielsen Norman Group defines usability as a quality attribute that assesses how easy user interfaces are to use. That has aged well: it comes down to how quickly people can do what they came for.

Beauty

In some industries an attractive site is what the audience cares about most. If you broker high-end real estate, big images may be worth the load time. Make that trade knowingly.

Clear explanations

Another perspective comes from StoryBrand. Do your homepage and service pages explain what you do and what it is worth? This counters a common bad experience: someone who cannot work out what your company does.

Accessibility

Accessibility covers visitors with visual, auditory, motor, or cognitive disabilities. Two easy fixes get skipped constantly: foreground and background colors without a sufficient contrast ratio, and missing alt text on non-decorative images.

2.0:1 Fails
14.6:1 Passes

Best practices

Lighthouse catches ordinary defects: insecure requests, deprecated APIs, console errors. The audit list changes with every release, so treat the score as a direction, not a number. The visible offenders are popups asking for geolocation and notification permission.

SEO

Indexing is the floor. If your pages block indexing, searchers will not find them. From there Lighthouse checks plain things, like a title tag and meta description on every page, and an optimized URL structure.

Answers to questions

Google has always been an answer engine, and that framing matters more now than in 2021. Content that answers what your audience actually asks gives assistants something to cite.

Your second audience

Google’s guide to generative AI search lists a good page experience among its technical recommendations. Chrome’s team describes how agents read a site, which is nothing like how a person does.

Screenshots

A vision model reads the rendered page. Shifting layouts confuse it.

Raw HTML

Most AI crawlers never run JavaScript, so script-injected content is invisible.

The accessibility tree

Roles, names, and states, with the visual noise stripped out.

That last one is the surprise. Alt text, real buttons and links instead of styled divs, labels tied to their inputs: accessibility chores yesterday, and today the map an agent reads.

Keep in mindA static HTML page passes all three readings by default. The content is already in the markup.

Getting objective advice

Ask a few people who know nothing about your business to navigate your site, and watch them rather than asking afterward. Page experience is not for you or your regulars. It is for people who have never been here.