product_seo_audit
Audit a fashion product page for SEO best practices: checks meta title length, meta description, structured data, image alt text, URL structure, H1, and fashion keywords. Returns a score and recommendations.
Instructions
Audit a fashion product page for SEO best practices. Checks meta title length, meta description, product structured data (JSON-LD), image alt text, URL structure, H1 presence, fashion-specific keywords (size, fit, material), and seasonal context. Returns a score (0-100), per-check results, and actionable recommendations.
Use this whenever a fashion brand wants to optimize a product listing for organic search. Works for any e-commerce platform (Shopify, Magento, custom).
Cost control: use verbose (0=quick check ~50 words, 1=standard ~200 words, 2=detailed ~500 words) and max_words to control output size and token cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Full product URL | |
| tags | No | Product tags | |
| brand | No | Brand name | |
| price | No | Product price | |
| title | Yes | Product title (required) | |
| images | No | Product images with optional alt text | |
| season | No | Season context (e.g. Spring 2025, Fall/Winter 2025) | |
| verbose | No | Output detail level: 0=minimal (score + top issues, ~50 words), 1=standard (~200 words), 2=detailed (~500 words). Default: 1. | |
| category | No | Product category (e.g. Dresses, Sneakers, Bags) | |
| max_words | No | Maximum words in response. Controls token cost. Default: 200. Overrides verbose budget if set. | |
| collection | No | Collection name (e.g. Summer 2025, FW25) | |
| description | No | Meta description or product description | |
| availability | No | Whether the product is in stock |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| score | Yes | ||
| checks | Yes | ||
| images | Yes | ||
| productTitle | Yes | ||
| structuredData | No | ||
| recommendations | Yes |