Schema—Book
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebPage",
"breadcrumb": "",
"mainEntity":{
"@type": "Book",
"author": "",
"bookFormat": "",
"datePublished": "",
"image": "",
"inLanguage": "",
"isbn": "",
"name": "",
"numberOfPages": "",
"publisher": "",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "",
"reviewCount": ""
}
}
}
</script>