Skip to content

Instantly share code, notes, and snippets.

@jinky32
Created September 14, 2015 08:30
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 jinky32/d322120e968ecc9de767 to your computer and use it in GitHub Desktop.
Save jinky32/d322120e968ecc9de767 to your computer and use it in GitHub Desktop.
UnitPriceSpecification - schema.org
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Product",
"description" : "Based on one of the most iconic phones of all time, the HTC One M8s comes jam-packed with must-have features: 5” full HD screen, 5MP front camera, 13MP main camera, ample storage, HTC Boomsound™ and Android Lollipop.",
"model" : "One M8s",
"brand" : "HTC",
"name" : "HTC One M8s",
"offers" : [
{
"@type" : "Offer",
"availability" : "http://schema.org/InStock",
"priceSpecification":
{
"@type" : "UnitPriceSpecification",
"billingIncrement":"1",
"description" : "1GB and 600 Minutes",
"price" : "26.00",
"priceCurrency" : "GBP"
}
}
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment