AIOE
All articles
Google ShoppingProduct PhotographyMerchant CenterFree Listings

Google Shopping Image Requirements: Full Spec Guide

All Google Shopping image requirements for Merchant Center — dimensions, formats, background rules, and how to avoid disapprovals on free listings and ads.

AIOE TeamMarch 15, 202617 min read
Google Shopping product listing showing compliant product image in search results

TL;DR

Google Shopping requires product images submitted through Merchant Center via the image_link attribute. Minimum dimensions are 100x100px for most products and 250x250px for apparel — but competitive listings need 1500x1500px or higher. Maximum resolution is 64 megapixels. Accepted formats include JPEG, PNG, WebP, GIF, BMP, and TIFF. White or transparent backgrounds are strongly preferred. Google's automated quality algorithms evaluate your images and factor them into ad placement, Quality Score, and free listing visibility. Disapproved images remove your products from Shopping entirely until the issue is fixed.

Key Takeaways

  • Minimum 100x100px for most products, 250x250px for apparel — practical recommendation is 1500x1500px or higher
  • Maximum resolution is 64 megapixels (approximately 8000x8000px); maximum file size is 16MB
  • Accepted formats: JPEG, PNG, WebP, GIF, BMP, TIFF — the broadest format support of any major marketplace
  • White or transparent background strongly preferred; promotional overlays and watermarks are prohibited
  • Images are submitted via product data feed (image_link attribute) and must be publicly accessible HTTPS URLs
  • Image quality directly impacts Quality Score for paid Shopping ads and visibility for free listings

How Google Shopping Images Work

Google Shopping is fundamentally different from other marketplaces because you do not upload images to a listing page. Instead, you submit a product data feed through Google Merchant Center, and each product includes an image_link attribute — a URL pointing to an image hosted on your website or CDN.

Google's crawler fetches these images, evaluates them against its quality standards, and uses them to populate Shopping ads, free product listings, the Shopping tab, Google Images results, and Google Lens visual search. The image you provide is the image Google shows everywhere — in search results, on the Shopping tab, in image search, and in comparison shopping interfaces.

This architecture means two things matter that do not apply on other marketplaces:

  1. Your image URL must be stable and fast. If the URL returns a 404, redirects too many times, or loads slowly, Google will disapprove the product.
  2. Google evaluates image quality algorithmically. There is no manual review queue like Amazon. Google's systems automatically score your image quality and factor it into how prominently your product is displayed.

Image Dimension Requirements

Google Shopping has the most permissive minimums of any major marketplace, but the minimums are misleading. Meeting the minimum is not enough to compete.

| Requirement | Specification | |-------------|--------------| | Minimum (non-apparel) | 100 x 100px | | Minimum (apparel) | 250 x 250px | | Recommended | 1500 x 1500px or higher | | Maximum resolution | 64 megapixels (~8000 x 8000px) | | Maximum file size | 16MB | | Recommended aspect ratio | 1:1 (square) for most products |

Why the Minimum Is Irrelevant

A 100x100px product image technically passes Google's requirements, but it will look terrible in Shopping results and will almost certainly be outranked by competitors with better images. Google's quality algorithms consider image resolution as a ranking factor. Higher-resolution images are associated with higher-quality listings, which translates to better ad positions for paid Shopping campaigns and higher visibility for free listings.

Upload at 1500x1500px minimum. For products where detail matters (jewelry, electronics, textiles), upload at 2000x2000px or higher. The additional resolution costs nothing to produce (especially with AI tools) and provides a measurable ranking advantage.

Apparel Has Stricter Minimums

Google enforces a higher minimum for apparel products (clothing, shoes, accessories): 250x250px. Again, this is a floor, not a target. Fashion products depend heavily on visual presentation, and competitive apparel listings use images at 1500px or higher. Show the garment clearly, with enough resolution for buyers to evaluate fit, fabric, and color.

File Format and Size

Google Shopping accepts the widest range of image formats of any major marketplace.

| Format | Accepted | Notes | |--------|----------|-------| | JPEG (.jpg, .jpeg) | Yes | Most common; recommended for photographs | | PNG (.png) | Yes | Good for images with transparency or text | | WebP (.webp) | Yes | Smaller file sizes than JPEG at equivalent quality | | GIF (.gif) | Yes | Non-animated only for product images | | BMP (.bmp) | Yes | Large files; not recommended | | TIFF (.tif, .tiff) | Yes | Large files; not recommended |

