A Core Web Vital that measures unexpected layout shifts during page load — when elements move as assets load, disrupting user interaction. Google recommends a score below 0.1.
A page where a banner ad loads late and pushes the CTA button down has high CLS — the user clicks in the wrong place before content settles.
Google data shows that pages meeting the 'Good' CLS threshold (under 0.1) have a 24% lower abandonment rate than pages with 'Poor' CLS (above 0.25) — demonstrating a direct link between visual stability and user retention.
Cumulative Layout Shift
CLS
Every page, but particularly pages with images, ads, embedded content, or dynamically injected elements that load after the initial HTML render.
aspect-ratio: 16 / 9; is an alternative approach.font-display: optional to avoid text reflow, or match the fallback font metrics closely to the web font to minimise layout shift on swap.Answer