Skip to content

Instantly share code, notes, and snippets.

@beinoriusju
Created December 5, 2019 07:05
Show Gist options
  • Save beinoriusju/36566ac3a57e41680af80186cb16703e to your computer and use it in GitHub Desktop.
Save beinoriusju/36566ac3a57e41680af80186cb16703e to your computer and use it in GitHub Desktop.
Google Play application/ld+json
{
"@context": "https://schema.org",
"@type": "Book",
"name": "The Unhoneymooners",
"url": "https://play.google.com/store/books/details/The_Unhoneymooners?id\\u003d3kaBDwAAQBAJ\\u0026hl\\u003den_US",
"workExample": {
"@type": "Book",
"bookFormat": "https://schema.org/EBook",
"abridged": "https://schema.org/False",
"isbn": "9781501128035",
"datePublished": "2019-05-14",
"potentialAction": {
"@type": "ReadAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://play.google.com/store/books/details/The_Unhoneymooners?id\\u003d3kaBDwAAQBAJ\\u0026hl\\u003den_US",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/IOSPlatform",
"http://schema.org/MobileWebPlatform"
]
},
"expectsAcceptanceOf": [
{
"@type": "Offer",
"price": "9.76",
"priceCurrency": "EUR",
"availability": "https://schema.org/InStock"
}
]
}
},
"author": [
{
"@type": "Person",
"name": "Christina Lauren",
"url": "/store/info/name/Christina_Lauren?id\\u003d0tkqfl7"
}
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.314285755157471",
"ratingCount": "35"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment