Seo category empty

Quick win

Found on 30% of audited stores.

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.

What it is

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.

Why it matters

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.

How to fix it

  1. Audit why the category is empty: was it created for future products, a seasonal range that ended, a migration leftover, or a mistake?
  2. If you plan to add products soon (within 1–2 weeks), add the products now before the page is recrawled. Write a genuine category description of at least 100–150 words while you're there.
  3. If the category is permanent but currently empty (e.g. 'Coming Soon' range), add a robots noindex meta tag to the page so Google ignores it until products are live.
  4. Remove the empty category from your site's main navigation and any internal links pointing to it so shoppers and crawlers do not land on a dead end.
  5. If the category is obsolete and will never be populated, delete it entirely; set up a 301 redirect from the old URL to the nearest relevant parent category or your homepage.
  6. After adding products or deleting the page, request re-indexing via Google Search Console (URL Inspection → Request Indexing) to speed up the update.
<meta name="robots" content="noindex, follow">

Fix it on your platform

Pick your platform for the exact steps.

How to fix seo category empty on 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.
How to fix seo category empty on WooCommerce
  1. To ADD products: WordPress Admin → Products → All Products → edit each relevant product → scroll to 'Product categories' in the right sidebar → check the empty category → Update.
  2. To NOINDEX with Yoast SEO: Products → Categories → hover the empty category → click 'Edit' → scroll to the Yoast SEO meta box → Advanced tab → set 'Allow search engines to show this category in search results?' to 'No' → Save.
  3. To NOINDEX with Rank Math: Products → Categories → edit the category → Rank Math SEO panel → Advanced → Robot Meta → check 'No Index' → Save.
  4. To HIDE from nav: Appearance → Menus → find the category item → click the arrow to expand it → Remove → Save Menu. Also consider unchecking it in WooCommerce → Settings → Products → Display if it appears in widget-based category lists.
  5. To DELETE and REDIRECT: Products → Categories → hover → Delete. Then use the 'Redirection' plugin: Tools → Redirection → Add new redirect from the old URL to the parent category.
How to fix seo category empty on BigCommerce
  1. To ADD products: Admin → Products → View → edit each product → scroll to 'Categories' → check the previously empty category → Save.
  2. To NOINDEX: Admin → Products → Product Categories → click the empty category → scroll to 'Search Engine Optimization' section → set 'Indexing' to 'No Index' (or paste <meta name="robots" content="noindex"> into the custom header field if available on your plan) → Save.
  3. To HIDE from nav: Admin → Storefront → Navigation → find the category → uncheck 'Visible' or remove it from the navigation tree → Save. Alternatively, edit the category and set 'Visible' to off.
  4. To DELETE and REDIRECT: Admin → Products → Product Categories → check the category → Delete. Then Admin → Server Settings → 301 Redirects → Add redirect from old URL to parent category URL.
How to fix seo category empty on Wix
  1. To ADD products: Wix Editor or Dashboard → Store Products → Collections → click the empty collection → Add Products → select products → Save.
  2. To NOINDEX: Wix Dashboard → SEO Tools → SEO Settings → click 'Manage SEO' for Store Category Pages, OR go to the specific collection page in the Editor → click the page → SEO (Google) panel → Advanced SEO → add <meta name="robots" content="noindex"> in the 'Additional tags' field → Publish.
  3. To HIDE from nav: In the Editor, right-click the menu item in your navigation bar → Delete, or go to Pages & Menu → hover the collection page → Settings → uncheck 'Show in Menu' → Done → Publish.
  4. To DELETE: Wix Dashboard → Store Products → Collections → select the collection → Delete. Wix automatically handles the URL; add a manual 301 via SEO Tools → URL Redirect Manager if needed.
How to fix seo category empty on Squarespace
  1. To ADD products: Pages panel → click your Store page → click the empty category folder → Add products or drag existing products into that category.
  2. To NOINDEX: Pages panel → hover the store category page → gear icon (Settings) → SEO tab → paste <meta name='robots' content='noindex'> into 'Page Header Code Injection' → Save. (Requires a Business plan or higher for code injection.)
  3. To HIDE from nav: Pages panel → drag the category page from the main navigation into the 'Not Linked' section so it no longer appears in menus but still exists, or delete it outright.
  4. To DELETE and REDIRECT: Pages panel → hover the page → Settings → delete. Then go to Settings → Advanced → URL Redirects → add a 301 from the old path to the parent store or relevant category.
How to fix seo category empty on Webflow
  1. To ADD products: Webflow Designer → CMS → your product Collection → add items and assign them the empty category, OR open the Category collection item and verify that product items reference it via the multi-reference or category field.
  2. To NOINDEX: CMS → Categories Collection → open the empty category item → scroll to 'SEO Settings' field (if added to your Collection schema) → set noindex, OR in Designer open the Category template page → Page Settings (gear icon) → SEO → enable 'Exclude from search index' → Publish. For conditional noindex based on product count, a custom Attribute <meta name='robots' content='noindex'> can be added in the page's custom <head> code using a conditional visibility workaround.
  3. To HIDE from nav: In the Designer, find your navigation component → locate the dynamic list or static link rendering the empty category → add a conditional visibility rule so items with zero products are hidden, then Publish.
  4. To DELETE and REDIRECT: CMS → Categories → delete the item. Then go to Project Settings → Hosting → 301 Redirects → add old category slug → target URL → Save and Publish.
How to fix seo category empty on Adobe Commerce (Magento)
  1. To ADD products: Admin → Catalog → Categories → select the empty category → Products in Category tab → search and add products → Save.
  2. To NOINDEX: Admin → Catalog → Categories → select the empty category → Search Engine Optimization section → set 'robots' meta tag to 'NOINDEX, FOLLOW' (if a custom attribute exists), OR use a third-party SEO extension such as Mageplaza SEO or Amasty SEO Toolkit to set noindex per category without custom development.
  3. To HIDE from nav: Admin → Catalog → Categories → select the category → set 'Include in Navigation Menu' to 'No' → Save.
  4. To DELETE and REDIRECT: Admin → Catalog → Categories → select → Delete. Then Admin → Marketing → SEO & Search → URL Rewrites → Add URL Rewrite → set old Request Path to the parent category or homepage Target Path with redirect type '301'.

Does your site have this issue?

Run a free SEOLZ audit to find seo category empty — and every other issue — across your whole site in minutes.

Scan my site free

Frequently asked questions

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.

Why does seo category empty matter?

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.

How do I fix seo category empty?

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.

Authoritative references

Related SEO issues