How to Check Core Web Vitals of a Website | Mergeflo

How to Check Core Web Vitals of a Website | Mergeflo

Short Answer

Short answer: To check Core Web Vitals of a website, combine Google Search Console’s Core Web Vitals report (field data at scale) with PageSpeed Insights and Lighthouse (page-level diagnostics). Start in Search Console to see passing/failing URLs by template and device, then use PageSpeed/Lighthouse to pinpoint LCP, INP, and CLS causes and fix them.

Illustration contrasting a single passing lab test with multiple failing mobile page templates at the 75th percentile, using brand orange highlights on a dark background.
The Real Failure Mode

Google evaluates pass/fail at the 75th percentile: LCP ≤ 2.5s, INP ≤ 200ms, CLS ≤ 0.1. Search Console updates daily on a 28‑day rolling window.

Operator Workflow to Check Core Web Vitals at Scale

Use field data to choose what to fix, then lab data to diagnose why.

• Pull the Core Web Vitals report in Google Search Console. Switch to Mobile first. Note failing URL groups and the specific metric causing failure (LCP, INP, CLS).
• Map failing URL groups to templates. Export affected URLs. Prioritize by clicks/impressions from the Performance report so fixes move rankings.
• For each representative URL per template, run PageSpeed Insights. Capture both Field (CrUX) and Lab data. Save JSON responses or screenshots for audit trails.
• Open Chrome DevTools Lighthouse. Run Mobile, throttled. Use Performance panel to trace LCP element; use Layout Shift Regions for CLS; use Performance Insights for INP interactions.
• If you need sitewide field coverage, query the CrUX API or BigQuery dataset by origin and path to see percentile curves by device for your top templates.
• Validate dev fixes on staging with Lighthouse and WebPageTest. Only ship when LCP element, layout shifts, and interaction delays are concretely addressed.

A typical constraint: a 3-person growth team with $2k/month content budget shipping 20 posts cannot tune every page. Pick the top 3 templates by traffic, fix the heaviest elements (hero image, third-party scripts, animations), and re-check in GSC the following week. We’ve seen teams cut LCP by 900ms on blog templates by compressing hero images, lazy-loading below-the-fold media, and deferring non-critical JS in one sprint.

Abstract comparison grid linking six Core Web Vitals tools with icons and field-versus-lab badges, in a dark brand-themed vector style.
Tooling Comparison For CWV Checks

For deeper context, see Why Is My Website Not Indexed By Google.

Comparison: Practical Ways to Check Core Web Vitals

Choose the tool by job: Search Console for scale, Lighthouse for diagnosis, CrUX for population truth.

caption

Method What It Measures Scale Best Use Limitations
Google Search Console CWV Report Field data (75th percentile) by URL group and device Sitewide Prioritize templates and track pass/fail over time 28-day lag; limited diagnostics
PageSpeed Insights Field + Lab for a single URL Page-level Quick check plus actionable opportunities One URL at a time; lab can vary between runs
Lighthouse (Chrome DevTools) Lab diagnostics with deep traces Page-level Identify LCP element, CLS sources, INP interactions Synthetic; not population data
CrUX API/BigQuery Field percentiles by origin/path, device Template/sitewide Monitor population trends and segment templates Setup required; still a rolling window
WebPageTest (or Calibre/SpeedCurve) Synthetic runs with filmstrips, waterfalls Page-level to monitored Reproduce regressions; compare before/after Synthetic; subscription for monitoring
web-vitals JS (RUM) Real-user metrics sent to your analytics Page-level at scale Catch regressions fast; segment by template Requires instrumentation and storage

Bridge: Where Mergeflo Fits

Mergeflo ships visibility, end-to-end, across Google and AI engines, so CWV improvements translate into rankings and citations.

Mergeflo is an autonomous SEO + AEO content engine: research to published, AI-citable pages in your CMS, with schema, internal links, and ongoing refresh. Clean, consistent templates and media discipline in this pipeline reduce LCP/CLS risk across new pages, while Mergeflo measures and fixes visibility so the gains show up in Google and AI Overviews.

Skip the manual setup. Mergeflo runs this end-to-end so you can ship the work above.

Try Mergeflo →

Frequently Asked Questions

How Do I Check Core Web Vitals of a Website End-to-End Each Week?

Use Google Search Console’s Core Web Vitals report as your weekly source of truth, segmented by Mobile and Desktop. For the top failing URL groups, run 1-2 representative URLs through PageSpeed Insights and Lighthouse to diagnose. Track the same templates week over week; avoid chasing noise.

What Thresholds Count as Passing, and Do They Impact Rankings?

Passing requires LCP ≤ 2.5s, INP ≤ 200ms, and CLS ≤ 0.1 at the 75th percentile of field data. CWV is a lightweight ranking signal; relevance still dominates. In competitive queries, tie-break improvements after fixing LCP/INP can move you a few positions when content and links are already strong.

How Can a Small Team Check CWV for the Whole Site, Not Just a Page?

Use Search Console exports and, if you need more granularity, the CrUX API filtered by path prefixes (e.g., /blog/). Group by template. This keeps work focused on system fixes (image handling, script loading) that lift hundreds of pages at once.

How Do I Validate Fixes Before the 28-Day Window Updates?

Use Lighthouse and WebPageTest on staging to confirm the LCP element changed, layout shifts are eliminated, and interaction delay is low. After deployment, spot-check PageSpeed Insights for field deltas on high-traffic pages, then wait for the next GSC refresh to confirm population-level improvement.

What to Fix First (So It Ranks)

Attack the heaviest, most common causes per template to move rankings fast.

• LCP: Compress and resize hero images, serve AVIF/WebP, set correct width/height, and use priority hints; self-host critical fonts.
• INP: Remove render-blocking JS, defer non-critical scripts, eliminate unnecessary third-party widgets, and fix expensive event handlers.
• CLS: Set fixed dimensions for media/ads, avoid late-loading fonts that shift text, and keep dynamic UI changes below the fold.

When a founder asks how to check Core Web Vitals of a website, the right sequence is pick templates via Search Console, diagnose a representative URL with Lighthouse, fix systematic issues, and confirm in field data. Do the boring, high-impact fixes. Then publish confidently, knowing Google and AI engines can cite and rank your pages.