Skip to content

Instantly share code, notes, and snippets.

@mskian
Last active October 24, 2019 14:05
Show Gist options
  • Save mskian/f57677e8d4bc69ecb722285bfe5c4adb to your computer and use it in GitHub Desktop.
Save mskian/f57677e8d4bc69ecb722285bfe5c4adb to your computer and use it in GitHub Desktop.
Add Star Ratings for Product Review
{
"@context": "http://schema.org",
"@type": "Review",
"itemReviewed": {
"@type": "Product",
"name": "Hello Product review"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": "5.0",
"bestRating": 5
},
"author": {
"@type": "Person",
"name": "Santhosh veer"
},
"reviewBody": "Hello product - Let's Say Hello and Let's Review them."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment