product-categorization

Build hierarchical product taxonomies with collections, breadcrumbs, and SEO-optimized category pages.

3|1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/tomtoto757/ecomm-ai-team --skill product-categorization-tomtoto757
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: product-categorization
Source: https://github.com/tomtoto757/ecomm-ai-team/tree/main/skills/catalog-inventory/finsilabs/catalog-inventory/product-categorization
Command: npx skills add https://github.com/tomtoto757/ecomm-ai-team --skill product-categorization-tomtoto757

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Unstructured product catalogs make items hard to find and hurt SEO. This Skill guides you through building a clean category hierarchy with breadcrumbs and optimized category pages using your platform's native tools, instead of reinventing a custom taxonomy. ## Core Features & Use Cases - Platform-Specific Setup: Step-by-step categorization workflows for Shopify (collections and tags), WooCommerce (hierarchical categories), BigCommerce (nested categories), and custom headless stacks (materialized path model with TypeScript code). - SEO Optimization: Configure unique category descriptions, meta titles, canonical URLs, and breadcrumb navigation for every category page. - Bulk & AI-Assisted Categorization: Bulk-assign products via admin tools, CSV imports, or AI-suggested categories with human review. - Use Case: Migrating a flat list of 4,000 supplier products into a structured Clothing > Womens > Dresses taxonomy with correct breadcrumbs and SEO fields on Shopify or WooCommerce. ## Quick Start Ask the AI to design a three-level product category hierarchy with breadcrumbs and SEO meta tags for your store on your specific platform.

Frequently Asked Questions about product-categorization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a product category hierarchy in Shopify?▼

Shopify uses Collections as its categorization mechanism. Create automated rule-based collections for your main taxonomy, then build the visual hierarchy by nesting menu items under Online Store > Navigation, since collections themselves are technically flat.

How to set up breadcrumb navigation in WooCommerce?▼

Install the free Yoast SEO plugin, which adds breadcrumb navigation automatically, or enable breadcrumbs under WooCommerce > Settings > Advanced. Set a primary category per product in Yoast so breadcrumbs show the correct path.

What is the best way to store hierarchical categories in a database?▼

Use a materialized path model storing ancestor slugs in a path field and ancestor IDs in a pathIds array. This lets you fetch full breadcrumbs in a single query instead of recursive CTEs, and update subtrees transactionally when categories move.

How many levels deep should a product category tree be?▼

Two to three levels is optimal for most stores, with four levels as the maximum. Deeper hierarchies confuse shoppers and dilute SEO; small catalogs under 200 products can use a flat structure with tags instead.

Why do category pages fail to rank in search results?▼

Category pages without unique descriptions are thin content that rarely ranks. Add 100-200 words of original text, a category image, an SEO title, a meta description, and a canonical URL pointing to the clean unfiltered category URL.

Can AI automatically categorize products in bulk?▼

Yes. Export product titles and descriptions, use an LLM to suggest one to three category IDs per product, then import results via Matrixify or WP All Import. Always queue low-confidence suggestions for human review before publishing.