Skip to content

Instantly share code, notes, and snippets.

@nholman7
Last active September 23, 2020 04:43
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<script type="application/ld+json">
{
"@context":"http://schema.org",
"@type":"Product",
"@id":"https://domain.com/products/url-string#product",
"name":"Any Product",
"aggregateRating":
{"@type":"AggregateRating",
"ratingValue":"4.50","reviewCount":4}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment