Page Experience Signals 2026: What Still Ranks (and What Doesn't)
Page Experience as a standalone ranking signal was retired in 2023 — but the underlying signals (HTTPS, mobile-friendly, no interstitials, Core Web Vitals) still drive rankings. The 13-point audit that captures what matters now.
Google retired "Page Experience" as a named ranking system in 2023, and a chunk of the SEO industry concluded the underlying signals didn't matter anymore. That conclusion was wrong. The signals didn't go away — they got absorbed into Google's general "helpful content" evaluation framework. The aggregate is still measured. What changed is the framing: Google no longer presents Page Experience as a separate scorecard in Search Console.
For ecommerce stores, Page Experience signals matter for the same practical reasons they always did: they are technical hygiene that determines whether content can be discovered, ranked, and converted. Below is the 13-point audit that captures what still drives rankings in 2026.
The Five Categories of Page Experience Signals
Google's framework groups signals into five practical categories. Each category corresponds to a measurable failure mode:
- Security — HTTPS, HSTS, content type protection
- Mobile — viewport, touch targets, responsive design
- UX — intrusive interstitials, accessible interactives
- Performance — render-blocking resources, font display, resource hints
- Visual Stability — CLS sources (image dimensions, embed dimensions)
Signal 1: HTTPS (Security)
HTTPS is a baseline. Without it, the Page Experience evaluation never starts. Google flags non-HTTPS pages in the SERP as "Not Secure" via Chrome, and the click-through rate impact alone justifies the fix even before ranking impact. Every URL on an ecommerce store — checkout, cart, product detail, blog — must redirect HTTP to HTTPS with a 301.
Signal 2: HTTP→HTTPS Redirect
It's not enough to have HTTPS available — HTTP requests must redirect. Without a redirect, search engines can index both versions of the same URL as separate pages, splitting link equity. Configure the redirect at the edge or in your hosting platform, and verify with curl: curl -I http://yourstore.com/product-x should return a 301 with Location set to the HTTPS URL.
Signal 3: HSTS Header
The Strict-Transport-Security header tells browsers to always use HTTPS for your domain, even if a user types http://. Setting max-age=31536000; includeSubDomains closes the brief window where an attacker could downgrade a connection during the initial request. HSTS is technically not a ranking signal, but it's a Page Experience trust hint and prevents downgrade-driven security warnings.
Signal 4: X-Content-Type-Options
The X-Content-Type-Options: nosniff header prevents browsers from inferring file types other than what the server declares. It blocks a class of MIME-confusion attacks. Lower impact for SEO directly, but appears in Page Experience-adjacent security audits and is a 5-second fix.
Signal 5: Mobile Viewport (High Impact)
The single most important mobile signal: the viewport meta tag. Without it, mobile browsers render the page at desktop width and force users to pinch-zoom. Google flags such pages as "not mobile-friendly" in mobile-first indexing. The correct tag:
<meta name="viewport" content="width=device-width, initial-scale=1">
Variations like maximum-scale=1, user-scalable=no hurt accessibility and add no value — omit them.
Signal 6: Touch Target Size
Buttons, links, and form inputs need a 48×48 pixel minimum tap area on mobile. Smaller targets generate "fat finger" errors and are flagged in Lighthouse audits. Common ecommerce offenders: pagination links, "x" close buttons on modals, social media icons in the footer, single-character review-page navigation.
Signal 7: No Intrusive Interstitials (High Impact)
Google penalizes pages that show full-screen overlays, modal popups, or interstitials immediately on page load that block content. The exception is for legally required interstitials (cookie consent, age verification). Common violations on ecommerce stores:
- Email signup popups firing within 2 seconds of page load
- Shopify "exit intent" popups that fire on initial mobile scroll instead of true exit
- App install banners that take up most of the viewport
- Region/currency selectors that block the page on first visit
The fix: delay popups until the user has spent 15+ seconds on the page or scrolled 50% down, never block content immediately on first paint.
Signal 8: Accessible Interactives
Buttons without text content or aria-label, image links without alt text, form inputs without labels — these aren't just accessibility violations, they're parsed as broken UX by Google's rendering engine. Audit your icon-only buttons (cart icon, search icon, menu hamburger) and make sure each has aria-label="Open cart" or equivalent.
Signal 9: Resource Hints — Preconnect
Add <link rel="preconnect"> for critical third-party origins to start the DNS lookup, TCP handshake, and TLS negotiation in parallel with HTML parsing. Required hints for most ecommerce stores:
https://fonts.googleapis.comandhttps://fonts.gstatic.comif using Google Fontshttps://cdn.shopify.comfor Shopify stores- Your CDN origin (Cloudflare, Fastly, BunnyCDN)
- Analytics origin (Google, Plausible, Fathom)
Signal 10: Render-Blocking Scripts (High Impact)
Scripts in the <head> without defer or async block HTML parsing until they finish loading and executing. This is one of the most common LCP killers on ecommerce stores. The fix: move non-critical scripts (analytics, chat widgets, A/B testing) to defer so they execute after HTML parsing. Inline critical scripts (auth, hreflang) only when they must run synchronously.
Signal 11: Font Display Strategy
Custom fonts that load without font-display: swap cause invisible text during load — the FOIT (Flash of Invisible Text) problem. For Google Fonts, append ?display=swap to the URL. For self-hosted fonts, add font-display: swap; inside each @font-face declaration. This is a fast LCP win on most ecommerce sites.
Signal 12: Image Dimensions (Visual Stability)
Images without width and height attributes (or CSS aspect ratio) cause Cumulative Layout Shift as the page loads. Each shift moves the LCP element, button targets, and text positions. CLS over 0.1 starts pulling rankings; over 0.25 is "Poor" status in Search Console. Audit product card images, hero images, blog post inline images.
Signal 13: Embed Dimensions
Iframes for YouTube videos, Vimeo embeds, social media widgets, and chat tools without explicit width and height create the same CLS problem as images. Always set dimensions explicitly, or wrap in a container with a fixed aspect ratio.
How Page Experience Maps to Rankings in 2026
Three things to understand:
- Page Experience is a tiebreaker, not a primary signal. If two pages match a query equally well, Google prefers the one with better Page Experience signals. For ecommerce, where queries often have many similarly-relevant pages, this tiebreaker matters.
- Mobile-first indexing means mobile signals dominate. Test on mobile, audit on mobile, optimize for mobile. Desktop signals are secondary.
- Core Web Vitals (LCP, INP, CLS) are explicitly part of "page experience" in 2026. The deprecation of "Page Experience" as a named feature didn't deprecate Core Web Vitals — those remain explicit ranking signals with thresholds Google publishes.
The Audit Workflow
The minimum viable Page Experience audit:
- Run our Page Experience Checker on your homepage, top 5 product pages, and top 5 category pages.
- Cross-reference with our Web Vitals Checker for lab-tested LCP, INP, and CLS values.
- Verify mobile-friendliness with the Mobile-Friendly Checker.
- Confirm no intrusive interstitials by visiting on a real mobile device — emulators miss the popup-on-first-scroll bug.
- Re-run after fixes and confirm signals flip to pass.
The Compounding Logic
Page Experience signals are mostly one-time fixes. Once you've configured HTTPS, set up the viewport tag, added defer to render-blocking scripts, and set image dimensions, the gains persist for years without maintenance. The exception is interstitials — every quarter, audit popups and overlays for compliance with the "no intrusive interstitials" rule, especially after marketing teams add new email capture flows. Stores that treat Page Experience as a one-time setup with quarterly check-ups capture the long-tail rankings that competitors with chronic signal failures lose by default.