Image pack
An image pack is an inline horizontal carousel of image results displayed on the SERP for queries with visual intent. The pack typically shows 4-12 thumbnails. Clicking any thumbnail opens Google Images, not the source URL — a click-path detour the publisher rarely recovers.
Long definition
Image packs appear for queries where Google reads a visual answer as part of intent: "minimalist living room", "lemon tart recipe", "1972 Porsche 911 colors". The carousel renders thumbnails sourced from indexed pages across the web, with the source domain shown subtly under each. The pack typically lands in the upper half of the SERP — sometimes above the fold, sometimes after a featured snippet.
The traffic problem with image packs is the click destination. A user clicking a thumbnail goes to Google Images, where they see a larger preview hosted by Google, the source attribution, and a "Visit" button. Many users never click "Visit" — they save the image, take a screenshot, or move to the next thumbnail. The source URL gets a fraction of the engagement signal of an organic click.
Ranking inside the pack is governed by image-specific signals: the <img> alt attribute (descriptive, not keyword-stuffed), the filename (descriptive slugs beat IMG_4521.jpg), captions and surrounding text, structured data on the parent page (ImageObject or any schema with an image property), file size and dimensions optimized for mobile, and the page's overall topical authority. EXIF data is not a meaningful signal — Google strips it for privacy.
Hotlinking and bandwidth are real concerns. A high-ranking image in a popular pack can drive serious egress costs from Google's image preview itself, since some preview formats fetch the source. Caching, CDNs, and Cache-Control headers matter for any site picking up real image-pack volume.
Common misconceptions
- "Image pack rank correlates with web rank." Loosely. A page can hold #1 organic and have its image excluded from the pack, or rank deep in organic and dominate the pack. The image-ranking model reads different signals.
- "Alt text alone determines ranking." Alt text is one signal among several. Filename, caption, surrounding paragraph, page topical relevance, and link profile all weigh in.
- "Watermarking images blocks Google from showing them." It doesn't. Google still indexes and shows watermarked images. The block flow is
noindexviaX-Robots-Tag: noimageindexor an image-specific robots.txt directive. - "Image-pack clicks count as organic traffic in Search Console." They appear under a separate Image search type, not Web. Filtering by "Search Type = Image" in GSC reveals image-pack performance.
Continue exploring