Saltar al contenido principal

Interface: SeoMetaFlat

Defined in: src/config/seo-meta.types.ts:48

Flat meta: HTML head essentials + Facebook Open Graph.

Extends

Properties

articleAuthor?

optional articleAuthor?: readonly string[]

Defined in: src/config/seo-meta.types.ts:38

Inherited from

SeoMetaArticle.articleAuthor


articleModifiedTime?

optional articleModifiedTime?: string

Defined in: src/config/seo-meta.types.ts:39

Inherited from

SeoMetaArticle.articleModifiedTime


articlePublishedTime?

optional articlePublishedTime?: string

Defined in: src/config/seo-meta.types.ts:40

Inherited from

SeoMetaArticle.articlePublishedTime


articleSection?

optional articleSection?: string

Defined in: src/config/seo-meta.types.ts:41

Inherited from

SeoMetaArticle.articleSection


articleTag?

optional articleTag?: readonly string[]

Defined in: src/config/seo-meta.types.ts:42

Inherited from

SeoMetaArticle.articleTag


author?

optional author?: string

Defined in: src/config/seo-meta.types.ts:63

Meta author.


canonical?

optional canonical?: string

Defined in: src/config/seo-meta.types.ts:68

Explicit canonical URL → <link rel="canonical">. Prefer this over url when you know the preferred address.


charset?

optional charset?: string

Defined in: src/config/seo-meta.types.ts:74


description?

optional description?: string

Defined in: src/config/seo-meta.types.ts:59

Page summary → <meta name="description">. Prefer this for the page; use ogDescription only to override the share preview.


keywords?

optional keywords?: string

Defined in: src/config/seo-meta.types.ts:61

Meta keywords (legacy; optional).


ogDescription?

optional ogDescription?: string

Defined in: src/config/seo-meta.types.ts:90

Open Graph description (og:description). Defaults to description when omitted.


ogImage?

optional ogImage?: string | SeoArrayable<SeoOgImageObject>

Defined in: src/config/seo-meta.types.ts:97


ogImageAlt?

optional ogImageAlt?: string

Defined in: src/config/seo-meta.types.ts:103


ogImageHeight?

optional ogImageHeight?: string | number

Defined in: src/config/seo-meta.types.ts:102


ogImageSecureUrl?

optional ogImageSecureUrl?: string

Defined in: src/config/seo-meta.types.ts:99


ogImageType?

optional ogImageType?: string

Defined in: src/config/seo-meta.types.ts:100


ogImageUrl?

optional ogImageUrl?: string

Defined in: src/config/seo-meta.types.ts:98


ogImageWidth?

optional ogImageWidth?: string | number

Defined in: src/config/seo-meta.types.ts:101


ogLocale?

optional ogLocale?: string

Defined in: src/config/seo-meta.types.ts:92


ogSiteName?

optional ogSiteName?: string

Defined in: src/config/seo-meta.types.ts:96

Open Graph site name (og:site_name). Defaults to siteTitle when omitted.


ogTitle?

optional ogTitle?: string

Defined in: src/config/seo-meta.types.ts:86

Open Graph title (og:title). Defaults to the resolved page title when omitted.


ogType?

optional ogType?: string

Defined in: src/config/seo-meta.types.ts:91


ogUrl?

optional ogUrl?: string

Defined in: src/config/seo-meta.types.ts:82

Open Graph page URL (og:url). Falls back to canonicalurlsite.


robots?

optional robots?: string | SeoRobotsObject

Defined in: src/config/seo-meta.types.ts:76


title?

optional title?: string

Defined in: src/config/seo-meta.types.ts:54

Page document title → <title>. Not the site brand (siteTitle). When both differ, the helper usually renders "Page | Brand".


url?

optional url?: string

Defined in: src/config/seo-meta.types.ts:73

Absolute page URL. Fallback for canonical / og:url when those are omitted (resolution order: ogUrlcanonicalurlsite).


viewport?

optional viewport?: string | Record<string, string | number | undefined>

Defined in: src/config/seo-meta.types.ts:75