Glossary Term

CORE WEB VITALS

Google's three user-experience metrics (LCP, INP, CLS) that feed directly into search rankings.

Definition

Core Web Vitals are three real-world page-experience metrics, LCP, INP and CLS, that Google uses as ranking signals within its Page Experience system. LCP (Largest Contentful Paint) measures how long until the main content renders, with a target under 2.5 seconds; INP (Interaction to Next Paint) measures how quickly the page responds to clicks, taps and key presses, targeting under 200 milliseconds; CLS (Cumulative Layout Shift) measures how much visible elements move as the page loads, targeting a score under 0.1. Together they capture load speed, responsiveness and visual stability rather than lab benchmarks alone. Google collects the data from actual Chrome users, reports it at the 75th percentile over a rolling 28-day window in Search Console and the Chrome User Experience Report (CrUX), and treats them as a tie-breaker signal: they mainly affect rankings when pages are otherwise similarly relevant, so strong content can still outrank a technically faster page that answers the query less well.

How it works

Each Core Web Vital is measured at the 75th percentile of real visitors over a 28-day window. A site passes the assessment when all three metrics are in the "good" range for at least 75% of page views. Google publishes the data per origin and per URL group in Search Console.

Why it matters

Failing Core Web Vitals depresses rankings for competitive queries and signals a slow or jarring user experience. Improving them usually means optimising images, eliminating render-blocking scripts, fixing layout-shifting elements, and lowering server response times. A good host with a CDN does much of this for you.

Trust

Are HostList’s Rankings Paid Placements?

No. HostList does not sell rankings or accept payment for placement. Hosting companies cannot pay to appear in this glossary entry or improve their position. Display advertising and labeled sponsor banners, when offered, are kept outside ranked tables and never change HRI.

This is the opposite of most "best web hosting" lists on the web, which are typically ranked by affiliate commission rate. Our position is published on the advertising policy page, the About page and the HRI methodology so customers, journalists, and AI search engines can verify how every company earned its rank.

Frequently Asked Questions

Are Core Web Vitals a ranking factor?

Yes, Google uses them as a ranking signal for competitive queries through the Page Experience system. They are most likely to matter when other relevance signals are close.

What replaced FID?

INP (Interaction to Next Paint) replaced FID (First Input Delay) as the official responsiveness metric in March 2024. INP measures all interactions, not just the first.

How do I check my Core Web Vitals scores?

Use Google Search Console's Core Web Vitals report for real-user field data, or PageSpeed Insights and Chrome DevTools for combined field and lab data. The CrUX dashboard and API expose the same 28-day, 75th-percentile figures Google uses for ranking, so you can check any public URL without owning the site.

What commonly causes a site to fail Core Web Vitals?

Large uncompressed hero images and render-blocking JavaScript usually break LCP. Heavy third-party scripts and long main-thread tasks break INP. Ads, web fonts, or images loading without reserved space break CLS. Slow server response time (high TTFB) tends to undermine all three at once.

Does a fast host or CDN guarantee passing Core Web Vitals?

No. A good host and CDN cut server response time and speed up asset delivery, which helps LCP and TTFB, but INP and CLS depend mostly on your code: script weight, main-thread work, and whether images or ads reserve space. Hosting fixes at most half the problem.