Product Schema
Validates Product schema for e-commerce
Validates Product schema for e-commerce
| Rule ID | schema/product |
| Category | Structured Data |
| Scope | Per-page |
| Severity | warning |
| Weight | 6/10 |
Solution
Product schema enables rich results in search. Required: name, image. For offers, include price, priceCurrency, availability. Add reviews with AggregateRating for star ratings. Include brand, sku, gtin for product identification. Ensure price and availability are accurate and updated.
Enable / Disable
Disable this rule
[rules]
disable = ["schema/product"]
Disable all Structured Data rules
[rules]
disable = ["schema/*"]
Enable only this rule
[rules]
enable = ["schema/product"]
disable = ["*"]