Skip to main content
web60

SEO & PageSpeed

Your Core Web Vitals Score Is Not a Google Ranking

Ian O'Reilly··8 min read
Abstract circular dial shapes in teal on a warm grey background suggesting performance measurement, flat illustration

You have probably heard this, or paid for it: improve your Core Web Vitals scores and Google will rank you better. The advice is not wrong. It is just not the full picture, and the gap between those two things matters more than most of the conversations about performance acknowledge.

I run operations for a hosting platform. Performance signals are part of what I monitor every day. The pattern I see most is a business owner who invests in speed improvements, verifies the scores, and then waits for rankings to move. When they do not, the frustration is real and reasonable. But the premise that a green score leads directly to a better position on Google is the part worth straightening out.

The Myth and Where It Breaks Down

The logic usually goes: Google cares about page experience. Core Web Vitals measure page experience. Therefore, improving your scores improves your rankings.

Each step in that chain is technically accurate. The conclusion is where it comes apart.

Google confirmed Core Web Vitals as a ranking signal in 2021 and they remain one in 2026. But Google's own documentation describes their role precisely: page experience signals, including Core Web Vitals, are "one of many factors" used to rank content, and they help in situations where pages are "similar in relevance" [1]. That qualifier is doing most of the work in that sentence.

Core Web Vitals function as a tie-breaker. When two pages are competing for the same search query, equally relevant and equally trusted by Google, the one with better performance scores will tend to rank above the other. In those specific conditions, performance makes a real difference. Outside those conditions, it is a much smaller factor than most business owners are led to believe.

What the Three Metrics Actually Measure

Worth covering clearly, because the abbreviations get thrown around without explanation.

Largest Contentful Paint (LCP) measures how long the main content of a page takes to become visible. Google considers under 2.5 seconds good. Interaction to Next Paint (INP) measures how quickly the page responds when someone clicks or taps something. Good threshold: under 200ms. INP replaced the older FID metric in March 2024 and is now the primary responsiveness measure [1]. Cumulative Layout Shift (CLS) measures whether elements on the page move unexpectedly as it loads. Good threshold: under 0.1.

You can verify your scores in Google Search Console under the Core Web Vitals report, or run PageSpeed Insights on any URL. Both tools draw on real-world visit data from the previous 28 days, not a single synthetic test run on one device.

What neither tool tells you: what those scores mean for your actual position in search results. That is a separate question with a more complicated answer.

The Content and Authority Problem

If Core Web Vitals break ties, then what determines whether you are in a tie worth breaking?

Content relevance is the primary signal. Does this page answer what the person searched for better than the alternatives available to Google? A joinery business in Limerick can pass every Core Web Vitals threshold and still not rank for "fitted kitchens Limerick" if the page content does not clearly address that search intent, if there are no external links pointing to it, or if Google lacks enough accumulated evidence to treat the site as an authority on the topic.

Links and trust take time to build. They cannot be replaced with performance work. Research tracking positions against Core Web Vitals pass rates generally finds that pages near the top of results have meaningfully higher pass rates than those further down [2]. The correlation is real. But established, high-authority sites also tend to invest in technical quality, so causation runs in both directions. Higher position often drives the investment in performance as much as the other way around.

For most businesses, the work that moves rankings is building content that genuinely addresses what customers are searching for, and building the credibility signals that tell Google the site is worth surfacing. Performance helps at the margin. It does not substitute for the fundamentals.

Abstract flat illustration of stacked horizontal geometric shapes with a teal accent at the base layer on a warm grey background, suggesting a layered priority structure
Performance sits lower in the ranking hierarchy than content relevance and domain authority.

Why Performance Still Earns Its Place

That said, dismissing Core Web Vitals as irrelevant is the wrong conclusion.

Performance matters for a reason more direct than rankings: it determines whether a visitor who arrives on your site stays long enough to act. Third-party scripts loaded on most websites — tracking pixels, chat widgets, social media buttons — are one of the most common causes of poor INP scores. They delay how quickly the page responds to a tap or click, particularly on mobile, where the majority of visitors to most business websites arrive.

HTTP Archive data suggests roughly 45% of WordPress sites pass Google's mobile Core Web Vitals threshold [3]. That means more than half do not. The consequence is not usually a sudden ranking drop. It is a visitor who clicks your result, waits, and goes back to try the next option. That person is gone, and you have no record that they were ever there.

INP is the most commonly failed metric. Around 43% of sites fail the 200ms threshold, mostly on mobile, mostly because of JavaScript that fires on interaction [2]. Most of those failures are fixable. But fixing them primarily improves what happens after someone reaches your site — not how many people Google sends there in the first place.

The Score Does Not Show Everything

A few things worth verifying before drawing conclusions from a performance report.

The homepage score is not the site's score. Google evaluates performance page by page. Product pages, service pages, and contact pages frequently have different configurations and different scores from the homepage. Verify the pages your customers actually land on, not just the front page.

The desktop score is not the mobile score. Google has indexed and ranked websites based on the mobile version for several years, which means the mobile score is the one with ranking implications. A strong desktop result alongside a weak mobile result is not a passing grade — it is a gap.

"Good" requires 75% of visits to pass. Google classifies a URL as "Good" only when at least three-quarters of real-world visits to that URL meet the threshold for all three metrics simultaneously [1]. A page can pass in a controlled test and still show as "Needs Improvement" in Search Console, because actual visitors on real mobile devices in varying network conditions tell a different story.

What Your Hosting Stack Controls

Server response time — measured as TTFB, or Time to First Byte — is the element of Core Web Vitals performance that sits clearly within your hosting provider's control. It measures how long the server takes to start sending data after the browser makes a request. TTFB feeds directly into LCP because a faster server response means the browser starts receiving content sooner.

On shared hosting, TTFB responses in the 800ms to 1,400ms range are common. On a properly configured managed WordPress stack running Nginx with Redis object caching and FastCGI page caching, responses typically fall between 120ms and 300ms. That is not a marginal difference. Fast server response takes a significant burden off everything else.

Plugins address application-level factors: image compression, deferring scripts, database caching. But if the server itself is slow, there is a ceiling on how much those optimisations can achieve. The foundation determines what is possible above it.

Web60 runs on Nginx, PHP-FPM, and Redis on enterprise-grade Irish infrastructure, configured so that TTFB does not become a constraint on your site's performance. Once the infrastructure question is answered properly, the remaining work can focus on content relevance and authority — the signals that actually determine where you rank.

The Practical Conclusion

A good Core Web Vitals score is worth having. The reasons are genuine: better user experience, fewer visitors who leave before acting, and a real advantage in competitive situations where two pages are otherwise matched.

It is not a ranking strategy on its own. The question worth asking first is whether a given page is the clearest, most useful answer to what potential customers are actually searching for — and whether Google has accumulated enough evidence to trust the site that hosts it.

Fix the performance floor. Get the server response times right. Sort the scripts that slow down mobile interactions. Then focus on the content and credibility that drive rankings. That is the sequence that produces results.

Sources

IO
Ian O'ReillyOperations Director, Web60

Ian oversees Web60's hosting infrastructure and operations. Responsible for the uptime, security, and performance of every site on the platform, he writes about the operational reality of keeping Irish business websites fast, secure, and online around the clock.

More by Ian O'Reilly

Ready to get your business online?

Describe your business. AI builds your website in 60 seconds.

Build My Website Free →
Buy NowTry Free
Core Web Vitals vs Google Rankings: The Truth | Web60