GMCSuspension
Core Web Vitals Guide

Core Web Vitals Monitoring Tool: Free Options vs Paid Trackers

Free tools from Google give you a snapshot. Here is what each one actually measures, where each one stops, and when a $29/month paid tracker that watches your scores weekly saves you from a ranking drop you never saw coming.

What Core Web Vitals actually measure

Google uses three specific user-experience signals as ranking factors. Knowing what each one measures and where the pass/fail threshold sits is the starting point before you pick any monitoring tool.

LCP (Largest Contentful Paint)

LCP measures how long it takes for the largest visible element on a page to load. That element is usually a hero image, a large heading, or a featured video. Google treats anything under 2.5 seconds as "Good", 2.5 to 4 seconds as "Needs Improvement", and anything over 4 seconds as "Poor". In practical terms, a slow server, uncompressed images, or render-blocking JavaScript are the most common causes of a failing LCP score.

INP (Interaction to Next Paint)

INP replaced FID (First Input Delay) as a Core Web Vital in March 2024. Where FID only measured the first interaction, INP measures the responsiveness of every click, tap, or keyboard interaction across the entire page session. The threshold: under 200 milliseconds is "Good", 200 to 500 milliseconds is "Needs Improvement", anything over 500 milliseconds is "Poor". Heavy JavaScript that blocks the main thread is the most common culprit, particularly on pages loaded with third-party widgets or tracking scripts.

CLS (Cumulative Layout Shift)

CLS measures visual stability: how much content on the page moves unexpectedly after the initial load. Images without declared dimensions, ads that load into the page after text, and web fonts swapping in late are the typical causes. The threshold is a score of 0.1 or below for "Good". A score above 0.25 is "Poor". CLS is the metric most site owners underestimate, because it is invisible to developers who test on fast connections where everything loads at once.

Field data is what Google uses, not lab data

PageSpeed Insights shows two sets of numbers: lab data from a simulated Lighthouse test, and field data from real Chrome users over the past 28 days. Google uses field data for ranking. A lab score of 95 paired with poor field data means your real users are having a worse experience than the lab test suggests, and Google knows it.

Free tools for a quick check

You do not need a paid tool to get started. Three free options from Google give you real CWV data at no cost, and they are worth knowing before you decide whether you need anything more.

Google PageSpeed Insights

PageSpeed Insights runs a Lighthouse test against any public URL and returns lab scores alongside field data from the Chrome User Experience Report. Enter your URL at pagespeed.web.dev and you get LCP, INP, and CLS readings in under a minute. The "Opportunities" section lists specific issues (oversized images, unused JavaScript, render-blocking resources) ranked by how much time fixing each one would save. For a one-off audit of a single page, this is the right starting point. It is free, requires no login, and gives you actionable output immediately.

Google Search Console

Search Console's Core Web Vitals report shows aggregate data across your entire site. It groups URLs into "Good", "Needs Improvement", and "Poor" buckets and tracks those numbers over time. You can click into any failed URL group to see which specific pages are affected and what the flagged issue is. The data is based on field measurements from real Chrome users, so it reflects what Google actually sees. Setup requires verifying site ownership, but if you are serious about organic search you should have Search Console active regardless of CWV monitoring.

Chrome DevTools

Chrome DevTools gives you a real-time CWV view in two places. The Performance panel records a full trace of a page session and shows LCP, CLS, and INP events as markers on the timeline. The Lighthouse tab in DevTools runs a full audit locally, without sending any data to Google. For developers who want to reproduce a specific issue or test a fix before deploying, DevTools is the right tool. For non-technical site owners who want to understand whether their pages are passing or failing, PageSpeed Insights is easier to interpret.

What free tools miss

Free tools give you a snapshot. They do not watch your site on your behalf. There are four specific gaps that matter once you go past a one-off check.

No weekly alerts when scores change

PageSpeed Insights does not email you if your LCP score jumps from 1.8 seconds to 4.2 seconds after a plugin update or image upload. Search Console shows the change in its weekly digest, but only for pages where the field data has degraded enough to shift the bucket. A ranking drop caused by a CWV regression can run for weeks before you notice in Search Console, and by then some of the ranking loss has already happened.

