https://github.com/schemaorg/schemaorg
Raw File
Tip revision: ae70d0a9dbab49c005fd8dd1fd522f7236b04be0 authored by Dan Brickley on 17 October 2023, 15:51:02 UTC
Version 23.0 release files
Tip revision: ae70d0a
sdo-videogame-examples.txt
TYPES: #eg-0447 VideoGame

PRE-MARKUP:

<h1> Super Game</h1>
<link href="http://example.com/supergame1">
<img alt="Super Game logo" src="/images/screenshots/supergame/cover.jpg"/>
<div> Ultra interesting. Super impressive. Mega attractive</div>
<div>
  <p>Language Russian </p>
  <p> Localizer TranslateStudio Inc.</p>
</div>
<div>
  <p>Language Chinese</p>
  <p> Localizer Fānyì zhě Inc.</p>
</div>
<div>Game rating: <b>5</b></div>
<p> Author<a href="http://gds.com">GameDevelopmentStudio</a></p>
<p> Publisher: RL Russia</p>
<div>Game Specific
  <p>Genre Action (Shooter / Robot) / 3D / 1st Person</p>
</div>
<div>System Requirements
  <p>Processor requirements 4 GHz</p>
  <p>Memory requirements 8 Gb</p>
  <p>Storage requirements 64 Gb</p>
</div>
<ul>
  <li> PC game </li>
  <li> Xbox One </li>
  <li> PlayStation 3</li>
</ul>
<div>DLC
  <h2> New colour of sky<link href="http://example.com/supergamedlc1"></h2>
</div>
<h2>Video: Super Game review</h2>
<object ...>
  <param ...>
  <embed type="application/x-shockwave-flash" ...>
</object>
<div>
  <h2>Hints, Secrets, Glitches &amp; Easter Eggs</h2>
  <p>Easy Credits <span>To get infinite credits you must first have at least 1 or 2 companions with you </span></p>
  <p><a href="http://example.com/strategy/super-game/victory.php">Victory Strategy Guides</a></p>
</div>

MICRODATA:

<div itemscope itemtype="https://schema.org/VideoGame">
  <h1 itemprop="name"> Super Game </h1>
  <link href="http://example.com/supergame1" itemprop="url">
  <img alt="Super Game logo" itemprop="image" src="/images/screenshots/supergame/cover.jpg"/>
  <div itemprop="description">Ultra interesting. Super impressive. Mega attractive</div>
  <div>
    <p>Language<span itemprop="inLanguage">Russian</span></p>
    <p> Localizer <span itemprop="translator">TranslateStudio Inc.</span></p>
  </div>
  <div>
    <p>Language<span itemprop="inLanguage">Chinese</span></p>
    <p> Localizer <span itemprop="translator ">Fānyì zhě Inc.</span></p>
  </div>
  <div itemscope itemtype="https://schema.org/AggregateRating" itemprop="aggregateRating">
    <div>Game rating: <b itemprop="ratingValue">5</b></div>
  </div>
  <div itemprop="author" itemscope itemtype="https://schema.org/Organization">
    <p> Author<span itemprop="name"><a itemprop="url" href="http://gds.com">GameDevelopmentStudio</a></span></p>
  </div>
  <p> Publisher <span itemprop="publisher">RL Russia</span></p>
  <div>Game Specific
    <meta itemprop="playMode" content=" SinglePlayer" >
    <p>Genre <span itemprop="genre">Action (Shooter / Robot) / 3D / 1st Person</span></p>
  </div>
  <div>System Requirements
    <p>Processor requirements<span itemprop="processorRequirements">4 GHz</span></p>
    <p>Memory requirements<span itemprop="memoryRequirements">8 Gb</span></p>
    <p>Storage requirements<span itemprop="storageRequirements">64 Gb</span></p>
  </div>
  <ul>
    <li itemprop="gamePlatform"> PC game </li>
    <li itemprop="gamePlatform"> Xbox One </li>
    <li itemprop="gamePlatform"> PlayStation 3</li>
  </ul>
  <div itemprop="softwareAddOn" itemscope itemtype="https://schema.org/VideoGame">DLC
  <h2 itemprop="name"> New colour of sky<link href="http://example.com/supergamedlc1" itemprop="url"></h2>
  </div>
  <div itemprop="associatedMedia" itemscope itemtype="https://schema.org/VideoObject">
    <h2>Video: <span itemprop="name">Super Game review</span></h2>
    <meta itemprop="duration" content="PT1M33S" />
    <meta itemprop="thumbnail" content="super-game.jpg" />
    <object ...>
      <param ...>
      <embed type="application/x-shockwave-flash" ...>
    </object>
  </div>
  <div>
    <h2>Hints, Secrets, Glitches &amp; Easter Eggs</h2>
    <p>Easy Credits <span itemprop="cheatCode">To get infinite credits you must first have at least 1 or 2 companions with you </span></p>
    <p><a href="http://example.com/strategy/super-game/victory.php">Victory Strategy Guides</a></p>
  </div>
</div>

RDFA:

<body vocab="https://schema.org/" typeof="VideoGame">
  <h1 property="name"> Super Game </h1>
  <link property="url" href="http://example.com/supergame1">
  <img alt="Super Game logo" property="image" src="/images/screenshots/supergame/cover.jpg"/>
  <div property="description">Ultra interesting. Super impressive. Mega attractive</div>
  <div>
    <p>Language <span property="inLanguage">Russian </span> </p>
    <p> Localizer <span property="translator"> TranslateStudio Inc.</span></p>
  </div>
  <div>
    <p>Language <span property="inLanguage">Chinese</span> </p>
    <p> Localizer <span property="translator"> Fānyì zhě Inc.</span></p>
  </div>
  <div  property="aggregateRating"  typeof="AggregateRating">Game rating: <b property="ratingValue">5</b></div>
  <div property="author" typeof="Organization" >
    <p> Author<a property="url" href="http://gds.com"><span property="name">GameDevelopmentStudio</span></a></p>
  </div>
  <p> Publisher <span property="publisher">RL Russia</span></p>
  <div>Game Specific
    <p>Genre <span property="genre">Action (Shooter / Robot) </span>/ <span property="genre">3D </span>/ <span property="genre">1st Person</span></p>
  </div>
  <div>System Requirements
    <p>Processor requirements <span property="processorRequirements">4 GHz</span></p>
    <p>Memory requirements <span property="memoryRequirements">8 Gb</span></p>
    <p>Storage requirements <span property="storageRequirements">64 Gb</span></p>
  </div>
<ul>
<li property="gamePlatform"> PC game </li>
<li property="gamePlatform"> Xbox One </li>
<li property="gamePlatform"> PlayStation 3</li>
      </ul>
<div property="softwareAddOn" typeof="SoftwareApplication">DLC
<h2 property="name"> New colour of sky<link property="url" href="http://example.com/supergamedlc1">
</h2>
</div>
<div property="associatedMedia" typeof="VideoObject">
    <h2>Video: <span property="name">Super Game review</span></h2>
     <meta property="duration" content="PT1M33S" />
     <meta property="thumbnail" content="super-game.jpg" />
    <object ...>
      <param ...>
      <embed type="application/x-shockwave-flash" ...>
    </object>
</div>
<div>
  <h2>Hints, Secrets, Glitches &amp; Easter Eggs</h2>
  <p>Easy Credits <span property="cheatCode">To get infinite credits you must first have at least 1 or 2 companions with you </span></p>
  <p><a href="http://example.com/strategy/super-game/victory.php">Victory Strategy Guides</a></p>
</div>
</body>

JSON:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "VideoGame",
  "name": "Super Game",
  "url": "http://example.com/supergame1",
  "image": "/images/screenshots/supergame/cover.jpg",
  "description": "Ultra interesting. Super impressive. Mega attractive",
  "inLanguage":["Russian","Chinese"],
  "translator":[" TranslateStudio Inc.","Fānyì zhě Inc."],
  "aggregateRating":{
    "@type":"AggregateRating",
    "ratingValue":"5"
  },
  "author":{
    "@type":"Organization",
    "name":"GameDevelopmentStudio",
    "url":"http://gds.com"
},
  "publisher":"RL Russia",
  "genre":["Action (Shooter / Robot)","3D","1st Person"],
  "processorRequirements":"4 GHz",
  "memoryRequirements":"8 Gb",
  "storageRequirements":"64 Gb",
  "gamePlatform":["PC game ", "Xbox One","PlayStation 3"],
  "softwareAddOn":{
    "@type":"SoftwareApplication",
    "name":"New colour of sky",
    "url":"http://example.com/supergamedlc1"
  },
  "associatedMedia":{
    "@type":"VideoObject",
    "name":"Super Game review",
    "duration":"PT1M33S",
    "thumbnail":"super-game.jpg"
  },
  "cheatCode":"To get infinite credits you must first have at least 1 or 2 companions with you"
}</script>

TYPES: #eg-0448 VideoGame

PRE-MARKUP:

<body>
<h1><a href="http://www.elderscrolls.com/skyrim">The Elder Scrolls V: Skyrim</a></h1>
<p>Play mode: Single-player</p>
<div><h2>Items</h2>
  <div><b><a href="http://elderscrolls.wikia.com/wiki/Oghma_Infinium_(Skyrim)">Oghma Infinium</a></b>
    <img alt="An old book" src="http://img1.wikia.nocookie.net/__cb20120209152336/elderscrolls/images/thumb/b/b0/Oghma.jpg/180px-Oghma.jpg">
    The Oghma Infinium (Plural: Oghmae Infinium[OOG 1]) is a very powerful Daedric artifact belonging to the Daedric Prince Hermaeus Mora. It is an ancient tome of knowledge written by Xarxes, the wizard sage and scribe also known as The Ageless One.The Oghma Infinium is given to Hermaeus Mora's champion upon completion of a specific task or quest. Once read, it disappears, returning to Hermaeus Mora's realm in Oblivion.
  </div>
  <div>
    ...
  </div>
</div>
<div><h2>Quests</h2>
  <div><b><a href="http://elderscrolls.wikia.com/wiki/Unbound">Unbound</a></b>
    <img alt="An action screenshot" src="http://img2.wikia.nocookie.net/__cb20121120234225/elderscrolls/images/thumb/a/a3/Unbound.png/256px-Unbound.png">
    It serves as the tutorial mission where the player learns the basics about the game.
  </div>
   <div><b><a href="http://elderscrolls.wikia.com/wiki/Before_the_Storm">Before the Storm</a></b>
    <img alt="A blacksmith called Alvor" src="http://img2.wikia.nocookie.net/__cb20120928235929/elderscrolls/images/thumb/1/1d/Alvor.png/256px-Alvor.png">
    Before the Storm is a quest available in The Elder Scrolls V: Skyrim. After escaping from the dragon attack at Helgen, it's necessary to follow the advice received that leads to Riverwood. It is possible to gather supplies and prepare for a trip to Whiterun to report the recent events to Jarl Balgruuf.
  </div>
</div>
<div><h2>Skills&amp;Abilities</h2>
  <b>Ability:</b>
  <div><b>Deathbrand Instinct</b>
    Increases armor rating by 100 points if wearing all Deathbrand Armor
  </div>
</div>
<div><h2>Locations</h2>
  <ul>
    <li>"Beitild's House"</li>
    <li>"Brina's House"</li>
    <li>"Dawnstar Barracks"</li>
    <li>"Fruki's House"</li>
    <li>"Irgnir's House"</li>
  </ul>
</div>
</body>

MICRODATA:

<body itemscope itemtype="https://schema.org/VideoGame">
<h1 itemprop="name"><a itemprop="url" href="http://www.elderscrolls.com/skyrim">The Elder Scrolls V: Skyrim</a></h1>
<p>Play mode: <span itemprop="playMode">SinglePlayer</span></p>
<div ><h2>Items</h2>
  <div itemprop="gameItem" itemscope itemtype="https://schema.org/Thing"><b itemprop="name"><a itemprop="url" href="http://elderscrolls.wikia.com/wiki/Oghma_Infinium_(Skyrim)">Oghma Infinium</a></b>
    <img alt="An old book" itemprop="image" src="http://img1.wikia.nocookie.net/__cb20120209152336/elderscrolls/images/thumb/b/b0/Oghma.jpg/180px-Oghma.jpg">
    <p itemprop="description"> The Oghma Infinium (Plural: Oghmae Infinium[OOG 1]) is a very powerful Daedric artifact belonging to the Daedric Prince Hermaeus Mora. It is an ancient tome of knowledge written by Xarxes, the wizard sage and scribe also known as The Ageless One.The Oghma Infinium is given to Hermaeus Mora's champion upon completion of a specific task or quest. Once read, it disappears, returning to Hermaeus Mora's realm in Oblivion.</p>
  </div>
  <div>
    ...
  </div>
</div>
<div><h2>Quests</h2>
  <div itemprop="quest" itemscope itemtype="https://schema.org/Thing"><b itemprop="name"><a itemprop="url" href="http://elderscrolls.wikia.com/wiki/Unbound">Unbound</a></b>
    <img alt="An action screenshot" itemprop="image" src="http://img2.wikia.nocookie.net/__cb20121120234225/elderscrolls/images/thumb/a/a3/Unbound.png/256px-Unbound.png">
    <p itemprop="description">It serves as the tutorial mission where the player learns the basics about the game.</p>
  </div>
   <div itemprop="quest" itemscope itemtype="https://schema.org/Thing"><b itemprop="name"><a  itemprop="url" href="http://elderscrolls.wikia.com/wiki/Before_the_Storm">Before the Storm</a></b>
    <img itemprop="image" alt="A blacksmith called Alvor" src="http://img2.wikia.nocookie.net/__cb20120928235929/elderscrolls/images/thumb/1/1d/Alvor.png/256px-Alvor.png">
    <p itemprop="description">Before the Storm is a quest available in The Elder Scrolls V: Skyrim. After escaping from the dragon attack at Helgen, it's necessary to follow the advice received that leads to Riverwood. It is possible to gather supplies and prepare for a trip to Whiterun to report the recent events to Jarl Balgruuf.</p>
  </div>
</div>
<div><h2>Skills&amp;Abilities</h2>
 <b>Ability:</b>
  <div itemprop="characterAttribute" itemscope itemtype="https://schema.org/Thing"><b itemprop="name">Deathbrand Instinct</b>
  <meta itemprop="alternateName" content="Ability">
    <p itemprop="description">Increases armor rating by 100 points if wearing all Deathbrand Armor</p>
  </div>
</div>
<div><h2>Locations</h2>
  <ul>
    <li itemprop="gameLocation">"Beitild's House"</li>
    <li itemprop="gameLocation">"Brina's House"</li>
    <li itemprop="gameLocation">"Dawnstar Barracks"</li>
    <li itemprop="gameLocation">"Fruki's House"</li>
    <li itemprop="gameLocation">"Irgnir's House"</li>
  </ul>
</div>
</body>

RDFA:

<body vocab="https://schema.org/" typeof="VideoGame">
<h1 property="name"><a property="url" href="http://www.elderscrolls.com/skyrim">The Elder Scrolls V: Skyrim</a></h1>
<p>Play mode: <span property="playMode">SinglePlayer</span></p>
<div ><h2>Items</h2>
  <div property="gameItem" typeof="Thing"><b property="name"><a property="url" href="http://elderscrolls.wikia.com/wiki/Oghma_Infinium_(Skyrim)">Oghma Infinium</a></b>
    <img property="image" alt="An old book" src="http://img1.wikia.nocookie.net/__cb20120209152336/elderscrolls/images/thumb/b/b0/Oghma.jpg/180px-Oghma.jpg">
    <p property="description"> The Oghma Infinium (Plural: Oghmae Infinium[OOG 1]) is a very powerful Daedric artifact belonging to the Daedric Prince Hermaeus Mora. It is an ancient tome of knowledge written by Xarxes, the wizard sage and scribe also known as The Ageless One.The Oghma Infinium is given to Hermaeus Mora's champion upon completion of a specific task or quest. Once read, it disappears, returning to Hermaeus Mora's realm in Oblivion.</p>
  </div>
  <div>
    ...
  </div>
</div>
<div><h2>Quests</h2>
  <div property="quest" typeof="Thing"><b property="name"><a property="url" href="http://elderscrolls.wikia.com/wiki/Unbound">Unbound</a></b>
    <img property="image" alt="An action screenshot" src="http://img2.wikia.nocookie.net/__cb20121120234225/elderscrolls/images/thumb/a/a3/Unbound.png/256px-Unbound.png">
    <p property="description">It serves as the tutorial mission where the player learns the basics about the game.</p>
  </div>
   <div property="quest" typeof="Thing"><b property="name"><a  property="url" href="http://elderscrolls.wikia.com/wiki/Before_the_Storm">Before the Storm</a></b>
    <img property="image"  alt="A blacksmith called Alvor" src="http://img2.wikia.nocookie.net/__cb20120928235929/elderscrolls/images/thumb/1/1d/Alvor.png/256px-Alvor.png">
    <p property="description">Before the Storm is a quest available in The Elder Scrolls V: Skyrim. After escaping from the dragon attack at Helgen, it's necessary to follow the advice received that leads to Riverwood. It is possible to gather supplies and prepare for a trip to Whiterun to report the recent events to Jarl Balgruuf.</p>
  </div>
