Skip to main content
Metrics type: Key MetricsCategory: Cross-Platform: Revenue at Risk
Pages Google sends traffic to that fail Core Web Vitals, a direct ranking penalty. Names the URL so the dev fixes it the same morning.

At a glance

A cross-platform alert table that joins Google Search Console page-level impressions and clicks against Website Performance Core Web Vitals (Largest Contentful Paint, Interaction to Next Paint, Cumulative Layout Shift) for the same URL. It fires the moment a page that Google actively ranks and sends impressions to is also measured as slow. Because page experience is a confirmed Google ranking signal, a slow landing page is not just a UX problem, it is an active drag on the organic position that earns the traffic in the first place. The card names the exact URL so a developer can fix it the same morning, rather than chasing an abstract “the site is slow” complaint.

Calculation

The card is built in three steps:
  1. Pull the ranked pages. From the Search Console Search Analytics API, request the page dimension over the trailing 30 days and keep every URL with more than 1,000 impressions. These are the pages Google considers worth showing.
  2. Pull the speed. For each of those URLs, read the Website Performance connector. Where Chrome User Experience Report (CrUX) field data exists, use the real-user 75th-percentile LCP, INP and CLS over the rolling 28-day window. Where a URL has too little field traffic to appear in CrUX, fall back to a PageSpeed Insights lab run for that exact URL.
  3. Join and filter. Inner-join on the normalised URL (trailing slash, protocol and www reconciled), then keep only rows where LCP is above 4 seconds. Each surviving row is a page that Google ranks and that is measurably slow.
The alert fires on the count of surviving rows. The table itself lists the URL, its 30-day impressions, clicks and average position from Search Console, alongside its LCP, INP and CLS from Website Performance, so a developer can triage by impact (sort by impressions) rather than by guesswork.

Worked example

A UK homeware retailer running on its own headless storefront, both the Google Search Console and Website Performance connectors live. On 14 Apr 26 the card fires with four URLs over the 30-day window. Four numbered observations:
  1. Triage by impressions, not by how slow. /collections/oak-dining-tables is the worst offender on both axes: 18,420 monthly impressions AND the slowest LCP at 5.8s. It earns a strong position 6.2 today, but page experience is dragging it. This is the same-morning fix: it has the most organic upside per engineering hour.
  2. The “strong rank at risk” case is the urgent one. /products/extending-walnut-table ranks 4.1 (page-one, near the top). A poor LCP here is the most dangerous, because the page is one position drop away from falling below the fold. Protecting an existing high rank is usually cheaper than clawing one back.
  3. The cause was a shared hero-image component. All three collection and product pages used an uncompressed hero image loaded above the fold without fetchpriority. The blog post’s CLS came from a late-loading author widget. The developer shipped two fixes that morning: compress and preload the hero image (LCP), and reserve space for the author widget (CLS).
  4. What it looked like a fortnight later. On 28 Apr 26 the field LCP for the two collection pages had dropped under 2.5s (the “good” threshold), they cleared the table, and average position on /collections/oak-dining-tables had drifted from 6.2 to 5.4. The card had turned a vague “the site feels slow” into a named, fixed, measurable win.
Rule of thumb. If a URL is on this table, it is costing you rank on traffic you have already earned. Sort by impressions, fix the top of the list first, and re-check after the next CrUX window rolls.

Sibling cards merchants should reference together

Reconciling against the source

This card joins two sources, so reconcile each side separately. The Search Console side (impressions, clicks, position): Rebuild the ranked-pages half in Google Search Console under Performance → Search results, switch to the Pages tab, set the date range to the last 30 days, and read impressions, clicks and average position per URL. Remember:
  • GSC data is typically 2 to 3 days delayed, so the last couple of days will read low or empty.
  • Rare queries are anonymised, so a long-tail page’s totals can be marginally lower than the true figure.
  • The Pages report caps at 1,000 rows in the UI; use the Search Analytics API if you need the full set.
The Core Web Vitals side (LCP, INP, CLS): Confirm the speed half in two native places:
  • Search Console → Experience → Core Web Vitals report shows which URLs Google classes as “Poor”, “Needs improvement” or “Good”, grouped by similar pages, using CrUX field data. This is the report whose verdict directly informs ranking.
  • PageSpeed Insights (run the exact URL) shows both the 28-day CrUX field assessment and a fresh lab run. The field LCP is what this card prefers; the lab run is the fallback for low-traffic URLs.
Why our number may legitimately differ: The cross-platform point: neither connector alone tells you this. Search Console knows the page ranks; Website Performance knows it is slow; only the join tells you the page ranks AND is slow, which is the row worth a developer’s morning. For divergence investigations, use Vortex Mind.

Known limitations / merchant FAQs

Why does a page I just fixed still appear on this card? Core Web Vitals field data (CrUX) is a rolling 28-day 75th-percentile measurement. A fix you shipped yesterday only starts to move the number once enough real-user sessions on the fixed version accumulate, and it can take the full 28 days to fully clear. To confirm the fix landed immediately, run a fresh PageSpeed Insights lab test on the URL; if the lab LCP is now under 2.5s, the field number will follow. Is LCP above 4 seconds really a ranking penalty, or just a UX issue? Both. Google has confirmed page experience, including Core Web Vitals, as a ranking signal. It is a tie-breaker rather than the dominant factor, so a slow page can still rank if its content is far stronger than competitors. But on competitive queries where content is comparable, the slow page loses, and it always costs you click-through and conversion even where rank holds. Why 1,000 impressions a month as the threshold? Below roughly 1,000 monthly impressions, a page sees too little organic demand for a speed fix to pay back the engineering time, and CrUX often has too little field data to assess it reliably anyway. The gate keeps the table to URLs where a fix has measurable organic upside. You can adjust the threshold per profile in the Alert Rules tab. A high-traffic page is slow but does not appear on the table. Why? Most likely its LCP is between 2.5s and 4s, which is “Needs improvement” rather than “Poor”. This card’s hard alert fires only on “Poor” LCP (above 4s) to keep the same-morning list short. Pages in the amber band still warrant attention; check the full Website Performance connector view or the native Core Web Vitals report for them. Should I use field (CrUX) or lab (PageSpeed) numbers? Field data wherever it exists, because it reflects what real users on real devices and networks actually experience, which is what Google rewards. Lab data is a single throttled simulation; we use it only as a fallback for URLs with too little traffic to appear in CrUX, and as a fast way to verify a fix before the field window catches up. Does this card cover INP and CLS as well as LCP? The alert gate is LCP-driven (LCP above 4s) because LCP is the most common ranking-relevant failure for ecommerce landing pages, but the table also surfaces INP and CLS for each URL so the developer can fix all three page-experience metrics in one pass. A page failing INP or CLS but passing LCP will not trip the hard alert; watch Mobile Usability Errors and the native Core Web Vitals report for those.

Tracked live in Vortex IQ Nerve Centre

Slow Indexed Pages (GSC × Website Performance) is one of hundreds of KPI pulses Vortex IQ tracks across Google Search Console and 70+ other ecommerce connectors. Nerve Centre runs the detection layer; Vortex Mind investigates the cause when something moves; Ask Viq lets you interrogate any number in plain English. Start for free or book a demo to see this metric running on your own data.