Seolio

Images

Image dimensions declared

Images declare width and height to prevent layout shift

What we check

Images declare width and height to prevent layout shift

Why it matters

Undeclared dimensions cause the page to jump as images load.

How to fix it

Add width and height attributes to every img element.

How it affects your score

This check sits in Images, which is worth 10% of the overall score. A critical result costs the full weight of the check; a warning costs half. If we can't measure it on your page, we leave it out of the score entirely.

See how your page does on this check

Run a free check

Related guides