Back to Error Guides
    Error
    Field: image_link

    Missing Product Image in Google Shopping Feed

    Your product feed is missing the required 'image_link' field. Product images are essential for Shopping ads and significantly impact click-through rates.

    Use our free Feed Validator to check for this and other errors automatically.

    What This Error Means

    The image_link field provides the URL to your product's main image. This is arguably the most important visual element in Shopping ads — it's what catches the shopper's eye.

    Without an image, your product cannot appear in Shopping ads or free listings. Google requires every product to have at least one image.

    Image quality directly impacts your click-through rate. Products with high-quality, clear images consistently outperform those with poor visuals.

    How to Fix It

    1. Use high-resolution images — At least 800x800 pixels for apparel, 100x100 minimum for other products. Higher resolution is always better.
    2. Show the actual product — The main image should clearly show the product you're selling. No illustrations or placeholder images.
    3. Use HTTPS URLs — Image URLs must be publicly accessible and should use HTTPS for security.
    4. Supported formats — Use JPEG, PNG, GIF (non-animated), WebP, or BMP. JPEG is most common and recommended.

    Examples

    Incorrect
    <item>
      <g:id>SKU-12345</g:id>
      <title>Blue Running Shoes</title>
      <link>https://example.com/products/shoes</link>
      <g:price>79.99 USD</g:price>
      <!-- Missing image_link field! -->
    </item>
    Correct
    <item>
      <g:id>SKU-12345</g:id>
      <title>Blue Running Shoes</title>
      <link>https://example.com/products/shoes</link>
      <g:image_link>https://example.com/images/blue-running-shoes-main.jpg</g:image_link>
      <g:price>79.99 USD</g:price>
    </item>

    Additional Tips

    • If your main images are missing but you have secondary images, use a transformation rule to map additional_image_link to the primary field.
    • Use a white or neutral background for the best appearance in Shopping ads
    • Avoid text overlays, watermarks, or promotional badges on images
    • For apparel, show the product on a model or flat lay — not on a hanger
    • Add additional images using additional_image_link for better engagement
    • Ensure images match the specific variant (color, size) being sold
    • Compress images for faster loading without sacrificing quality

    Related Issues

    Validate Your Feed Now

    Use our free Google Shopping Feed Validator to check for this and other common errors before uploading to Merchant Center.

    Open Feed Validator