| Property | On Types | description |
|---|---|---|
| address | Physical address of the item. | |
| billingAddress | The billing address for the order. | |
| deliveryAddress | Destination address. | |
| gameLocation | Real or fictional location of the game (or part of game). | |
| itemLocation | Current location of the item. | |
| location | The location of, for example, where an event is happening, where an organization is located, or where an action takes place. | |
| originAddress | Shipper's address. | |
| servicePostalAddress | The address for accessing the service by mail. |
| Property | Expected Type | description |
|---|---|---|
| addressCountry | Country Text | The two-letter ISO 3166-1 alpha-2 country code. |
| addressCountryName | Country Text | The countries full name |
| addressLocality | Text | An incorporated city or town political entity. |
| addressNaturalFeature | Text | Indicates a prominent natural feature, such as a mountain, lake, or forest. |
| addressNeighborhood | Text | Indicates a named neighborhood or district within a city or town. |
| addressRegion | Text | The region in which the locality is, and which is in the country. For example, California or another appropriate first-level Administrative division. |
| addressRegionCode | Text | The region in which the locality is, and which is in the country. For example, California or another appropriate first-level Administrative division. |
| addressRoute | Text | Indicates a named route (such as 'US 101') or a street name (such as 'Rodeo Drive'). |
| addressStreetNumber | Text | The number of the building or house on the street, not including the street name. |
| addressSubLocality | Text | A sublocality is a type of locality that is smaller than a city or town. For example, a city may have neighborhoods or boroughs which are sublocalities. |
| addressVicinity | Text | Contains a simplified address for the place, including the street name, street number, and locality, but not the province/state, postal code, or country. This content is meant to be read as-is. Do not programmatically parse the formatted address. |
| adminDivisionLevel2 | Text | Indicates a second-order civil entity below the country level. Within the United States, these administrative levels are counties. Not all nations exhibit these administrative levels. |
| adminDivisionLevel3 | Text | Indicates a third-order civil entity below the country level. This type indicates a minor civil division. Not all nations exhibit these administrative levels. |
| adminDivisionLevel4 | Text | Indicates a fourth-order civil entity below the country level. This type indicates a minor civil division. Not all nations exhibit these administrative levels. |
| postalCode | Text | The postal code. For example, 94043. |
| postOfficeBoxNumber | Text | The post office box number for PO box addresses. |
| streetAddress | Text | The street address. For example, 1600 Amphitheatre Pkwy. |
| Property | Expected Type | description |
|---|---|---|
| areaServed | The geographic area where a service or offered item is provided. | |
| availableLanguage | Text Language | A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage. |
| contactOption | An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers). | |
| contactType | Text | A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point. |
Text | Email address. | |
| faxNumber | Text | A string representing a fax number. |
| hoursAvailable | The hours during which this service or contact is available. | |
| productSupported | Text Product | The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. "iPhone") or a general category of products or services (e.g. "smartphones"). |
| serviceArea | The geographic area where the service is provided. | |
| telephone | Text | The telephone number. Including the international dialing prefix. |
| Property | Expected Type | description |
|---|---|---|
| additionalType | URL | An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally. |
| alternateName | Text | An alias for the item. |
| description | Text | A description of the item. |
| disambiguatingDescription | Text | A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation. |
| identifier | The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. | |
| image | URL ImageObject | An image of the item. This can be a URL or a fully described ImageObject. |
| instanceOf | Type to which this subject belongs. Use for membership in a value set (Enumeration), not inheritance. Example: K2 instanceOf mountain; volcano subClassOf mountain. | |
| mainEntityOfPage | URL CreativeWork | Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details. |
| name | Text | The name of the item. |
| potentialAction | Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. | |
| sameAs | URL | URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. |
| subjectOf | A CreativeWork or Event about this Thing. | |
| url | URL | URL of the item. |