Missing Description
Your product feed has no description for this product, or the description is identical to the title. Google uses the description to understand what your product is, surface it for relevant long-tail queries, and populate the product listing in free listings and dynamic remarketing. A missing description doesn't just hurt compliance — it cuts you out of a large portion of relevant searches that go beyond your exact product name.
Missing value [description]Impact: Missing description reduces product quality scores and limits Shopping ad placement eligibility. While not always a disapproval, products without descriptions receive lower quality scores and fewer impressions — particularly in dynamic remarketing and free listings where description content drives matching.
Root Causes
- 1Your Shopify products have an empty 'Description' field — either because products were imported from a supplier sheet with no descriptions, or the description was never written.
- 2Your feed is mapping the wrong field to description — pulling a custom metafield or a short blurb instead of the full product description.
- 3The description is identical to the title (e.g., both say 'Nike Air Max 270'). Google flags this as a missing description because a duplicated title adds zero informational value.
- 4HTML tags in your description are stripping all visible text — the description field contains only `<p></p>` tags with empty content, rendering as blank.
- 5A bulk import from a third-party system overwrote your descriptions with blank values.
Fix by Platform
- 1Go to Shopify Admin → Products → select the affected product. Scroll down to the 'Description' section (the rich-text editor).
- 2Write a description of at least 150–300 characters. Best-practice structure: 1–2 sentences on what the product is, 1–2 sentences on key features/benefits, 1 sentence on who it's for. Avoid copying the product title verbatim.
- 3Strip HTML when submitting to feeds: Shopify's Google & YouTube Channel sends the description as plain text. If you use a third-party feed app, check whether it strips HTML tags or sends raw HTML — Google doesn't want HTML markup in the description field.
- 4For bulk descriptions: export Products CSV → fill the 'Body (HTML)' column with descriptions → re-import. Keep it plain text in the CSV even if Shopify stores it as HTML.
- 5Google's description field accepts up to 5,000 characters. Don't go below 150 (too thin) or above 5,000 (gets cut off).
{{ product.description | strip_html | truncate: 5000 }}When This Doesn't Apply
Check your store now
Free compliance scan — 47 rules checked in minutes.
Frequently Asked Questions
How long should a Google Shopping product description be?+
Google accepts up to 5,000 characters but only displays the first 200–300 characters in most placements. Aim for 150–500 characters of useful, factual description. Write the most important information first (product type, key feature, primary benefit). Avoid promotional language like 'best price' or 'buy now' — Google's structured data guidelines discourage it.
Can I use the same description for similar products?+
Technically yes, but it's not recommended. Google doesn't penalize identical descriptions across products like it penalizes duplicate page content for SEO. However, unique descriptions improve product quality scores and help each product match different query variations. For large catalogs, at minimum have unique descriptions per product type, and vary them for different variants.
My feed has descriptions but Google still flags 'missing description'. Why?+
The most common reasons: (1) your description is identical to your title — Google considers this effectively missing; (2) your description is very short (under 30 characters) — Google may treat this as functionally empty; (3) your feed is sending raw HTML tags and Google is counting '<p></p>' as blank content. Strip HTML from all description values before submitting.
Does a better description improve my Shopping ad rank?+
Yes, indirectly. Google's quality score for Shopping products is partially based on attribute completeness and accuracy. Products with rich, accurate descriptions match more query variations and receive better placement signals over time. Description also drives matching for dynamic remarketing audiences.