
Core Web Vitals in 2026: What Google's March Update Changed and How to Pass
If your site lost ranking positions in late March, you are not imagining it. Google's March 2026 core update began rolling out on March 27, and early data from Ahrefs, Semrush, and independent tracking tools shows affected sites experienced traffic declines of 20 to 35 percent, with some domains losing more than 50 percent on their worst-hit sections. The common thread on the losing side is almost always the same: Core Web Vitals.
This update did not just tune a few thresholds. It changed how Google scores performance across an entire domain, which means even pages that individually pass Core Web Vitals can now be penalized if the rest of the site is slow. That is a meaningful shift, and it is why I am writing this instead of another generic speed post. If you run a business website, you need to understand what changed and what to do about it.
What Are Core Web Vitals in 2026?
Core Web Vitals are Google's three measurable signals for real-user page experience. After the March 2026 update, the targets most SEO and performance teams are operating against look like this:
- Largest Contentful Paint (LCP) — how fast the main content appears. Google adjusted the "good" threshold down from 2.5 seconds to 2.0 seconds with the March update. Anything between 2.0 and 2.5 seconds, which used to pass, is now flagged as "needs improvement."
- Interaction to Next Paint (INP) — how quickly the page responds to clicks, taps, and key presses. INP replaced First Input Delay and is now required to be under 200 milliseconds, with 150ms being the practical target for ranking stability.
- Cumulative Layout Shift (CLS) — how much the layout jumps around while loading. The target remains under 0.1.
There is also growing discussion of a fourth signal, sometimes called the Visual Stability Index, that captures layout quality beyond simple shift measurements. That one is not officially a ranking factor yet, but it is worth watching.
The Biggest Change: Site-Wide Scoring
The headline change in the March 2026 update is that Core Web Vitals are no longer evaluated purely page-by-page. Google now aggregates performance data across your entire domain to produce a site-level assessment. In practice, a handful of slow template pages can drag down the rankings of pages that individually pass every threshold.
Industry analysis suggests that if more than 25 percent of your URLs fall into "Poor" or "Needs Improvement" on any single metric, your site-wide aggregate is likely being penalized. That is an unforgiving bar for a WordPress site with a bloated theme, a dozen plugins, and a few legacy landing pages nobody has touched in two years.
The update also equalizes the weighting of LCP, INP, and CLS as ranking signals, which means a poor INP score now carries the same penalty as a poor LCP score. Previously, LCP tended to dominate the conversation. Not anymore.
How Much Does Speed Actually Move the Needle?
Performance people have been shouting about this for a decade, but the numbers keep getting more brutal. A few data points worth keeping in front of you:
- When a page loads in 1 second, the average conversion rate is nearly 40 percent. At 2 seconds it drops to 34 percent. At 3 seconds it settles around 29 percent.
- A 0.1-second speed improvement can increase conversions by 8.4 percent for retail and 10.1 percent for travel.
- A 1-second delay costs roughly 7 percent in conversions, 11 percent in page views, and 16 percent in customer satisfaction.
- 53 percent of mobile visitors leave if a site takes more than 3 seconds to load, yet the average mobile page still loads in 8.6 seconds with a page weight above 2.3 MB.
- Only 33 percent of websites pass all three Core Web Vitals. Broken out by metric, roughly 75 percent pass CLS, 72 percent pass INP, and 58 percent pass LCP.
That last statistic is the one that matters most for small and mid-sized businesses. Two thirds of the web is failing the test. If you can land in the passing third, you are already in front of the majority of your competitors before a single keyword is written.
How Do You Actually Fix Core Web Vitals?
The honest answer is that it depends on what your site was built on. There are two fundamentally different repair paths.
If you are on WordPress or a similar dynamic CMS, the path to passing is a stack of optimizations layered on top of each other: a performance-tuned theme, aggressive caching, a CDN, image optimization, critical CSS extraction, lazy loading, database cleanup, and plugin pruning. It can be done. WordPress pass rates on mobile improved from around 28 percent in 2021 to 36 percent in 2024, which is real progress. But the average WordPress site still scores 40 to 70 on Lighthouse out of the box, and every plugin you add is another JavaScript tax on INP.
If you are on a static site, most of this work is already done for you at build time. Pages are pre-rendered HTML served from a CDN edge, which makes LCP almost trivially fast. There is no PHP rendering, no database lookup, no plugin stack executing on every request. INP stays low because there is dramatically less JavaScript to parse and execute. That is not magic — it is just what happens when you ship HTML instead of assembling it on demand for every visitor.
This is the architecture our web design services are built on. Every site we deliver is statically generated with Eleventy, deployed on a global CDN, and tuned to pass Core Web Vitals out of the gate rather than through months of after-the-fact optimization.
What Should You Do This Week?
You do not need a giant rebuild to start moving. Here is a practical sequence:
- Run a real measurement. Pull up PageSpeed Insights and Google Search Console's Core Web Vitals report. Do not trust your own subjective "feels fast" judgment — the field data from actual visitors is what Google is using to score you.
- Find your worst templates. Under site-wide scoring, the template pages that render dozens or hundreds of URLs matter more than any single hero page. Category pages, archive pages, and product detail templates are common offenders.
- Attack LCP first. Because the "good" threshold dropped to 2.0 seconds, a lot of sites that were quietly passing are now failing. Compress and properly size hero images, preload critical fonts, and cut unused CSS.
- Audit your INP. Every third-party script, chat widget, and analytics tag adds execution time. Remove whatever you are not actively using.
- Stabilize your layout. Set explicit width and height on images and embeds. Reserve space for ads and dynamic content so the page does not jump when it loads.
If those five steps feel like a lot of work on top of running your business, that is the point at which architecture starts to matter more than tactics. Patching a slow platform forever is expensive. Starting from a fast foundation is not.
Why Static Sites Have an Advantage After This Update
The March 2026 update effectively rewards architectural decisions that make fast performance the default, not the exception. Static sites generated by tools like Eleventy ship pre-built HTML, minimal JavaScript, and predictable layouts. That maps directly onto the three metrics Google is now weighing equally — fast LCP from pre-rendered HTML, low INP from less JavaScript, and stable CLS because the layout was finalized at build time.
For comparison, managed platforms like Webflow and Duda post Core Web Vitals pass rates in the 65 to 85 percent range, while WordPress sits closer to 45 percent on mobile. Static sites built well can reach 95 percent and above because the performance wins compound: a smaller payload makes the CDN faster, fewer scripts make interaction snappier, and a simpler render pipeline makes layout shift easier to control.
That gap is the opportunity. If you are competing with WordPress sites in your industry and you show up with a static, pre-rendered site that passes Core Web Vitals site-wide, you are structurally faster than most of your competition. Google is now explicitly rewarding that.
Ready to Stop Fighting Your Platform?
If your current site is losing traffic after the March update, or if you just want a website that passes Core Web Vitals without a monthly optimization bill, that is exactly what LOGOS Technologies is built to do. We design and build fast, static, SEO-optimized websites for businesses around the country from our base in Papillion, Nebraska.
Contact us and we will run a free Core Web Vitals audit on your current site, show you exactly where you are losing ranking weight, and quote a replacement that is engineered to pass Google's standards — including the stricter ones Google just introduced.

