postalAddress
Description
The mailing address (from schema.org).
Properties
| Name | Description | Required | Type |
|---|---|---|---|
| AddressCountry | The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code. | No | string |
| AddressLocality | The locality in which the street address is, and which is in the region. For example, Mountain View. | No | string |
| AddressRegion | The region in which the locality is, and which is in the country. For example, California or another appropriate first-level Administrative division | No | string |
| PostOfficeBoxNumber | The post office box number for PO box addresses. | No | string |
| PostalCode | The postal code. For example, 94043. | No | string |
| StreetAddress | The street address. For example, 1600 Amphitheatre Pkwy. | No | string |
Examples
Example 1
{
"addressCountry": "New Zealand",
"addressLocality": "Te Miro",
"addressRegion": "Waikato",
"postOfficeBoxNumber": "12-789",
"postalCode": "3434",
"streetAddress": "750 Long Road"
}