Game
Type name: Game
Extends CreativeWork
Name |
Type |
Description |
characterAttribute |
Thing |
A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage). |
gameItem |
Thing |
An item is an object within the game world that can be collected by a player or, occasionally, a non-player character. |
gameLocation |
Place, PostalAddress or URL |
Real or fictional location of the game (or part of game). |
numberOfPlayers |
QuantitativeValue |
Indicate how many people can play this game (minimum, maximum, or range). |
quest |
Thing |
The task that a player-controlled character, or group of characters may complete in order to gain a reward. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["The `Game` type, extending `CreativeWork`, provides structured data about video games for richer search results and enhanced user experiences."],["Key properties include `characterAttribute`, `gameItem`, `gameLocation`, `numberOfPlayers`, and `quest` to describe game elements."],["These properties utilize schema.org types like `Thing`, `Place`, `PostalAddress`, `URL`, and `QuantitativeValue` for detailed information."],["`Game` schema allows you to define fictional character attributes, in-game items, locations (real or fictional), player count, and game quests."],["By implementing `Game` schema, developers can enhance the visibility and discoverability of their games on search engines."]]],["The content defines the \"Game\" type, extending \"CreativeWork,\" and outlines its properties. Key information includes \"characterAttribute,\" representing a character's traits; \"gameItem,\" defining collectible in-game objects; \"gameLocation,\" specifying the game's setting; \"numberOfPlayers,\" indicating player capacity; and \"quest,\" describing a task that, when completed, rewards the player(s). All these are key components within the game and are each of its aspects.\n"]]