What Is Review Schema?

Published
14 min read

What Is Review Schema?

Review schema is structured data that describes a genuine evaluation of a specific item, including the reviewed entity, reviewer, rating and review content when those facts are present and verifiable.

The Review type represents one evaluation. Rating describes its numeric scale and value. AggregateRating summarizes a real collection of ratings for an item when the site can show and substantiate the count and average. The reviewed item might be a product, book, recipe, movie, software application or another currently supported entity.

Review markup is not permission to create stars for a business. It should reflect actual review evidence, visible to users, with an identifiable subject and honest methodology. Eligibility for a review snippet does not guarantee stars, rankings or clicks.

  1. Frame the decision raised by What Is Review Schema.
  2. Confirm its value type and the object it describes.
  3. Compare the markup with visible page information.
  4. Correct the source data or template without inventing values.
  5. Validate the rendered result and monitor future changes.
Entity or propertyRepresentsRequired truth
ReviewOne person or organization evaluationActual visible review
RatingNumeric evaluationDefined value and scale
AggregateRatingSummary of many ratingsReal count and average
itemReviewedSubject of evaluationExact visible entity
authorReviewer identityGenuine attributable reviewer
reviewBodyWritten assessmentVisible review content
datePublishedOriginal review dateAccurate publication record
  • Mark up settled review evidence only.
  • Identify the exact reviewed item.
  • Keep ratings and counts synchronized.

Review schema is a machine-readable account of real review evidence, not a promotional rating generator.

The decision for What Is Review Schema should rest on live, traceable evidence and a verified follow-up check.

How Does Review Schema Work?

Review schema works by connecting a Review or AggregateRating node to the entity being evaluated, then expressing reviewer, rating scale, value, text and dates in machine-readable properties.

A parser extracts the graph and identifies the subject through itemReviewed or a nested relationship from that item. It interprets the score in context of bestRating and worstRating when those are provided. An aggregate adds the average and count for the eligible review collection.

A consumer then applies its current supported-type, content and policy rules. It may compare the structured values with the visible page. Syntax validity is only the first layer. The page can still be ineligible because the reviewed type is unsupported, the content is hidden, or the rating is self-serving or unverifiable.

  • Evidence for How Does Review Schema Work: the live structured-data entity and property relationship
  • The expected value type and any nested object
  • Visible page information that supports the structured value
  • Related offer or catalog fields needed for interpretation
  • A fresh validation result after the page changes
StageData actionFailure example
Identify itemConnect exact reviewed entityRating attaches to wrong variant
Create reviewRecord author and contentAnonymous fabricated quote
Define ratingSet value and scale4 interpreted without scale context
AggregateCalculate count and averageOld deleted reviews remain
RenderShow evidence visiblyJSON-LD contains hidden score
ValidateCheck type and feature rulesUnsupported itemReviewed type
ObserveMeasure live appearanceEligibility mistaken for guaranteed stars
  1. Define the reviewed entity.
  2. Select genuine eligible reviews.
  3. Calculate ratings from settled data.
  4. Render and validate the same evidence.

The process is identify the subject, attach real review evidence, define the scale and validate visible parity and current eligibility.

The decision for How Does Review Schema Work should rest on live, traceable evidence and a verified follow-up check.

Review vs Rating and AggregateRating

Review represents an individual assessment, Rating represents its numeric score, and AggregateRating represents a calculated summary across a defined collection of ratings.

A written review can include author, date, body and a nested Rating. A Rating alone states a score but does not provide the complete assessment context. AggregateRating belongs on the reviewed item and should state values such as ratingValue plus the applicable review or rating count.

Do not mix reviewCount and ratingCount without understanding the underlying data. Some users may leave a numeric rating without text, while others write a review. The average must be calculated from the same visible eligible population and scale that the page communicates.

  1. Frame the decision raised by Review vs Rating and AggregateRating.
  2. Confirm its value type and the object it describes.
  3. Compare the markup with visible page information.
  4. Correct the source data or template without inventing values.
  5. Validate the rendered result and monitor future changes.
TypeScopeTypical fieldsCommon misuse
ReviewOne assessmentauthor, body, date, reviewRatingMarketing testimonial labeled review
RatingOne numeric evaluationratingValue, bestRating, worstRatingScale omitted or changed
AggregateRatingSummary populationratingValue, ratingCount or reviewCountCount includes unrelated items
ProductReviewed itemname, SKU and offersSeller rating attached as product rating
OrganizationBusiness entityname and identitySelf-created reputation stars
PersonReviewer or reviewed person where validname and IDInvented reviewer identity
  • Keep score and review concepts distinct.
  • Declare a consistent rating scale.
  • Aggregate one clearly defined population.

