Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Last active October 20, 2021 03:59
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 Kaiderella/2ba6c81621df2a9e93a19366414b029d to your computer and use it in GitHub Desktop.
Save Kaiderella/2ba6c81621df2a9e93a19366414b029d to your computer and use it in GitHub Desktop.
Rich Snippets cho kk Star Ratings v4.x
{
"@context": "https://schema.org/",
"@type": "CreativeWorkSeries",
"name": "[title]",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "[score]",
"bestRating": "[best]",
"ratingCount": "[count]"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment