Review Schema
Validates Review and AggregateRating schema
Validates Review and AggregateRating schema
| Rule ID | schema/review |
| Category | Structured Data |
| Scope | Per-page |
| Severity | warning |
| Weight | 5/10 |
Solution
Review schema enables star ratings in search results. AggregateRating needs ratingValue, bestRating (default 5), ratingCount or reviewCount. Individual Review needs author, reviewRating, datePublished. Reviews must be for specific items (Product, LocalBusiness, etc.), not the overall site. Self-reviews violate guidelines.
Enable / Disable
Disable this rule
squirrel.toml
toml[rules]
disable = ["schema/review"]Disable all Structured Data rules
squirrel.toml
toml[rules]
disable = ["schema/*"]Enable only this rule
squirrel.toml
toml[rules]
enable = ["schema/review"]
disable = ["*"]