Practical Format Recommendation

Use JPEG for standard product photography and PNG for images that need transparency (products on transparent backgrounds for Google to render on its own interface). WebP is a strong choice if your site already serves images in WebP format — the smaller file size means faster crawl times and a slight advantage in Google's page speed evaluation.

Avoid BMP and TIFF. They are accepted but create unnecessarily large files that slow down crawling and offer no quality advantage over JPEG or PNG for web display.

File Size: 16MB Maximum

Google allows up to 16MB per image, which is generous. In practice, keep images under 5MB. Large files slow down Google's crawler, increase your hosting bandwidth costs, and do not improve display quality since Google compresses images for delivery regardless of the source file size.

A 1500x1500px JPEG at quality 85-90 is typically 500KB to 2MB — well within the limit and optimal for crawl performance.

Background Requirements

Google Shopping does not enforce a pure white background as strictly as Amazon, but its guidelines and algorithms strongly favor clean backgrounds.

Official Policy

Google's Merchant Center documentation states that product images should show the product clearly against a white, gray, or light-colored background. Promotional backgrounds, lifestyle settings, and complex scenes are discouraged for the main product image.

What the Algorithm Prefers

Google's Shopping quality algorithms favor:

  • White or transparent backgrounds — These display most cleanly across Google's various interfaces (Shopping tab, image search, Knowledge Panel, Google Lens results)
  • Single product per image — Unless the listing is for a multi-pack or bundle
  • No promotional overlays — No sale badges, "FREE SHIPPING" text, or brand watermarks
  • Consistent lighting — Even, professional lighting without harsh shadows or color casts

What Triggers Disapproval

Google will disapprove product images that contain:

  • Watermarks of any kind (including photographer watermarks)
  • Promotional text or overlay graphics ("SALE," "Best Seller," percentage-off badges)
  • Borders or framing around the image
  • Placeholder or generic images that do not represent the specific product
  • Multiple products when the listing is for a single item

Google Merchant Center uses specific feed attributes for product images.

image_link (Required)

The image_link attribute is your main product image. Every product in your feed must have exactly one image_link. This is the image that appears in Shopping ads, free listings, and search results.

Requirements for image_link:

  • Must be a publicly accessible URL
  • Must use HTTPS (HTTP URLs are not accepted)
  • Must not redirect more than once
  • Must return a valid image file (not an HTML page, not a 404)
  • Must match the product it represents (Google cross-references image content with product title and description)

additional_image_link (Optional)

You can submit up to 10 additional images using the additional_image_link attribute. These appear when buyers click through to an expanded product view.

Additional images have more flexibility:

  • Lifestyle and in-use images are allowed
  • Different angles, close-ups, and detail shots
  • Size charts and feature callout images
  • The product in packaging or with included accessories

Image URL Best Practices

| Practice | Why It Matters | |----------|---------------| | Use stable, permanent URLs | URL changes break the image link and trigger disapproval until re-crawled | | Use a CDN | Faster response times improve crawl efficiency and page speed signals | | Include the product identifier in the URL | Makes debugging easier (e.g., /images/products/SKU-12345.jpg) | | Avoid URL parameters that change | Dynamic timestamps or session IDs in image URLs cause unnecessary re-crawling | | Use HTTPS | Required — HTTP image URLs are rejected | | Ensure the URL is publicly accessible | Password-protected or firewalled images cannot be crawled |

Image Crawl Errors and Disapprovals

Google's crawler (Googlebot) periodically fetches your product images to verify they are still accessible and meet quality standards. When something goes wrong, you get a disapproval in Merchant Center.

Common Disapproval Reasons

Image cannot be crawled (HTTP error) The image URL returns a 404 (not found), 500 (server error), or timeout. Fix the URL in your feed and wait for re-crawling, or manually request a re-crawl in Merchant Center.

Image too small Below 100x100px (or 250x250px for apparel). Upload a higher-resolution image and update the feed URL.

Promotional overlay on image Text, badges, or watermarks on the main product image. Remove all overlays and re-submit a clean product image.

Generic or placeholder image A stock photo or placeholder that does not represent the specific product. Replace with an actual photograph or rendering of the product.

Image does not match product The image shows a different product than what the title and description describe. This can happen when feed data gets misaligned — verify that each product's image_link points to the correct image.