</div>
<div><h2>Skills&amp;Abilities</h2>
 <b>Ability:</b>
  <div property="characterAttribute" typeof="Thing"><b property="name">Deathbrand Instinct</b>
  <meta property="alternateName" content="Ability">
    <p property="description">Increases armor rating by 100 points if wearing all Deathbrand Armor</p>
  </div>
</div>
<div><h2>Locations</h2>
  <ul>
    <li property="gameLocation">"Beitild's House"</li>
    <li property="gameLocation">"Brina's House"</li>
    <li property="gameLocation">"Dawnstar Barracks"</li>
    <li property="gameLocation">"Fruki's House"</li>
    <li property="gameLocation">"Irgnir's House"</li>
  </ul>
</div>
</body>

JSON:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "VideoGame",
  "name": "The Elder Scrolls V: Skyrim",
  "url": "http://www.elderscrolls.com/skyrim",
  "playMode": "SinglePlayer",
  "gameItem": {
    "@type": "Thing",
    "name":"Oghma Infinium",
    "url":"http://elderscrolls.wikia.com/wiki/Oghma_Infinium_(Skyrim)",
    "description":"The Oghma Infinium (Plural: Oghmae Infinium[OOG 1]) is a very powerful Daedric artifact belonging to the Daedric Prince Hermaeus Mora. It is an ancient tome of knowledge written by Xarxes, the wizard sage and scribe also known as The Ageless One.The Oghma Infinium is given to Hermaeus Mora's champion upon completion of a specific task or quest. Once read, it disappears, returning to Hermaeus Mora's realm in Oblivion.",
  "image":"http://img1.wikia.nocookie.net/__cb20120209152336/elderscrolls/images/thumb/b/b0/Oghma.jpg/180px-Oghma.jpg"
  },
  "quest": [{
    "@type": "Thing",
    "name":" Unbound",
    "url":"http://elderscrolls.wikia.com/wiki/Unbound",
    "description":" It serves as the tutorial mission where the player learns the basics about the game.",
    "image":" http://img2.wikia.nocookie.net/__cb20121120234225/elderscrolls/images/thumb/a/a3/Unbound.png/256px-Unbound.png"
  },
  {
    "@type": "Thing",
    "name":"Before the Storm",
    "url": "http://elderscrolls.wikia.com/wiki/Before_the_Storm",
    "description":" Before the Storm is a quest available in The Elder Scrolls V: Skyrim. After escaping from the dragon attack at Helgen, it's necessary to follow the advice received that leads to Riverwood. It is possible to gather supplies and prepare for a trip to Whiterun to report the recent events to Jarl Balgruuf.",
    "image":" http://img2.wikia.nocookie.net/__cb20120928235929/elderscrolls/images/thumb/1/1d/Alvor.png/256px-Alvor.png"
  }],
  "characterAttribute": {
    "@type": "Thing",
    "name":" Deathbrand Instinct",
    "alternateName":"Ability",
    "description":"Increases armor rating by 100 points if wearing all Deathbrand Armor"
  },
  "gameLocation":["Beitild's House", "Brina's House", "Dawnstar Barracks", "Fruki's House", "Irgnir's House"]
}</script>

TYPES: #eg-0449 VideoGame

PRE-MARKUP:

<body>
<h1><a href="http://www.elderscrolls.com/skyrim">Fallout 3</a></h1>
<p>Play mode: Single-player</p>
<div>
    <p> Author<a href="http://www.bethsoft.com/"><span>Bethesda Game Studios</span></a></p>
    <p>Founded in 1986</p>
    <P> Person</p>
    <ul>
      <li>Founder: Christopher Weaver</li>
      <li>Vlatko Andonov</li>
      <li>Todd Howard</li>
      <li>Ashley Cheng</li>
    </ul>
</div>
 <p> Publishers: Bethesda Softworks, Ubisoft</p>
  <div>Game Specific
    <p>Genre: Action Role-playing game</p>
    </div>
<ul>
<li> Microsoft Windows X </li>
<li> Windows 7 </li>
<li> Xbox 360 </li>
<li> PlayStation 3 </li>
<div><h2>Items</h2>
  <div><link href="http://fallout.wikia.com/wiki/Fallout_3_items"/>
    The Oghma Infinium (Plural: Oghmae Infinium[OOG 1]) is a very powerful Daedric artifact belonging to the Daedric Prince Hermaeus Mora. It is an ancient tome of knowledge written by Xarxes, the wizard sage and scribe also known as The Ageless One.The Oghma Infinium is given to Hermaeus Mora's champion upon completion of a specific task or quest. Once read, it disappears, returning to Hermaeus Mora's realm in Oblivion.
  </div>
  <div>
    ...
  </div>
</div>
<div><h2>Skills&amp;perks</h2>
  <b>Skills:</b>
  <div><b>Barter</b>
    Proficiency at trading and haggling
  </div>
  <div>
    ...
  </div>
<b>Perks:</b>
<div><b>Black Widow/Lady Killer</b>
    +10% damage to the opposite sex, and unique dialogue options with certain characters
  </div>

</div>
<div><h2>Locations</h2>
  <ul>
    <li>"Rivet City"</li>
    <li>"Megaton"</li>
    <li>"Canterbury Commons"</li>
    <li>"Big Town"</li>
    <li>"Arefu"</li>
  </ul>
</div>
<a href="http://fallout.wikia.com/wiki/Fallout_3_Manual">Manual</a>
</body>

MICRODATA:

