Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.squirrelscan.com/llms.txt

Use this file to discover all available pages before exploring further.

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
[rules]
disable = ["schema/review"]

Disable all Structured Data rules

squirrel.toml
[rules]
disable = ["schema/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["schema/review"]
disable = ["*"]