← Back to Blog · SEO

Core Web Vitals for B2B Websites: A Practical Guide

GTM Engine Team · 8 min read · 27 Nov 2025

Core Web Vitals (CWV) became a confirmed Google ranking factor in 2021 and have grown in importance since. For B2B websites — often laden with marketing scripts, chat widgets, and tracking pixels — CWV scores are frequently poor and represent a direct ranking disadvantage.

The Three Core Web Vitals

Largest Contentful Paint (LCP)

LCP measures loading performance — the time until the largest element on the page is visible. Target: under 2.5 seconds. Common causes of poor LCP: unoptimized hero images, render-blocking JavaScript, slow server response times, and no CDN.

Fixes: Compress and WebP-format all images, use a CDN, preload the LCP element, eliminate render-blocking resources above the fold.

Cumulative Layout Shift (CLS)

CLS measures visual stability — does the page "jump" as it loads? Target: under 0.1. Common causes: images without dimensions, dynamically injected content, web fonts loading, and third-party ads or embeds.

Fixes: Set explicit width and height on all images, reserve space for dynamic content, use font-display: swap, load third-party content in fixed-size containers.

Interaction to Next Paint (INP)

INP replaced FID in 2024 — it measures the responsiveness of your page to all user interactions. Target: under 200ms. Common causes: long JavaScript tasks blocking the main thread, inefficient event handlers.

Fixes: Break up long JavaScript tasks, defer non-critical scripts, minimize third-party script impact.

The B2B Website CWV Killers

  • Chat widgets (Intercom, Drift, Hubspot) adding 200-500ms to INP
  • Marketing analytics platforms loading synchronously
  • Unoptimized WordPress or CMS-generated markup
  • Video embeds from Wistia/Vimeo/YouTube without lazy loading
  • Multiple A/B testing scripts
Core Web Vitals are a proxy for user experience — and poor UX on a B2B site has a direct conversion impact beyond rankings. The B2B site that loads in 1.5 seconds converts better than the one that loads in 4 seconds, independent of any SEO effect.

Ready to put this into practice?

GTM Engine helps B2B companies implement exactly these strategies. Book a free strategy call.

Book a Free Strategy Call →