<body itemscope itemtype="https://schema.org/VideoGame">
<h1 itemprop="name"><a itemprop="url" href="http://www.elderscrolls.com/skyrim">Fallout 3</a></h1>
<p>Play mode: <span itemprop="playMode"> SinglePlayer </span></p>
<div itemprop="author" itemscope itemtype="https://schema.org/Organization">
    <p> Author<a itemprop="url" href="http://www.bethsoft.com/"><span itemprop="name">Bethesda Game Studios</span></a></p>
    <p>Founded in <span itemprop="foundingDate">1986</span></p>
    <P> Persons</p>
    <ul>
      <li>Founder: <span itemprop="founder">Christopher Weaver</span></li>
      <li itemprop="employee">Vlatko Andonov</li>
      <li itemprop="employee">Todd Howard</li>
      <li itemprop="employee">Ashley Cheng</li>
    </ul>
</div>
 <p> Published by:<span itemprop="publisher">Bethesda Softworks</span>, <span itemprop="publisher">Ubisoft</span></p>
 <p>Genre: <span itemprop="genre">Action Role-playing game</span></p>
<ul>
<li itemprop="gamePlatform"> Microsoft Windows X </li>
<li itemprop="gamePlatform"> Windows 7 </li>
<li itemprop="gamePlatform"> Xbox 360 </li>
<li itemprop="gamePlatform"> PlayStation 3 </li>
</ul>
<div ><h2>Items</h2>
  <div itemprop="gameItem" itemscope itemtype="https://schema.org/Thing">
    <link itemprop="url" href="http://fallout.wikia.com/wiki/Fallout_3_items"/>
    <p itemprop="description"> A dynamic facet of gameplay is that firearms wear out over time of use. As a weapon degenerates, its damage is reduced and it loses accuracy. However, worn out firearms of the same type can be combined to make more reliable and powerful weapons. Weapon schematics can also be found and used to create various devices such as the Rock-It Launcher that can fire various items such as lunchboxes and stuffed animals, or the bottlecap mine, made out of a Vault-Tec lunchbox, cherry bombs, sensor module and bottle caps. Along with equipping various weapons, the player can also utilize different armors and clothing that may have effects that can alter various skills</p>
  </div>
  <div>
    ...
  </div>
</div>
<div><h2>Skills&amp;perks</h2>
  <b>Skills:</b>
  <div itemprop="characterAttribute" itemscope itemtype="https://schema.org/Thing"><b itemprop="name">Barter</b>
  <meta itemprop="alternateName" content="Skill">
    <p itemprop="description"> Proficiency at trading and haggling </p>
  </div>
  <div>
    ...
  </div>
<b>Perks:</b>
<div  itemprop="characterAttribute" itemscope itemtype="https://schema.org/Thing"><b itemprop="name">Black Widow/Lady Killer</b>
  <meta itemprop="alternateName" content="Perk">
    <p itemprop="description">+10% damage to the opposite sex, and unique dialogue options with certain characters</p>
  </div>

</div>
<div><h2>Locations</h2>
  <ul>
    <li itemprop="gameLocation">"Rivet City"</li>
    <li itemprop="gameLocation">"Megaton"</li>
    <li itemprop="gameLocation">"Canterbury Commons"</li>
    <li itemprop="gameLocation">"Big Town"</li>
    <li itemprop="gameLocation">"Arefu"</li>
  </ul>
</div>
<a itemprop="gameTip" href="http://fallout.wikia.com/wiki/Fallout_3_Manual">Manual</a>
</body>

RDFA:

<body vocab="https://schema.org/" typeof="VideoGame">
<h1 property="name"><a property="url" href="http://fallout.wikia.com/wiki/Fallout_3">Fallout 3</a></h1>
<p>Play mode: <span property="playMode"> SinglePlayer </span></p>
<div property="author" typeof="Organization">
    <p> Author<a property="url" href="http://www.bethsoft.com/"><span property="name">Bethesda Game Studios</span></a></p>
    <p>Founded in <span property="foundingDate">1986</span></p>
    <P> Persons</p>
    <ul>
      <li>Founder: <span property="founder">Christopher Weaver</span></li>
      <li property="employee">Vlatko Andonov</li>
      <li property="employee">Todd Howard</li>
      <li property="employee">Ashley Cheng</li>
    </ul>
</div>
 <p> Published by:<span property="publisher">Bethesda Softworks</span>, <span property="publisher">Ubisoft</span></p>
 <p>Genre: <span property="genre">Action Role-playing game</span></p>
<ul>
<li property="gamePlatform"> Microsoft Windows X </li>
<li property="gamePlatform"> Windows 7 </li>
<li property="gamePlatform"> Xbox 360 </li>
<li property="gamePlatform"> PlayStation 3 </li>
</ul>
<div ><h2>Items</h2>
  <div property="gameItem" typeof="Thing">
    <link property="url" href="http://fallout.wikia.com/wiki/Fallout_3_items"/>
    <p property="description"> A dynamic facet of gameplay is that firearms wear out over time of use. As a weapon degenerates, its damage is reduced and it loses accuracy. However, worn out firearms of the same type can be combined to make more reliable and powerful weapons. Weapon schematics can also be found and used to create various devices such as the Rock-It Launcher that can fire various items such as lunchboxes and stuffed animals, or the bottlecap mine, made out of a Vault-Tec lunchbox, cherry bombs, sensor module and bottle caps. Along with equipping various weapons, the player can also utilize different armors and clothing that may have effects that can alter various skills</p>
  </div>
  <div>
    ...
  </div>
</div>
<div><h2>Skills&amp;perks</h2>
  <b>Skills:</b>
  <div property="characterAttribute" typeof="Thing"><b property="name">Barter</b>
  <meta property="alternateName" content="Skill">
    <p property="description"> Proficiency at trading and haggling </p>
  </div>
  <div>
    ...
  </div>
<b>Perks:</b>
<div  property="characterAttribute" typeof="Thing"><b property="name">Black Widow/Lady Killer</b>
  <meta property="alternateName" content="Perk">
    <p property="description">+10% damage to the opposite sex, and unique dialogue options with certain characters</p>
  </div>

</div>
<div><h2>Locations</h2>
  <ul>
    <li property="gameLocation">"Rivet City"</li>
    <li property="gameLocation">"Megaton"</li>
    <li property="gameLocation">"Canterbury Commons"</li>
    <li property="gameLocation">"Big Town"</li>
    <li property="gameLocation">"Arefu"</li>
  </ul>
</div>
<a property="gameTip" href="http://fallout.wikia.com/wiki/Fallout_3_Manual">Manual</a>
</body>

JSON:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "VideoGame",
  "name": "Fallout 3",
  "url": "http://fallout.wikia.com/wiki/Fallout_3",
  "playMode": "SinglePlayer",
  "author": {
    "@type": "Organization",
    "name":"Bethesda Game Studios",
    "url":"http://www.bethsoft.com/",
    "founder":"Christopher Weaver",
    "foundingDate":"1986",
    "employee":["Vlatko Andonov","Todd Howard","Ashley Cheng"]
    },
  "publisher":["Bethesda Softworks","Ubisoft"],
  "genre":"Action Role-playing game",
  "gamePlatform":["Microsoft Windows X", "Windows 7","Xbox 360","PlayStation 3"],
  "contentRating":"ESRB M",
  "gameItem": {
    "@type": "Thing",
    "url":"http://fallout.wikia.com/wiki/Fallout_3_items",
    "description":"A dynamic facet of gameplay is that firearms wear out over time of use. As a weapon degenerates, its damage is reduced and it loses accuracy. However, worn out firearms of the same type can be combined to make more reliable and powerful weapons. Weapon schematics can also be found and used to create various devices such as the Rock-It Launcher that can fire various items such as lunchboxes and stuffed animals, or the bottlecap mine, made out of a Vault-Tec lunchbox, cherry bombs, sensor module and bottle caps. Along with equipping various weapons, the player can also utilize different armors and clothing that may have effects that can alter various skills"
    },
  "characterAttribute": [{
    "@type": "Thing",
    "name":"Barter",
    "alternateName":"skill",
    "description":"Proficiency at trading and haggling"
  },
  {
    "@type": "Thing",
    "name":"Black Widow/Lady Killer",
    "alternateName":"perk",
    "description":"+10% damage to the opposite sex, and unique dialogue options with certain characters"
  }],
  "gameLocation":["Rivet City", "Megaton", "Canterbury Commons", "Big Town", "Arefu"],
  "gameTip":"http://fallout.wikia.com/wiki/Fallout_3_Manual"
}</script>

TYPES: #eg-0450 VideoGame

PRE-MARKUP:

<body>
...
<span>iOS</span>

<img alt="Picture of monopoly board game." src="http://a3.mzstatic.com/us/r30/Purple/v4/56/85/9b/56859be5-c5fa-9cc2-9277-276891ad070e/screen568x568.jpeg"/>
<span>MONOPOLY</span>
by <span>Electronic Arts</span>
<span>
**YOU VOTED &amp; THE CAT’S OUT OF THE BAG** Thanks to the votes from YOU and thousands of loyal MONOPOLY Facebook fans from 185 different countries, the CAT mover is now available to play with in this latest update as well as in the classic board game version of MONOPOLY!</span>
<div>
  <span>4</span> stars -
  <span>33</span> reviews
</div>
<div>
  Price: <span>1</span> In Stock
 </div>
  Version:<span>1.2.50</span>
  Updated: 09.11.2013
<div>
  Age<span>4</span>+
</div>
</body>

MICRODATA:

<body itemscope itemtype="https://schema.org/VideoGame https://schema.org/MobileApplication">
...
<span itemprop="gamePlatform">iOS</span>

<img itemprop="image" alt="Picture of monopoly board game." src="http://a3.mzstatic.com/us/r30/Purple/v4/56/85/9b/56859be5-c5fa-9cc2-9277-276891ad070e/screen568x568.jpeg"/>
<span itemprop="name">MONOPOLY</span>
by <span itemprop="author">Electronic Arts</span>
<span itemprop="description">
**YOU VOTED &amp; THE CAT’S OUT OF THE BAG** Thanks to the votes from YOU and thousands of loyal MONOPOLY Facebook fans from 185 different countries, the CAT mover is now available to play with in this latest update as well as in the classic board game version of MONOPOLY!</span>
<div itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating">
  <span itemprop="ratingValue">4</span> stars -
  <span itemprop="reviewCount">33</span> reviews
</div>
<div itemprop="offers" itemscope itemtype="https://schema.org/Offer">
  Price: <span itemprop="price">1</span>
  <meta itemprop="priceCurrency" content="USD" />
  <link itemprop="availability" href="https://schema.org/InStock">In Stock
 </div>
  Version:<span itemprop="softwareVersion">1.2.50</span>
  Updated:<meta itemprop="dateModified" content="2013-11-09"> 09.11.2013
<div itemprop="audience" itemscope itemtype="https://schema.org/PeopleAudience">
  Age<span itemprop="requiredMinAge">4</span>+
</div>
</body>

RDFA:

<body vocab="https://schema.org/" typeof="VideoGame MobileApplication">
...
<span property="gamePlatform">iOS</span>

