Cumulative Layout Shift measures how much your page visually jumps around as it loads — content shifting after a visitor starts trying to read or tap something is jarring and is one of Google's three core Web Vitals used directly in ranking.
Cumulative Layout Shift measures how much your page jumps around as it loads. High CLS frustrates users (mis-taps) and is a Core Web Vital that Google ranks on directly.
Cumulative Layout Shift measures the genuine, cumulative visual instability your page exhibits as it loads and becomes interactive — every instance of content unexpectedly shifting position, whether from late-loading images without reserved space, dynamically injected content, or web fonts loading in and changing text rendering, contributes to this measured instability.
This metric matters because layout shift creates genuinely frustrating, sometimes consequential user experience problems — a visitor attempting to click a button or read specific content can find their intended target has shifted due to layout instability, occasionally resulting in accidental clicks on unintended elements as the page continues settling into its final layout.
The specific technical causes this metric captures overlap significantly with several other checks discussed throughout this broader technical work — missing image dimensions, discussed elsewhere, represents one of the most common individual contributors to layout shift, making that specific fix directly relevant to improving this broader, composite metric.
Google specifically incorporates this metric as part of Core Web Vitals, its formalized set of user-experience metrics that factor directly into search ranking evaluation — meaningful improvement here requires systematically identifying and addressing your page's specific sources of layout instability, often requiring genuine investigation using browser developer tools to pinpoint exactly which elements are contributing to measured shift.
Cumulative Layout Shift score is under 0.1 across key pages.
Fix it, then re-scan — the check confirms itself. No manual checkbox, the scan is the truth.
Run this check in H.I.V.E. →