How to fix seo category empty on Shopify

Either populate the empty category with relevant products, or apply a noindex tag and remove it from navigation so Google does not waste crawl budget on a page with no content.

Steps for Shopify

  1. To ADD products: Admin → Products → Collections → click the empty collection → scroll to 'Products' section → add products manually, or update the conditions for a smart collection.
  2. To NOINDEX: Admin → Online Store → Themes → Actions → Edit code → open 'templates/collection.liquid' (or 'sections/collection-template.liquid') → inside the <head> block (or via {% block head %}) add: <meta name="robots" content="noindex, follow"> wrapped in a Liquid condition checking if the collection is empty: {% if collection.products_count == 0 %} … {% endif %}.
  3. Alternatively, install a free SEO app such as 'SEO Manager' or 'Yoast SEO for Shopify' which provide a per-page noindex toggle without touching code.
  4. To HIDE from nav: Admin → Online Store → Navigation → click the menu containing the collection → delete or drag-and-drop to remove the menu item → Save.
  5. To DELETE and REDIRECT: Admin → Products → Collections → open the collection → Delete collection. Then go to Admin → Online Store → Navigation → URL Redirects → Add redirect: set the old /collections/slug to your chosen destination.
Official Shopify documentation ↗
<meta name="robots" content="noindex, follow">

What is seo category empty?

A category (also called a collection) page on your store currently lists zero products. This means the page exists and is publicly accessible — Google can find and visit it — but there is nothing on it for shoppers or search engines to engage with. It's essentially a dead end: a page with a heading, maybe a description, and a blank product grid.

Google classifies pages with little or no meaningful content as "thin content," which can drag down the overall quality signal of your entire site — not just that single page. Empty category pages waste your crawl budget (the limited number of pages Google will visit on your site), meaning important, revenue-generating pages may be crawled less often. They also make your store look unfinished to shoppers who land on them, killing conversions. If enough thin pages accumulate, Google may reduce your store's rankings across the board. Fixing or hiding empty categories protects your organic traffic and keeps shoppers from bouncing.

See the complete Seo category empty guide for every platform and the full background.

Not sure if your Shopify store has this?

Run a free SEOLZ audit — we’ll find seo category empty and every other issue across your whole site.

Scan my site free

Fix seo category empty on another platform