Table of Contents

postalAddress

Description

An address object from schema.org (see https://schema.org/PostalAddress).

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": "addressCountry",
  "addressLocality": "addressLocality",
  "addressRegion": "addressRegion",
  "postOfficeBoxNumber": "postOfficeBoxNumber",
  "postalCode": "postalCode",
  "streetAddress": "streetAddress"
}