What it is
An image without width and height has no reserved space, so the page reflows as it loads. Setting dimensions is the main fix for image-caused layout shift. No width/height. Layout shift (CLS). Set dimensions/aspect-ratio. Low-medium. Direct.
Why does missing image dimensions matter for AI search?
Layout shift (CLS).
How do you fix it?
Set dimensions/aspect-ratio.
How do you find it on your site?
- Inspect img tags for width and height, or a CSS aspect-ratio.
- Find images loading without reserved space.
- Add intrinsic dimensions.
- Re-measure CLS.
Which ranking and citation factors does it touch?
This directly reduces layout shift, a Core Web Vital. It is low-effort and high-impact for stability.
What is the impact?
Low-medium. Direct.
What is the evidence?
Set dimensions to reduce CLS. web.dev, Core Web Vitals (Google)
Frequently asked questions about missing image dimensions
What does "Missing image dimensions" mean?
No width/height.
How do you fix missing image dimensions?
Set dimensions/aspect-ratio.