object

SeoMarkupSchema

A single SEO JSON-LD markup schema template configured for a sales channel, keyed by the storefront page type it should be rendered on. The `schema` field is a Mustache/Nunjucks-style template string that storefronts render against the current route's data at request time. Mirrors the REST SEOSchemaMarkupTemplate response.
Fields
Unique identifier of an entry. For example, '622ad5f0a5c59f33cc15ae16'.
title
String
Human-readable title for the schema template (admin-only label).
page_type
PageType!
Required
The storefront page type this template renders on.
description
String
Admin-facing description of what this template does.
schema
String!
Required
Mustache/Nunjucks template that produces the JSON-LD payload. Storefront renders this against current page data.
active
Boolean
Whether the template is currently active. Inactive templates are not returned by `seoMarkupSchemas`.