Skip to content

Orphaned Product Manager

What is an Orphaned Product?

Shopify orphaned products are active items not assigned to any collection or linked in your store's navigation, rendering them invisible to customers and search engines. They often appear in SEO audits (e.g., Ahrefs/SEMrush) as "orphaned pages," lowering crawlability. Key fixes include assigning products to collections, creating a dedicated "All Products" collection, or using specialised apps like Orphaned Products Manager. 

Common Causes & Issues

  • Unassigned Collections: Products created without being added to a specific collection.
  • Navigation Gaps: The product is active but not linked anywhere in the website menu or collection pages.
  • Theme Structure: Some themes, such as Dawn or Prestige, may not automatically link all products, causing them to show as orphans.
  • SEO Impact: Search engines like Google may fail to discover these pages, leading to lower rankings. 

 

How to Find and Fix Orphaned Products

  • Manual Check: Go to Products in the Shopify Admin. Filter by "Collection" > "is empty" to identify unassigned products.
  • Create an "All Products" Page: Create a automated collection that includes all products and add it to your store navigation.
  • Assign Collections: Manually add the orphaned products to existing collections.
  • Add Internal Links: Create a "Related Products" section on product pages or add links within content, such as blog posts or landing pages.
  • Use Shopify Apps: Use the Orphaned Products Manager to automatically identify and organize these products.
  • Fix Theme Code: In product-item.liquid, ensure that products are being linked with {{ product.url }} or similar, rather than requiring a collection structure to be linked. 

Best Practices

  • Avoid Archiving: Deleting or archiving products removes them from search engines. Instead, use the methods above to link them properly.
  • Check Canonical Tags: Ensure product pages have proper canonical tags pointing to the desired URL, as orphaned products often result from incorrect canonicalization (e.g., .../products/... vs .../collections/.../products/...).
  • Check Navigation: Regularly review your site's navigation menu to ensure that all collections are included
Go to top