Skip to content

Commit

Permalink
Update stats.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zion3w authored Jan 27, 2024
1 parent 788b609 commit 4a0a66c
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions game/stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,63 @@ <h3 class="stats_game_type"><span></span></h3>
<div class="stats_date"></div>
</div>
</template>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": ["SoftwareApplication", "MobileApplication"],
"name": "Yahtzee: Classic Dice Game",
"url": "https://play.google.com/store/apps/details?id=world.ocg.yahtzee",
"image": "https://yahtzee-classic-dice.online/img/screen/yahtzee-classic-dice-game-1.jpg",
"screenshot": "https://yahtzee-classic-dice.online/img/screen/yahtzee-classic-dice-game-1.jpg",
"thumbnailUrl": "https://yahtzee-classic-dice.online/img/screen/yahtzee-classic-dice-game-1.jpg",
"description": "Yahtzee: Classic Dice Game brings the timeless thrill of rolling dice and strategic decision-making to your fingertips. Roll for the perfect combinations, score big, and challenge friends or AI opponents in this digital rendition of the beloved classic.",
"applicationCategory": "GameApplication",
"operatingSystem": "ANDROID",
"contentRating": "15+",
"genre": ["GAME_BOARD", "Board Games", "Dice Games", "Yahtzee", "Yatzee", "https://play.google.com/store/apps/category/GAME_BOARD"],
"inLanguage": ["English", "German", "Spanish", "French", "Russian", "Portuguese"],
"translator": ["Web Games"],
"author": {
"@type": "Person",
"name": "Web Games",
"url": "https://yahtzee-classic-dice.online",
"description": "Android games development agency",
"image": "https://yahtzee-classic-dice.online/assets/img/favicons/favicon512.png"
},
"publisher": {
"@type": "Organization",
"name": "Web Games",
"url": "https://yahtzee-classic-dice.online",
"description": "Android games development agency",
"image": "https://yahtzee-classic-dice.online/assets/img/favicons/favicon512.png"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": ["AUD", "EUR", "AZN", "RUB", "UAH", "USD", "ARS", "GBP", "BRL", "DKK", "INR", "GBP", "ILS", "ISK", "KZT", "CAD", "CNY", "CHF", "GBP", "MXN", "NZD", "NOK", "AED", "PLN", "SAR", "THB", "TRY", "SEK", "CZK", "SGD", "PHP", "CHF"],
"availability": "https://schema.org/InStock"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.7",
"ratingCount": "1243"
},
"review": {
"@type": "Review",
"name": "Yahtzee: Classic Dice Game",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5"
},
"author": {
"@type": "Organization",
"name": "Web Games",
"url": "https://yahtzee-classic-dice.online",
"description": "Yahtzee: Classic Dice Game",
"image": "https://yahtzee-classic-dice.online/img/screen/yahtzee-classic-dice-game-1.jpg"
}
}
}
</script>
</body>
</html>

0 comments on commit 4a0a66c

Please sign in to comment.