Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Last active April 26, 2019 18:18
Show Gist options
  • Select an option

  • Save patrickcoombe/66b049cf86d5a2d9936b to your computer and use it in GitHub Desktop.

Select an option

Save patrickcoombe/66b049cf86d5a2d9936b to your computer and use it in GitHub Desktop.
<script type='application/ld+json'>
{
"@context": "https://www.schema.org",
"@type": "product",
"brand": "Acme",
"logo": "http://www.example.com/logo.png",
"name": "WidgetPress",
"category": "Widgets",
"image": "http://www.example.com/image.jpg",
"description": "This is an excellent widget with 21 features and 4 colors.",
"aggregateRating": {
"@type": "aggregateRating",
"ratingValue": "5",
"reviewCount": "21"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment