From kostja94-marketing-skills-5
Guides e-commerce category and listing page creation, optimization, and auditing with structure, SEO, faceted navigation, and URL best practices.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin kostja94-marketing-skills-5This skill uses the workspace's default tool permissions.
Guides e-commerce category page structure, content, and SEO optimization. Category pages organize products by attributes and drive 3x more organic revenue than product pages by ranking for broad, high-volume keywords.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Guides e-commerce category page structure, content, and SEO optimization. Category pages organize products by attributes and drive 3x more organic revenue than product pages by ranking for broad, high-volume keywords.
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.
Check for project context first: If .claude/project-context.md or .cursor/project-context.md exists, read it for product catalog and site structure.
Identify:
| Principle | Practice |
|---|---|
| Logical grouping | General -> specific (e.g., Furniture -> Bedroom furniture -> Beds) |
| User search intent | Match how users search (e.g., "bedroom furniture" vs "furniture") |
| Crawl depth | <=4 clicks from homepage; shorter paths improve indexing |
| Long-tail categories | Niche categories convert better (36% vs 11.5% for broad) |
example.com/shoes/sneakers, example.com/shoes/outdoor-shoes/category/ prefixFilters create many URL combinations (size + color + price). Manage to avoid duplicate content and crawl waste:
| Strategy | Use |
|---|---|
| Canonical | Point all faceted URLs to base category URL |
| robots.txt | Block faceted URLs from indexing if needed |
| nofollow | Add to internal links to faceted URLs |
| JavaScript | Keep filters client-side; single URL for category |
| Element | Practice |
|---|---|
| H1 | One per page; primary keyword; clear purpose |
| Title tag | 50-60 chars; keyword; compelling for CTR |
| Meta description | 150-160 chars; value props (free shipping, returns) |
| Schema | ItemList, Product; AggregateRating if reviews; FAQ if applicable |