No historical trend per metric

Search Console's CWV report shows trend data, but only for URL groups as pass/fail totals, not per-metric breakdowns over time. If you want to know whether your LCP score has been trending upward over the last three months across your ten most important pages, the free tools do not give you that view without manual export and spreadsheet work.

No automatic recommendations tied to current scores

PageSpeed Insights lists opportunities on the day you run the test. It does not track which opportunities you fixed, which you skipped, and which have reappeared since. There is no prioritized action plan that updates each week based on what changed. You get the diagnosis, but the follow-through is entirely on you to manage.

No connection to your keyword rankings

CWV scores and keyword rankings affect each other but are tracked in entirely separate tools. A CWV regression that causes a ranking drop shows up as two separate events in two separate dashboards: a shift in the Search Console CWV report and a position drop in the Performance report. Free tools do not surface these two signals together in one place or flag the correlation.

Feature PageSpeed Insights Search Console Chrome DevTools Paid tracker (e.g. SEO Monitor)
LCP / INP / CLS scores Yes Yes (aggregate) Yes (live) Yes
Field data (real users) Yes Yes No (lab only) Yes
Weekly email alert on score change No No No Yes
Historical per-metric trend No Limited No Yes
Ranked alongside keyword positions No No No Yes
Automatic action plan No No No Yes
Cost Free Free Free From $29/mo

SEO Monitor: weekly CWV tracking at $29/month

SEO Monitor is a rank-tracking and site-health tool built for small business owners who want their Core Web Vitals and keyword data delivered to their inbox on a fixed schedule, without managing another dashboard.

Every Monday you receive an email that includes:

No login required. The report lands in your inbox. You read it, act on the top item, and move on. If your CWV scores drop after a site change, you know on Monday morning rather than three weeks later when you notice rankings have shifted.

Price versus the major platforms

SEMrush starts at $139/month. Ahrefs starts at $99/month. Moz starts at $99/month. SEO Monitor costs $29/month for one site (20 tracked keywords, weekly CWV report, on-page audit, AI action plan). At 16 or more sites the price drops to $9/month per site. SEO Monitor does not include backlink analysis or keyword research, but for weekly CWV monitoring and rank tracking it costs 79 to 93 percent less than the major platforms.

If you run Google Shopping alongside organic search, SEO Monitor handles the organic side. For Shopping, the GMC audit tool checks your Merchant Center account for the policy issues that cause suspensions. A suspended GMC account stops your Shopping ads regardless of how clean your Core Web Vitals are.

Compare this with other options: how to track keyword rankings for free and SEMrush alternatives for small businesses.

See SEO Monitor pricing and features

Frequently asked questions

What are Core Web Vitals and why do they matter for SEO?

Core Web Vitals are three user-experience metrics Google uses as ranking signals: LCP (loading speed), INP (responsiveness), and CLS (visual stability). A page that scores "Good" on all three is treated more favourably than a page with identical content but poor scores.

Can I check Core Web Vitals for free?

Yes. Google PageSpeed Insights gives you a free lab score and field data for any URL. Search Console shows aggregate CWV data for your whole site. Chrome DevTools gives you a live per-session view. All three are free. The gap is that none of them alert you when scores change or store weekly trend data alongside your keyword rankings.

What is the difference between lab data and field data for Core Web Vitals?

Lab data comes from a controlled test run by a tool like PageSpeed Insights. Field data comes from real Chrome users visiting your page over the past 28 days. Google uses field data for ranking. If your lab score is good but field data is poor, the field data is what counts.

Get your Core Web Vitals tracked automatically for $29/month

Register your site on SEO Monitor, pick your 20 keywords, and get your first weekly report on Monday. CWV scores, rank changes, and a prioritized action plan. No dashboard to manage. Setup takes 3 minutes.

Start with SEO Monitor

Related articles

→ SEO Monitor: automated weekly SEO reports → How to track keyword rankings for free → SEMrush alternative for small business: what to use instead → Free Google Merchant Center audit