Skip to content

Instantly share code, notes, and snippets.

@pixelpylon
Created April 12, 2019 18:58
Show Gist options
  • Save pixelpylon/2a57bd767d91267097caf918ba53c0e5 to your computer and use it in GitHub Desktop.
Save pixelpylon/2a57bd767d91267097caf918ba53c0e5 to your computer and use it in GitHub Desktop.
Tour Product Schema
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Product",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.92",
"reviewCount": "221"
},
"description": "Baldur's Gate Tour unveils the incredible secrets beneath the Faerun. Discover hidden treasures buried under thousands of years of history!",
"name": "Baldur's Gate Tour",
"image": "https://example.com/freetour.jpg",
"brand": "Faerun Tours",
"offers": {
"@type": "Offer",
"price": "0.00",
"priceCurrency": "USD",
"url": "https://www.example.com/tour-page"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment