> For the complete documentation index, see [llms.txt](https://docs.devhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devhub.com/seo/schema.org-support.md).

# 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](https://api-docs.devhub.com/core-resources/locations#extra-schema-org) if that data exists on a Location.

* `name`: Location name or Business Name
* `description`: Location description
* `sameAs`: Links to any social URLs
* `telephone`
* `faxNumber`
* `openingHours`: Structured daily hours of operation
* `address`: streetAddress and other address field associated with `"@type": "PostalAddress"`
* `geo`: Latitude and longitude
* `@type:` Defaults to `LocalBusiness`, but can be overridden with a specific business type using the `business.schema_business_type` field
* `paymentAccepted`: list of payment types accepted
* `priceRange`: range of price, `$`-`$$$$`

For details on the structure of the schema.org values, you can view those [here](https://api-docs.devhub.com/core-resources/locations#extra-schema-org)

### 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](https://api-docs.devhub.com/core-resources/locations#location-object).

## 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:

{% content-ref url="/pages/-MYfASXaOyAwYqCxoHQk" %}
[Schema.org FAQ utility](/themes-and-custom-templates/advanced-examples/schema.org-faq-utility.md)
{% endcontent-ref %}

### 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.
