WebmasterID logoWebmasterID
Robots & crawl control

The max-image-preview robots directive explained

max-image-preview is a Google robots directive that bounds how large an image preview may appear for your pages in search results. This page explains its three values, where to set it, and why it matters for visual content and Discover-style surfaces.

Verified against primary sources

The three values

max-image-preview accepts exactly three settings. none means no image preview may be shown. standard permits a default-size preview. large permits a larger preview, which can help visually rich content in results and on surfaces like Google Discover.

The directive bounds the maximum size; Google may still choose a smaller preview. It does not stop the image being indexed — that is governed separately.

Where to set it

In a meta robots tag:

<meta name="robots" content="max-image-preview:large">

Or via the X-Robots-Tag header, including for image responses:

X-Robots-Tag: max-image-preview:large

Many publishers set max-image-preview:large site-wide to qualify for large previews. You can combine it with max-snippet and max-video-preview in a single content value. Treat it as a Google directive unless other engines document the same.

How it appears in analytics and logs

max-image-preview is an indexing directive read from your meta robots tag or X-Robots-Tag header. It does not appear in logs; its effect is the size of image previews Google may show, not a change in crawling.

Diagnostic use case

Allow large image previews for visually rich content to stand out in results and Discover, or restrict previews to standard or none for sensitive imagery.

What WebmasterID can help detect

WebmasterID reports crawler traffic rather than image-preview rendering, so this directive is context that keeps preview-policy decisions separate from the crawler analysis WebmasterID provides.

Common mistakes

Privacy and accuracy notes

max-image-preview governs previews of your own images. It involves no visitor data and is not an access-control mechanism.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.