#Add Game to Youtube Database

1 messages · Page 1 of 1 (latest)

gray owl
#

To get game into the Youtube database, I did some research... Game added to Wikipedia, currently only an Illuvium Game Developer is on there and not one for the game.

2nd. a VideoGame Schema needs to be created for the Illuvium website page. Not sure if one for main site, or one for each game arena, overworld, zero is desired.

schema dot org/Videogame

once these are up, google should pick it up and add it within a week or two

shrewd rover
#

This would be nice so they stop saying I'm playing Guild Wars 2 for some reason on my videos kektalik

gray owl
#

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>

#

i thought about pro's and cons of the multiple games thing... for advertising reasons, separeting would be better, the more the merrier, more channels would pop, to catch traffic, people will fine channels more segregated to the niche game they like in the project. The negative is the streamers who stream more than one type of Illuvium game during the same stream... they kind of would have to quit and restart a new stream or change sections somehow during stream, not sure how that works

dapper cloak
#

We're constantly trying to figure this out, we've made many attempts but it's more complicated than what they've presented