Image URL redirects too many times Google follows up to one redirect. If your image URL chains through multiple redirects (common with some CDN configurations), the crawl fails. Simplify your URL structure.

Monitoring Image Disapprovals

In Google Merchant Center, navigate to Products, then Diagnostics. The image-related issues appear under "Image issues" and typically include the specific reason and affected product count. Fix issues promptly — disapproved products are completely removed from Shopping results until the issue is resolved.

Free Listings vs Paid Shopping Ads

Google Shopping offers two tracks: free product listings and paid Shopping ads (formerly Product Listing Ads). Image quality impacts both, but in different ways.

Free Listings

Free listings appear on the Shopping tab, Google Search, and Google Images. Image quality is one of the primary ranking factors for free listings because Google has no bid data to use — it relies on product data quality, including images, to determine which products to show.

For free listings, high-quality images are not optional. They are one of the few levers you have to improve visibility without spending money. Upload the highest-resolution, cleanest product images you can produce.

Paid Shopping Ads

For paid Shopping campaigns, image quality affects your Quality Score, which in turn affects your cost-per-click (CPC) and ad position. A higher Quality Score means you pay less per click and get better ad placement. Google has confirmed that image quality is a component of the Shopping ads Quality Score.

In practical terms: if you and a competitor bid the same amount on the same keyword, but your product image is higher quality, you will pay less per click and appear in a more prominent position.

The Takeaway

Whether you are running free listings, paid ads, or both, investing in image quality is one of the highest-ROI activities in Google Shopping. The same image improvement benefits both channels simultaneously.

Google Lens and Visual Search Implications

Google Lens allows users to search by taking a photo of a product they see in the real world. When a user photographs a pair of shoes, a piece of furniture, or a kitchen gadget, Google matches it against product images in its Shopping index.

This means your product images are not just for browsing — they are for visual search matching. To maximize your visibility in Google Lens results:

  • Use clean, unobstructed product images. Google Lens matches visual features (shape, color, pattern). Images cluttered with text overlays or busy backgrounds are harder to match.
  • Include multiple angles. A user might photograph your product from any angle. Having images from multiple perspectives increases the chance of a match.
  • Ensure color accuracy. Google Lens matches based partly on color. If your product image's colors do not match the real product, Lens matches will be inaccurate. Use sRGB color space and calibrated monitors.
  • High resolution helps. Lens uses visual feature extraction, and higher-resolution images provide more features to match against.

Google Lens search is growing rapidly, especially among mobile shoppers. Optimizing your images for visual search is an investment in a channel that will only become more important.

Product Data Feed Optimization for Images

Your product data feed is the foundation of Google Shopping. Image-related feed optimization goes beyond just having a good image URL.

image_link Freshness

Google prefers image URLs that it can crawl consistently. If you change your image, update the image_link in your feed to trigger a re-crawl. Keeping the same URL but changing the image at that URL can cause delays — Google may serve the cached version for days.

High-Quality Images Improve Feed Score

Google Merchant Center assigns a feed quality score to your product data. Image quality is one of the factors. A feed with consistently high-resolution, clean product images scores higher than a feed with mixed-quality images. A higher feed score improves your overall Shopping performance.

Product Type-Specific Image Requirements

Certain product categories have additional image expectations:

| Product Category | Additional Image Guidance | |-----------------|--------------------------| | Apparel | Show the garment on a model or flat lay; include front and back views; minimum 250x250px | | Electronics | Show the product powered on (if applicable); include packaging or what-is-included images | | Food and beverages | Show the product and packaging; include nutrition label if relevant | | Furniture | Show in room context as an additional image; include dimensions reference | | Jewelry | High-resolution close-ups showing detail; multiple angles showing clasp, chain, setting | | Multi-packs | Main image should show the full pack; additional images can show individual units |

How AI Photography Optimizes for Google Shopping

AI product photography addresses several Google Shopping-specific challenges.

Consistent White Backgrounds

Google's algorithms favor white backgrounds for main product images. AI generation produces mathematically consistent white backgrounds that pass any quality evaluation — no post-processing, no background inconsistency across your catalog.

Batch Generation for Large Catalogs

