Back to Error Guides
    Error
    Field: color

    Missing Color Attribute in Google Shopping Feed

    Your product is missing the required color attribute. For apparel, accessories, and other applicable categories, color must be provided to help shoppers find the right product.

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

    What This Error Means

    The color attribute is required for products in apparel, shoes, bags, and other categories where color is a significant purchasing factor. Missing color data can result in product disapproval.

    When color is required:

    • Apparel & clothing (all types)
    • Shoes & footwear
    • Bags, backpacks, purses
    • Jewelry & watches
    • Furniture (often recommended)
    • Any product where variants differ by color

    Color also helps with:

    • Product variant grouping (item_group_id)
    • Shopping filter accuracy
    • Image matching validation

    For more details on attribute requirements, see our product feed checklist.

    How to Fix It

    1. Add color attribute — Include the primary color of your product using standard color names.
    2. Use standard color names — Use commonly understood colors like "Red", "Blue", "Black" rather than brand-specific names like "Midnight Pearl" or "Ocean Breeze".
    3. Handle multi-color products — For products with multiple colors, list up to 3 separated by "/".
    4. Map pattern colors — For patterns, describe the dominant colors (e.g., "Blue/White" for stripes).

    Examples

    Incorrect
    <!-- Missing color: -->
    <item>
      <g:id>SHIRT-001</g:id>
      <g:title>Men's Cotton T-Shirt</g:title>
      <!-- No color attribute -->
    </item>
    
    <!-- Brand-specific color name: -->
    <g:color>Midnight Serenade</g:color>
    
    <!-- Too many colors: -->
    <g:color>Red/Blue/Green/Yellow/Orange</g:color>
    
    <!-- Empty value: -->
    <g:color></g:color>
    Correct
    <!-- Single color: -->
    <g:color>Blue</g:color>
    
    <!-- Multi-color (up to 3): -->
    <g:color>Navy Blue/White</g:color>
    
    <!-- Metallic color: -->
    <g:color>Silver</g:color>
    
    <!-- Pattern colors: -->
    <g:color>Red/Black</g:color>
    
    <!-- Complete product with color: -->
    <item>
      <g:id>SHIRT-001-BLU</g:id>
      <g:title>Men's Cotton T-Shirt - Blue</g:title>
      <g:color>Blue</g:color>
      <g:item_group_id>SHIRT-001</g:item_group_id>
    </item>

    Additional Tips

    • Use maximum 3 colors separated by "/" for multi-color items
    • Match color to what's visible in the product image
    • Use consistent color naming across all variants
    • Include color in the product title for better visibility
    • Map creative color names to standard colors in your feed
    • Consider regional color preferences (UK: "Grey" vs US: "Gray")

    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