Back to Error Guides
    Error
    Field: title

    Missing Product Title in Google Shopping Feed

    Your product feed is missing the required 'title' field. The title is what shoppers see in your ads and is critical for product visibility.

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

    What This Error Means

    The title field is one of the most important attributes in your Google Shopping feed. It's the first thing potential customers see and heavily influences whether they click on your ad.

    Without a title, Google cannot display your product in Shopping ads or free listings. Products with missing titles are automatically rejected by Merchant Center.

    Beyond just being required, the title also affects how your product ranks in search results. A well-optimized title can significantly improve your click-through rate and conversions. See our title optimization guide for best practices on structuring titles for maximum performance.

    How to Fix It

    1. Include key product attributes — Brand, product type, color, size, and other distinguishing features should be in your title.
    2. Put important words first — The first 70 characters are most visible, so front-load with critical information.
    3. Avoid promotional text — Don't include prices, sale information, or shipping details in the title. Use other fields for that.
    4. Keep it under 150 characters — While Google allows longer titles, anything over 150 characters may be truncated.
    5. Use transformation rules for bulk fixes — If your source data is missing titles, use transformation rules to generate them from other attributes like brand and category.

    Examples

    Incorrect
    <item>
      <g:id>SKU-12345</g:id>
      <g:price>79.99 USD</g:price>
      <!-- Missing title field! -->
    </item>
    Correct
    <item>
      <g:id>SKU-12345</g:id>
      <title>Nike Air Max 270 - Men's Running Shoes - Black/White - Size 10</title>
      <g:price>79.99 USD</g:price>
    </item>

    Additional Tips

    • Follow a consistent title structure across your product catalog
    • Don't use ALL CAPS or excessive punctuation
    • Avoid keyword stuffing — write for humans, not just search algorithms
    • For variants, include the specific variant details (color, size) in each title
    • Match the title to what's on your product landing page

    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