<img property="image" alt="Picture of monopoly board game." src="http://a3.mzstatic.com/us/r30/Purple/v4/56/85/9b/56859be5-c5fa-9cc2-9277-276891ad070e/screen568x568.jpeg"/>
<span property="name">MONOPOLY</span>
by <span property="author">Electronic Arts</span>
<span property="description">
**YOU VOTED &amp; THE CAT’S OUT OF THE BAG** Thanks to the votes from YOU and thousands of loyal MONOPOLY Facebook fans from 185 different countries, the CAT mover is now available to play with in this latest update as well as in the classic board game version of MONOPOLY!</span>
<div property="aggregateRating" typeof="AggregateRating">
  <span property="ratingValue">4</span> stars -
  <span property="reviewCount">33</span> reviews
</div>
<div property="offers" typeof="Offer">
  Price: <span property="price">1</span>
  <meta property="priceCurrency" content="USD" />
  <link property="availability" href="https://schema.org/InStock">In Stock
 </div>
  Version:<span property="softwareVersion">1.2.50</span>
  Updated:<meta property="dateModified" content="2013-11-09"> 09.11.2013
<div property="audience" typeof="PeopleAudience">
  Age<span property="requiredMinAge">4</span>+
</div>
</body>

JSON:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": ["VideoGame","MobileApplication"],
  "gamePlatform":"iOS",
  "image":"http://a3.mzstatic.com/us/r30/Purple/v4/56/85/9b/56859be5-c5fa-9cc2-9277-276891ad070e/screen568x568.jpeg",
  "name":"Monopoly",
  "author":"Electronic Arts",
  "description":"**YOU VOTED &amp; THE CAT’S OUT OF THE BAG** Thanks to the votes from YOU and thousands of loyal MONOPOLY Facebook fans from 185 different countries, the CAT mover is now available to play with in this latest update as well as in the classic board game version of MONOPOLY!",
  "aggregateRating":{
    "@type":"AggregateRating",
    "ratingValue":"4",
    "ratingCount":"33"
  },
  "offers":{
    "@type":"Offer",
    "price":"1",
    "priceCurrency":"USD",
    "availability":"https://schema.org/InStock"
  },
  "softwareVersion":"1.2.50",
  "dateModified":"2013-11-09",
  "audience":{
    "@type":"PeopleAudience",
    "requiredMinAge":"4"
  }
}</script>

TYPES: #eg-0451 VideoGame

PRE-MARKUP:

This example is JSON only.

MICRODATA:

This example is JSON only.

RDFA:

This example is JSON only.

JSON:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "VideoGame",
  "name": "Minecraft",
  "url": "http://www.mineplex.com/",
  "playMode": "MultiPlayer",
  "gamePlatform": " Online_gaming_services",
  "gameServer": {
    "name": "mineplex",
    "url":"123.45.678.90:2342",
    "playersOnline": "5361",
    "serverStatus": "Online"
  },
"video": {
  "@type" : "VideoObject",
  "caption" : "CHALLENGE ACCEPTED! #6 [Hot Pepper Challenge!]",
  "description" : "How many Jalapeno can I eat without crying? ZERO. Today's challenge is for every chest I open, I have to eat a Jalapeno and... I HAVE TO WIN. This video was painful",
  "url" : "http://www.youtube.com/watch?v=0q6a9aFk3XY"
  }
}
</script>

TYPES: #eg-0452 Game

PRE-MARKUP:

<section>
    <section>
      <span>Approx. Retail:</span>
      <span>$17.99</span>
      <a href="/monopoly-2/en_US/shop/where-to-buy.cfm?brand_guid=DAD28866-1C43-11DD-BD0B-0800200C9A66&prodName=Monopoly%20Game">Where To Buy</a>
    </section>
    <span>
      Ages: <span>8</span> YEARS &amp; UP
    </span>
    <h4>Game Description:</h4>
    <p>Own it all as a high-flying trader in the fast-paced world of real estate. Tour the city for the hottest properties: sites, stations and utilities are all up for grabs. Invest in houses and hotels, then watch the rent come pouring in! Make deals with other players and look out for bargains at auction. There are many ways to get what you want. For really speedy dealers, use the speed die for a quick and intense game of Monopoly. So get on Go and trade your way to success!<br/><br/>Includes <span>gameboard</span>, <span>8 tokens</span>, <span>28 Title Deed cards</span>, <span>16 Chance cards</span>, <span>16 Community Chest cards</span>, <span>money pack</span>,<span> 32 houses</span>, <span>12 hotels</span>, 2 dice and instructions<br/><br/>•Features a speed die for a faster, more intense game<br/>•Includes the new token that was voted No. 1: the cat<br/><br/>
    <div>For 3 to 5 players.</div><br/><br/>Ages 8 and up.<br/><br/>Monopoly and all related characters are trademarks of Hasbro.
    </section>

MICRODATA:

<section itemscope itemtype="https://schema.org/Game">
    <section itemprop="offers" itemscope itemtype="https://schema.org/Offer">
      <span>Approx. Retail:</span>
      <span itemprop="priceCurrency">$</span><span itemprop="price">17.99</span>
      <a href="/monopoly-2/en_US/shop/where-to-buy.cfm?brand_guid=DAD28866-1C43-11DD-BD0B-0800200C9A66&prodName=Monopoly%20Game" itemprop="availableAtOrFrom">Where To Buy</a>
    </section>
    <span itemprop="audience" itemscope itemtype="https://schema.org/PeopleAudience">
      Ages: <span itemprop="suggestedMinAge">8</span> YEARS &amp; UP
    </span>
    <h4>Game Description:</h4>
    <p itemprop="description">Own it all as a high-flying trader in the fast-paced world of real estate. Tour the city for the hottest properties: sites, stations and utilities are all up for grabs. Invest in houses and hotels, then watch the rent come pouring in! Make deals with other players and look out for bargains at auction. There are many ways to get what you want. For really speedy dealers, use the speed die for a quick and intense game of Monopoly. So get on Go and trade your way to success!<br/><br/>Includes <span itemprop="gameItem">gameboard</span>, <span itemprop="gameItem">8 tokens</span>, <span itemprop="gameItem">28 Title Deed cards</span>, <span itemprop="gameItem">16 Chance cards</span>, <span itemprop="gameItem">16 Community Chest cards</span>, <span itemprop="gameItem">money pack</span>,<span itemprop="gameItem"> 32 houses</span>, <span itemprop="gameItem">12 hotels</span>, 2 dice and instructions<br/><br/>•Features a speed die for a faster, more intense game<br/>•Includes the new token that was voted No. 1: the cat<br/><br/>
    <div itemprop="numberOfPlayers" itemscope itemtype="https://schema.org/QuantitativeValue">For <span itemprop="minValue">3</span> to <span itemprop="maxValue">5</span> players.</div><br/><br/>Ages 8 and up.<br/><br/>Monopoly and all related characters are trademarks of <span itemprop="copyrightHolder">Hasbro</span>.
    </section>