Use Review for one assessment, Rating for its score and AggregateRating only for a real, consistently calculated population.

The decision for Review vs Rating and AggregateRating should rest on live, traceable evidence and a verified follow-up check.

Which Reviews Are Eligible for Markup?

Reviews are appropriate for markup when they evaluate a specific supported item, come from genuine review evidence and are displayed with enough context for users to verify the subject, author and rating.

Product customer reviews, editorial reviews of a product or work, recipe evaluations and other supported review contexts can be candidates. The reviewed entity should be the main subject of the page or clearly represented. A general testimonial about the company should not be relabeled as a review of every product.

Current rich-result support covers only selected entity types and can change. Schema.org may define a relationship that a particular search feature does not use. Check current eligibility when implementing, but keep the durable graph truthful even if a presentation changes.

  • Evidence for Which Reviews Are Eligible for Markup: the live structured-data entity and property relationship
  • The expected value type and any nested object
  • Visible page information that supports the structured value
  • Related offer or catalog fields needed for interpretation
  • A fresh validation result after the page changes
Review situationMarkup fitReason
Customer product reviewStrong when genuineSpecific product and visible evidence
Editorial product reviewStrong when independent assessmentNamed author and reviewed item
Recipe ratingPossible when realDefined recipe and review population
Software app reviewPossible when supportedSpecific application
Generic testimonialWeak or inappropriateNo precise reviewed item or scale
Internal employee quoteNot customer review evidenceDifferent relationship
Imported third-party reviewOnly with rights and faithful source modelOwnership and verification risk
Company rating on own siteSelf-serving riskBusiness rates itself or controls presentation
  1. Identify the exact reviewed item.
  2. Confirm review provenance and rights.
  3. Check current supported feature type.
  4. Display the evidence with the markup.

Mark up only reviews whose subject, source and score are real, visible and appropriate for the page and current feature.

The decision for Which Reviews Are Eligible for Markup should rest on live, traceable evidence and a verified follow-up check.

How Should Ratings and Review Counts Be Calculated?

Ratings and review counts should be calculated from one documented, settled and visible review population using a consistent scale, with deletions, moderation and variant scope handled transparently.

Define which submitted reviews enter the average: published, non-spam, non-duplicate and associated with the exact item. Pending or rejected submissions should not silently count. If scores use different scales, normalize them with a documented method before aggregation or keep populations separate.

Product variants need a clear rule. Reviews may apply to one variant or the parent product family, but the page and structured data must communicate the same scope. When a review is removed or corrected, the average and count should update across the visible page, JSON-LD and any commerce feed.

  1. Frame the decision raised by How Should Ratings and Review Counts Be Calculated.
  2. Confirm its value type and the object it describes.
  3. Compare the markup with visible page information.
  4. Correct the source data or template without inventing values.
  5. Validate the rendered result and monitor future changes.
Calculation issueRequired ruleFailure example
PopulationDefine included settled reviewsPending submissions counted
Spam and duplicatesExclude through consistent moderationRepeated rating inflates average
ScaleUse one scale or documented normalizationFive-point and ten-point scores mixed
Variant scopeAssign review to variant or groupColor-specific defect averaged everywhere
DeletionRecalculate after valid removalCount stays stale
RoundingUse consistent displayed precisionMarkup 4.7, page 4.5
Review vs rating countTrack text and numeric populationsCounts used interchangeably
LocaleAvoid duplicate translated review countingSame review counted per language
  • Document the eligible population.
  • Recalculate after moderation changes.
  • Match visible and structured precision.

A trustworthy aggregate is reproducible from the exact visible review population and documented moderation rules.

The decision for How Should Ratings and Review Counts Be Calculated should rest on live, traceable evidence and a verified follow-up check.

How Can Review Schema Affect SEO and CTR?

Review schema can support SEO and CTR by making genuine rating evidence eligible for enhanced presentation, helping searchers compare options before clicking, but it does not guarantee stars or ranking gains.

A visible rating and count can attract attention or increase trust when the review population is credible. It can also filter searchers who need a higher rating or more evidence. Higher CTR is not automatically better if the clicks do not convert, while lower CTR can still produce stronger revenue per impression through better qualification.

Measure rich results, CTR, conversions, refunds and review-quality metrics together. For ecommerce, connect the review entity to accurate Product schema. The page must deliver the same item, price, availability and review context promised in search.

  • Evidence for How Can Review Schema Affect SEO and CTR: the live structured-data entity and property relationship
  • The expected value type and any nested object
  • Visible page information that supports the structured value
  • Related offer or catalog fields needed for interpretation
  • A fresh validation result after the page changes
Possible outcomeInterpretationFollow-up metric
CTR risesStars or rating attract attentionConversion rate
CTR falls, conversion risesLow-fit clicks filteredRevenue per impression
Clicks rise, returns riseExpectation mismatchReturn and complaint reasons
Feature disappearsEligibility or display changedValidation and live SERP evidence
Rating changesReview population changedModeration and calculation log
No visible effectFeature not shown or weak query fitAppearance and query segment
  1. Record baseline appearance and outcomes.
  2. Implement genuine review data.
  3. Observe actual result changes.
  4. Measure qualified clicks and settled conversions.

Review schema helps when truthful social proof improves qualified selection and the landing page sustains that trust.

The decision for How Can Review Schema Affect SEO and CTR should rest on live, traceable evidence and a verified follow-up check.

What Review Schema Mistakes Are Common?

Common Review schema mistakes include fabricated ratings, hidden reviews, self-serving organization markup, stale counts, wrong reviewed items, copied third-party scores and averages that cannot be reproduced.

A business may display five stars in JSON-LD while showing no review evidence on the page. A product page may inherit a store-level rating. A plugin may count every testimonial as a product review. These are factual errors, not minor warnings. They can mislead a shopper before the click.

Other defects are technical: bestRating and worstRating do not match the visible scale, duplicate blocks publish different averages, author identities are missing or dates are false. Imported reviews may lack permission or lose provenance. Fix the review system and data model before changing markup.

  1. Frame the decision raised by What Review Schema Mistakes Are Common.
  2. Confirm its value type and the object it describes.
  3. Compare the markup with visible page information.
  4. Correct the source data or template without inventing values.
  5. Validate the rendered result and monitor future changes.
MistakeRiskControl
Fabricated starsFalse reputation claimOnly settled real reviews
Hidden aggregateUsers cannot verify evidenceDisplay rating and population
Store rating on productWrong itemReviewedAttach exact subject
Self-serving organization ratingControlled reputation enhancementRespect current feature constraints
Stale countOutdated social proofLifecycle synchronization
Copied platform scoreProvenance and permission gapUse authorized source faithfully
Mixed rating scalesInvalid averageNormalize or separate
Duplicate graphsConflicting averagesOne canonical review source
  • Protect review truth above CTR goals.
  • Preserve source and moderation evidence.
  • Remove conflicts at the generator level.

The highest-risk Review schema defect is a reputation claim that the visible settled review evidence cannot prove.

The decision for What Review Schema Mistakes Are Common should rest on live, traceable evidence and a verified follow-up check.

How Do You Audit Review Schema?

Audit Review schema by extracting all review graphs, identifying the reviewed item and source population, recalculating ratings from settled records and comparing every material value with the rendered page.

Test products, works or applications with no reviews, one review, many reviews, deleted reviews and multiple variants. Parse all JSON-LD, Microdata and RDFa together. Record Review, Rating and AggregateRating nodes, IDs, authors, values, scales and counts.

Recalculate the average independently from the authoritative review store. Compare visible rating, precision, reviewCount, ratingCount, itemReviewed and reviewer data. Check moderation events, localization and cached output. Validate current feature eligibility only after the factual audit passes.

  • Evidence for How Do You Audit Review Schema: the live structured-data entity and property relationship
  • The expected value type and any nested object
  • Visible page information that supports the structured value
  • Related offer or catalog fields needed for interpretation
  • A fresh validation result after the page changes
Audit checkEvidencePass condition
Reviewed itemPage and graph identityExact supported subject
Review provenanceSettled review recordsGenuine attributable source
AverageIndependent recalculationMatches ratingValue
CountEligible record countMatches visible and structured value
ScaleBest and worst valuesConsistent across reviews
Visible parityRendered pageEvidence is verifiable
Graph integrityAll structured-data blocksNo conflicting duplicates
LifecycleAdd, moderate and remove testAverage and count update together
  1. Select review states and variants.
  2. Extract and normalize every graph.
  3. Recalculate from settled records.
  4. Compare page, markup and source.
  5. Fix data logic and retest moderation events.

A Review schema audit passes when the displayed and structured rating can be reproduced exactly from genuine, settled and correctly scoped review records.

Start with a relevant free SEO check, continue the evidence workflow in Novaverb, and review pricing when comparing continuous monitoring with a one-time manual review.

The decision for How Do You Audit Review Schema should rest on live, traceable evidence and a verified follow-up check.