StatamicSeoData

The SEO data type used in Statamic.

Type Definition

type 
StatamicSeoData
= {
seo_canonical_custom
: string | null;
seo_canonical_entry
:
Record
<string, any> | null;
seo_canonical_type
:
StatamicSeoObjectType
;
seo_description
: string;
seo_json_ld
:
StatamicSeoJsonLd
;
seo_nofollow
: boolean;
seo_noindex
: boolean;
seo_og_description
: string;
seo_og_image
:
StatamicSeoImage
;
seo_og_title
: string;
seo_site_name_position
:
StatamicSeoSiteNamePosition
;
seo_sitemap_change_frequency
:
StatamicSeoObjectType
;
seo_sitemap_enabled
: boolean;
seo_sitemap_priority
:
StatamicSeoSitemapPriority
;
seo_title
: string;
seo_twitter_card
:
StatamicSeoTwitterCard
;
seo_twitter_description
: string;
seo_twitter_summary_image
:
StatamicSeoImage
;
seo_twitter_summary_large_image
:
StatamicSeoImage
| null;
seo_twitter_title
: string;
};