Moscou
01
Glossary · Technical

Cumulative Layout Shift (CLS)

CLS is a Core Web Vitals metric measuring visual stability during page load. Under 0.1 is good. Caused by images without dimensions, ads, and late-loading fonts.

02 · Definition

Cumulative Layout Shift (CLS) is one of three Core Web Vitals metrics, measuring the visual stability of a page during load. It quantifies how much visible content unexpectedly shifts position — the frustrating experience of trying to click a button just as an ad loads above it and pushes everything down.

The 2026 thresholds are: under 0.1 = good, 0.1-0.25 = needs improvement, over 0.25 = poor. CLS is calculated as the sum of impact-fraction × distance-fraction for every unexpected shift in the page's lifetime, with shifts from user interactions (clicking a button that expands a menu) explicitly excluded.

The most common CLS culprits are images without explicit width/height attributes (the browser does not know how much space to reserve until the image loads), ads and embedded iframes that inject above the fold, web fonts that swap mid-render (FOUT), and dynamic content that injects above existing content.

For SEO, Google uses CLS as a ranking signal. For AEO, CLS affects user-experience signals that AI engines indirectly weight via their broader quality assessment. The fix in all cases is to reserve space for every dynamic element — set width/height on images, reserve container dimensions for ads and embeds, use font-display: swap with size-matched fallbacks.

03 · Related terms

Keep reading

04 · Audit your site

See where you stand on Cumulative Layout Shift (CLS)

Free SEO + AEO audit. 99 checks across 8 categories in 30 seconds. No signup. Includes specific checks for the term above.

Run free audit
Last updated · · 36 terms in the glossary