Skip to content

Instantly share code, notes, and snippets.

@wpgaurav
Created February 26, 2021 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpgaurav/c22ce181687b4f453b7c0d0f4a6017da to your computer and use it in GitHub Desktop.
Save wpgaurav/c22ce181687b4f453b7c0d0f4a6017da to your computer and use it in GitHub Desktop.
Star rating schema - Add this code to anywhere on the page
<script type="application/ld+json">{
"@context": "https://schema.org/",
"@type": "CreativeWorkSeries",
"name": "YOUR POST TITLE HERE",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"bestRating": "5",
"ratingCount": "3694"
}
}</script>
<!-- Replace ratingValue, bestRating, ratingCount -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment