Type Alias: UseSeoMetaBase
UseSeoMetaBase =
SeoMetaInput&object
Defined in: src/config/seo-meta.types.ts:112
Site + HTML + OG fields in one object (before Omit).
Type Declaration
lang?
optionallang?:string
Language code (e.g. "en", "es-ES").
nav?
optionalnav?:object[]
rss?
optionalrss?:Partial<{description?:string;enabled:boolean;limit:number;path:string;title?:string; }>
seo?
optionalseo?:Partial<{canonical:boolean;jsonLd:boolean;noindex:boolean;openGraph:boolean; }>
site?
optionalsite?:string
Site origin / base URL (no trailing slash), e.g. "https://example.com".
Not a title — used for canonical, OG, RSS, and JSON-LD defaults.
siteTitle?
optionalsiteTitle?:string
Site brand / product name (e.g. "KatanaKit").
Distinct from page SeoMetaFlat.title.
Used as <title> suffix ("Page | Brand"), og:site_name, and RSS feed name.