I put together an example schema to help get started
<script type="application/ld+json">
{
"@context": "https schema dot org",
"@type": "VideoGame",
"name": "Illuvium Arena",
"url": "https illuvium.io/arena",
"image": "/images/cover.jpg",
"description": "Build your best competitive team and challenge opponents in this action-packed and super addictive PvP Autobattler strategy game.",
"inLanguage":["English","DownUnder"],
},
"author":{
"@type":"Organization",
"name":"Illuvium Labs Pty Ltd.",
"url":"illuvion.io"
},
"publisher":"Epic Games",
"genre":["Strategy","Auto-Battler", "Turn-Based", "Blockchain/NFT"],
"processorRequirements":"Intel Core i3 10th Gen",
"memoryRequirements":"8 Gb",
"storageRequirements":"20 Gb",
"gamePlatform":["PC", "Mac"],
},
"associatedMedia":{
"@type":"VideoObject",
"name":"Illuvium Trailer",
"duration":"PT1M19S",
"thumbnail":"tn-illuvium-arena.jpg"
},
}</script>