seo

Model for SEO-related settings and generated SEO metadata, including webmaster verification keys, analytics settings, and JSON-LD output.

Available Model API Paths

MethodPath patternDescription
get/noindex/...Return site default noindex setting for generated pages.
get/keywords/...Return default SEO keywords configured for the site.
get/description/...Return default SEO description configured for the site.
get/bing/webmaster_verify/...Return the configured Bing webmaster verification token.
get/google/webmaster_verify/...Return the configured Google webmaster verification token.
get/google/analytics/...Return configured Google Analytics identifier/value.
get/google/gtm/...Return configured Google Tag Manager container id/value.
get/plausible/analytics/...Return whether Plausible analytics integration is enabled.
get/yandex/webmaster_verify/...Return the configured Yandex webmaster verification token.
get/jsonld/+id/...Return generated JSON-LD metadata document for resource/page +id.

/+name marks a variable path segment. A trailing /... means extra path segments are accepted for further lookups.

Edit on GitHub