GitHub

Review Schema

Validates Review and AggregateRating schema

Validates Review and AggregateRating schema

Rule IDschema/review
CategoryStructured Data
ScopePer-page
Severitywarning
Weight5/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 = ["*"]

Type to search…

↑↓ navigate ↵ open esc close