How to Fix Thin Content on Shopify & WooCommerce Product Pages

errorThe Problem

Your page has very little text content (typically under 300 words). Google's Helpful Content system evaluates whether pages provide enough value to users. Thin pages with minimal descriptions are less likely to rank well.

trending_upWhy It Matters for SEO

Google's Helpful Content Update specifically targets sites with many thin or unhelpful pages. For ecommerce, this means product pages with just a title and price — no description, no specs, no buying guidance — will struggle to rank. Category pages with only product grids and no introductory text face the same problem.

buildHow to Fix It

  1. 1

    For product pages: Go to Products → select a product → write a detailed description (aim for 300+ words).

  2. 2

    Include: what the product is, who it's for, key features, materials/specs, sizing info, and care instructions.

  3. 3

    For collection pages: Go to Online Store → Navigation or edit the collection directly. Add a description above or below the product grid.

  4. 4

    Use Shopify's rich text editor to format with headings (H2, H3), bullet points, and bold text.

  5. 5

    If your theme doesn't show collection descriptions, edit the collection template to include {{ collection.description }}.

folderProduct editor or sections/collection-template.liquid
<!-- In sections/collection-template.liquid, add above the product grid: -->
{% if collection.description != blank %}
  <div class="collection-description">
    {{ collection.description }}
  </div>
{% endif %}
menu_bookRead Google's official documentationopen_in_new

Related Fix Guides

Want to check if YOUR store has this issue?

Scan your site for free — get copy-paste fixes in 60 seconds.

searchScan Now — It's Free