RDFA:

<section vocab="https://schema.org/" typeof="Game">
    <section property="offers" typeof="Offer">
      <span>Approx. Retail:</span>
      <span property="priceCurrency">$</span><span property="price">17.99</span>
      <a href="/monopoly-2/en_US/shop/where-to-buy.cfm?brand_guid=DAD28866-1C43-11DD-BD0B-0800200C9A66&prodName=Monopoly%20Game" property="availableAtOrFrom">Where To Buy</a>
    </section>
    <span property="audience" typeof="PeopleAudience">
      Ages: <span property="suggestedMinAge">8</span> YEARS &amp; UP
    </span>
    <h4>Game Description:</h4>
    <p property="description">Own it all as a high-flying trader in the fast-paced world of real estate. Tour the city for the hottest properties: sites, stations and utilities are all up for grabs. Invest in houses and hotels, then watch the rent come pouring in! Make deals with other players and look out for bargains at auction. There are many ways to get what you want. For really speedy dealers, use the speed die for a quick and intense game of Monopoly. So get on Go and trade your way to success!<br/><br/>Includes <span property="gameItem">gameboard</span>, <span property="gameItem">8 tokens</span>, <span property="gameItem">28 Title Deed cards</span>, <span property="gameItem">16 Chance cards</span>, <span property="gameItem">16 Community Chest cards</span>, <span property="gameItem">money pack</span>,<span property="gameItem"> 32 houses</span>, <span property="gameItem">12 hotels</span>, 2 dice and instructions<br/><br/>•Features a speed die for a faster, more intense game<br/>•Includes the new token that was voted No. 1: the cat<br/><br/>
    <div property="numberOfPlayers" typeof="QuantitativeValue">For <span property="minValue">3</span> to <span property="maxValue">5</span> players.</div><br/><br/>Ages 8 and up.<br/><br/>Monopoly and all related characters are trademarks of <span property="copyrightHolder">Hasbro</span>.
    </section>

JSON:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Game",
  "offers":{
    "@type":"Offer",
    "priceCurrency":"$",
    "price":"17.99",
    "availableAtOrFrom":"/monopoly-2/en_US/shop/where-to-buy.cfm?brand_guid=DAD28866-1C43-11DD-BD0B-0800200C9A66&prodName=Monopoly%20Game"
  },
  "audience":{
    "@type":"PeopleAudience",
    "suggestedMinAge":"8"
  },
  "description":"Own it all as a high-flying trader in the fast-paced world of real estate. Tour the city for the hottest properties: sites, stations and utilities are all up for grabs. Invest in houses and hotels, then watch the rent come pouring in! Make deals with other players and look out for bargains at auction. There are many ways to get what you want. For really speedy dealers, use the speed die for a quick and intense game of Monopoly. So get on Go and trade your way to success!",
  "gameItem":["gameboard","8 tokens","Title Deed cards","16 Chance cards", "16 Community Chest cards","money pack","32 houses","12 hotels"],
  "numberOfPlayers":{
    "@type":"QuantitativeValue",
    "minValue":"3",
    "maxValue":"5"
  },
  "copyrightHolder":"Hasbro"
}
</script>

TYPES: #eg-0453 VideoGame

PRE-MARKUP:

This example is JSON only.

MICRODATA:

This example is JSON only.

RDFA:

This example is JSON only.

JSON:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "VideoGameSeries",
  "name":"Mass Effect",
  "genre":["ARPG", "third-person shooter"],
  "author":"BioWare",
  "character":{
  "@type":"Person",
  "name":"Shepard",
  "birthDate":"2154-04-11"
  },
  "gameLocation":
  {"@type":"Place",
  "name":"Citadel",
  "description":"Supposedly constructed by the long-extinct Protheans, this colossal deep-space station serves as the capital of the Citadel Council. Gravity is simulated through rotation, and is a comfortable 1.02 standard G's on the Wards and a light 0.3 standard G's on the Presidium Ring"
  },
  "hasPart":[{
   "@context": "https://schema.org",
   "@type": "VideoGame",
   "name":"Mass Effect 1",
   "gamePlatform":["PlayStation 3", "Xbox 360", "Windows"],
   "datePublished":"2007-11-20",
   "character":{
    "@type":"Person",
    "name":"Saren Arterius",
    "birthDate":"2139",
    "description":"Saren Arterius, born 2139, is the longest serving turian member of the Spectres, the elite operatives answering directly to the Citadel Council. For 24 years, he has been an agent of the Council's will, a zealous defender of galactic stability in the unsettled border region of the Skyllian Verge"
   }
  },
  {
   "@context": "https://schema.org",
  "@type": "VideoGame",
  "name":"Mass Effect Galaxy",
  "gamePlatform":"iOS",
  "datePublished":"2009-06-22"
  }]
 }
 </script>

back to top