Schema.org support
Platform support for schema.org tags for SEO and setting custom schema.org values
Our schema tags are structured JSON-LD. The standard example would be business and location information that is automatically updated when changes are made to the business and location details in the platform.
Supported attributes
These schema attributes are automatically included on your page if that data exists on a Location.
name
: Location name or Business Namedescription
: Location descriptionsameAs
: Links to any social URLstelephone
faxNumber
openingHours
: Structured daily hours of operationaddress
: streetAddress and other address field associated with"@type": "PostalAddress"
geo
: Latitude and longitude@type:
Defaults toLocalBusiness
, but can be overridden with a specific business type using thebusiness.schema_business_type
fieldpaymentAccepted
: list of payment types acceptedpriceRange
: range of price,$
-$$$$
For details on the structure of the schema.org values, you can view those here
Extending the schema
You can extend and add additional JSON-LD schema data to any page within the platform to enhance the richness of the tags associated with a site or page. For more details you can visit our API docs.
Other schema support
Below are other common schema types we support of projects.
FAQ schema support
See an example of how to generate FAQ schema (FAQPage
) in your project:
Menu schema
We support menu schema (Menu
) on pages via integrations with Menu platforms.
Reviews schema
We support reviews schema (Review
) on page via integrations with review management and reputation management integrations and widgets.
Last updated