How to Fix Missing Meta Descriptions on Shopify & WooCommerce

errorThe Problem

Your page is missing a meta description — the 155-character summary that appears under your title in Google search results. Without one, Google auto-generates a snippet from your page content, which is often a random sentence, navigation text, or cookie notice that makes a terrible first impression.

trending_upWhy It Matters for SEO

Pages with well-written meta descriptions get significantly higher click-through rates from search results. While Google says meta descriptions aren't a direct ranking factor, higher CTR is — and a compelling description is the easiest way to get more clicks without changing your ranking position. It's free advertising copy that shows up billions of times a day.

buildHow to Fix It

  1. 1

    For individual products: go to Shopify Admin → Products → click the product.

  2. 2

    Scroll to the bottom and click 'Edit website SEO' under 'Search engine listing preview'.

  3. 3

    Fill in the 'Description' field with a compelling 120-160 character summary.

  4. 4

    For collections: Products → Collections → click collection → Edit website SEO.

  5. 5

    For the homepage: Online Store → Preferences → Home page meta description.

  6. 6

    For theme-level default (ensures all pages have a fallback), edit theme.liquid and add the code below in the <head> section.

folderlayout/theme.liquid
{%- if page_description -%}
  <meta name="description" content="{{ page_description | escape }}">
{%- 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