Image dimension is the width and height of an image, measured either as its intrinsic pixel size (the file’s actual resolution) or its rendered size (how large it displays on the page).
| Term | Image Dimension |
|---|---|
| Category | Structured Data, Social and Media |
| Also known as | Image Size |
| Where it appears | Image and technical factors |
What it means in RankGear
When RankGear crawls a page, it records the width and height of the images it finds and surfaces those numbers under image and technical factors. Two measurements can matter: the intrinsic dimension baked into the image file itself, and the dimension the image is actually rendered at in the layout. RankGear reports these so you can see how the images on your page compare with the images on the pages already ranking for your target query, rather than guessing at a "right" size in the abstract.
How to interpret it
Read image dimension as a comparative signal, not a target to hit. A wide gap between a picture’s intrinsic size and its rendered size usually points to a concrete problem you can fix — a large file scaled down in the browser wastes bandwidth and slows the page, while an image stretched well beyond its native resolution looks soft. When declared width and height attributes match the intrinsic dimensions, the browser can reserve the right space before the image loads, which helps layout stability. Look at the distribution across competing pages rather than any single value: if the top results tend to use larger, higher-resolution hero images and yours is small, that is a difference worth weighing against the rest of your factor profile.
Example
You run a report on a product page and RankGear shows your main image at an intrinsic 640×360 rendered into a 1200-pixel-wide container. The image is being upscaled by nearly double, so it appears blurry on larger screens. Across the ten ranking pages RankGear compared, most serve their primary image at 1200×675 or larger with matching width and height attributes. That contrast tells you to replace the asset with a properly sized source and declare its dimensions in the markup.
Important considerations
- Intrinsic and rendered dimensions are different measurements. Confirm which one a report is showing before you act on it.
- Declared width and height attributes in the HTML should reflect the image’s real dimensions; markup should describe content that genuinely exists on the page, not introduce claims a visitor cannot see.
- Image dimension is a comparative indicator drawn from the pages RankGear analyzed, not a Google ranking score. A larger or better-matched image does not by itself make a page rank — correlation with ranking pages is not causation.
- Meeting a size threshold does not guarantee any downstream benefit; a page can be technically eligible for a rich or social presentation and still not be displayed that way by the platform.
Related terms
Part of the RankGear glossary · how RankGear measures · the 870 factors.