Pages: Products
Guides product listing and category page content for e-commerce. For individual product detail pages, structure varies by platform.
When invoking: On first use, if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.
Initial Assessment
Check for project context first: If .claude/project-context.md or .cursor/project-context.md exists, read it for product catalog and positioning.
Identify:
- Page type: Category, collection, or product grid
- Products: Count, filters, sorting
- Audience: Browsers, researchers, buyers
Best Practices
Category/Listing Page
| Element |
Purpose |
| Category title |
Clear H1; target keyword |
| Description |
SEO copy; benefits of category |
| Filters |
Price, size, brand, etc. |
| Product cards |
Image, name, price, CTA |
| Pagination |
Crawlable; rel prev/next |
Product Card
- Image: Alt text; multiple angles
- Name: Descriptive; keyword
- Price: Clear; sale/compare-at
- CTA: Add to cart, view details
SEO
- Category pages: Unique titles, descriptions
- Schema: ItemList, Product
- Internal links: Cross-category; breadcrumbs
Output Format
- Structure for listing page
- Product card elements
- Filter/sort approach
- SEO metadata and schema
Related Skills
- card: Card layout structure; product card anatomy, grid design
- grid: Product grid layout; responsive columns
- landing-page-generator: Product-focused landing pages send to products; product launch LP destination
- pricing-page-generator: Product cards link to pricing
- url-slug-generator: URL slug for product pages; 3-5 words, primary keyword
- url-structure: Product URL hierarchy (e.g. /products/category/product)
- features-page-generator: For SaaS feature pages
- schema-markup: Product, ItemList schema
- internal-links: Category linking
- breadcrumb-generator: Breadcrumb trail for product hierarchy
1---2name: products-page-generator3description: When the user wants to create, optimize, or audit a product listing or category page. Also use when the user mentions "product page," "product listing," "shop," "e-commerce products," "product catalog," "product grid," "product cards," or "product overview." For category SEO, use category-page-generator.4---5
6# Pages: Products
7
8Guides product listing and category page content for e-commerce. For individual product detail pages, structure varies by platform.
9
10**When invoking**: On **first use**, if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On **subsequent use** or when the user asks to skip, go directly to the main output.
11
12## Initial Assessment
13
14**Check for project context first:** If `.claude/project-context.md` or `.cursor/project-context.md` exists, read it for product catalog and positioning.
15
16Identify:
171. **Page type**: Category, collection, or product grid
182. **Products**: Count, filters, sorting
193. **Audience**: Browsers, researchers, buyers
20
21## Best Practices
22
23### Category/Listing Page
24
25| Element | Purpose |
26|---------|---------|
27| **Category title** | Clear H1; target keyword |
28| **Description** | SEO copy; benefits of category |
29| **Filters** | Price, size, brand, etc. |
30| **Product cards** | Image, name, price, CTA |
31| **Pagination** | Crawlable; rel prev/next |
32
33### Product Card
34
35- **Image**: Alt text; multiple angles
36- **Name**: Descriptive; keyword
37- **Price**: Clear; sale/compare-at
38- **CTA**: Add to cart, view details
39
40### SEO
41
42- **Category pages**: Unique titles, descriptions
43- **Schema**: ItemList, Product
44- **Internal links**: Cross-category; breadcrumbs
45
46## Output Format
47
48- **Structure** for listing page
49- **Product card** elements
50- **Filter/sort** approach
51- **SEO** metadata and schema
52
53## Related Skills
54
55- **card**: Card layout structure; product card anatomy, grid design
56- **grid**: Product grid layout; responsive columns
57- **landing-page-generator**: Product-focused landing pages send to products; product launch LP destination
58- **pricing-page-generator**: Product cards link to pricing
59- **url-slug-generator**: URL slug for product pages; 3-5 words, primary keyword
60- **url-structure**: Product URL hierarchy (e.g. /products/category/product)
61- **features-page-generator**: For SaaS feature pages
62- **schema-markup**: Product, ItemList schema
63- **internal-links**: Category linking
64- **breadcrumb-generator**: Breadcrumb trail for product hierarchy