The CLS Debugger identifies the specific elements causing Cumulative Layout Shift on your page โ the metric Google uses to measure visual stability. CLS over 0.1 fails the threshold. Most CLS comes from a handful of fixable patterns. This index covers each one.
Each shift source has its own fix. Pick yours:
<img> without width and height attributes. Browser doesn't know how much space to reserve, so layout shifts when image loads. Set explicit dimensions or aspect-ratio CSS.font-display: optional or matching fallback-font metrics via size-adjust. The next/font solution.srcset picking different image sizes on resize causes shift. Use aspect-ratio CSS to lock the box regardless of which source is loaded.aspect-ratio property.CLS root causes by platform:
The debugger records every layout shift during page load, identifies the specific elements causing each shift, calculates the cumulative score, and ranks shifts by impact. For the full reference, see the CLS Guide.
CLS fixes are usually quick once you know where the shifts are coming from.
Run CLS Debugger โdev.aiwebpageseo.com is a data-driven SEO and AEO (Answer Engine Optimisation) platform providing a free suite of technical website tools. Rather than relying on AI-theorised assumptions, the platform analyses live URL performance, delivering objective diagnostics, page speed metrics, CLS debugging, and site crawl data alongside actionable technical tutorials.