If you have hundreds or thousands of SKUs in your product feed, generating professional product images for each one through traditional photography is expensive and time-consuming. AI tools like AIOE can process your entire catalog in hours, ensuring every product has a high-quality image in your feed. This eliminates the common problem of having some products with professional images and others with phone snapshots — inconsistency that drags down your overall feed quality score.

Multiple Angles for additional_image_link

Google allows up to 10 additional images per product. Most sellers under-utilize this because producing 10 images per product through traditional photography is cost-prohibitive at scale. AI can generate multiple angles, lifestyle contexts, and detail views from a single source image, making it practical to maximize your additional image slots.

Correct Dimensions From the Start

AI tools output images at the exact dimensions you specify. For Google Shopping, this means generating at 1500x1500px or 2000x2000px in sRGB color space, as JPEG or PNG — ready to upload without any post-processing or format conversion.

For more on AI product photography workflows, see our AI product photography guide. For a comparison with studio shoots, read our AI vs traditional product photography guide.

Google Shopping Image Checklist

Before submitting your product data feed, verify each product's images:

  • image_link is a publicly accessible HTTPS URL that returns a valid image
  • Image is at least 100x100px (250x250px for apparel); practically 1500x1500px+
  • File format is JPEG, PNG, or WebP
  • File size is under 16MB (practically under 5MB)
  • Background is white, transparent, or light neutral
  • No watermarks, promotional text, or overlay graphics
  • Product is the dominant element in the frame
  • Color space is sRGB
  • Image accurately represents the specific product in the listing
  • URL does not require authentication or chain through multiple redirects
  • additional_image_link attributes are used for extra angles, details, and lifestyle shots
  • Images are consistent in quality and style across your product catalog

Frequently Asked Questions

What is the minimum image size for Google Shopping?

The absolute minimum is 100x100px for most products and 250x250px for apparel. However, these minimums are impractically low for competitive listings. Google's quality algorithms penalize low-resolution images through lower ad placement and reduced free listing visibility. Target at least 1500x1500px for competitive performance.

What happens when Google disapproves a product image?

The product is removed from all Google Shopping surfaces — paid ads, free listings, Shopping tab, and Google Images product results. The disapproval appears in your Merchant Center Diagnostics dashboard with a reason code. You must fix the issue (update the image, fix the URL, remove prohibited content) and either wait for re-crawling or request a manual review. Products remain invisible until the issue is resolved.

Does Google Shopping require a white background?

Not strictly required, but strongly preferred. Google's documentation recommends white, gray, or light-colored backgrounds for the main product image. The algorithm favors clean backgrounds because they display most consistently across Google's various product surfaces. Lifestyle and styled backgrounds are appropriate for additional_image_link images, not the main image_link.

Can I use the same images for Google Shopping and Amazon?

Yes, and this is a common approach. Both platforms favor clean white background images at high resolution. A 2000x2000px JPEG on a white background will work well on both platforms. The main difference is that Amazon requires exact RGB 255,255,255 white, while Google is more lenient. If you optimize for Amazon's stricter standard, your images will automatically meet Google's requirements as well.

How does image quality affect Google Shopping ad cost?

Image quality contributes to your Quality Score in Shopping ad campaigns. A higher Quality Score reduces your cost-per-click (CPC) and improves your ad position. Google has confirmed that the quality of product images, product titles, and feed data all factor into Shopping Quality Score. Improving your image quality can directly reduce your advertising costs while maintaining or improving visibility.

What is the difference between image_link and additional_image_link?

image_link is the required main product image — every product must have exactly one. This is the image that appears in Shopping ads and search results. additional_image_link is optional and allows up to 10 additional images per product, showing alternate angles, lifestyle contexts, details, and size references. These additional images appear when a buyer clicks through to an expanded product view.

Does Google Lens use my Shopping images for visual search?

Yes. Google Lens matches user photos against the product images in Google's Shopping index, which includes your Merchant Center product images. Higher-resolution, clean product images with accurate colors and multiple angles improve your chances of being matched when a user photographs a similar product. This is an increasingly important discovery channel for product searches.

How often does Google re-crawl my product images?

Google re-crawls product images periodically, but the frequency depends on how often your feed updates and how frequently your image URLs change. If you update an image, changing the URL (even slightly) signals to Google that the image has changed and triggers a re-crawl. You can also request expedited re-crawling through Merchant Center for critical updates.

Ready to try AI product photography?

10 free credits — no credit card required

Try AIOE Free