Interface: SeoTagNode
Defined in: src/config/seo-meta.types.ts:183
Astro convenience re-exports of the framework-agnostic SEO helpers.
Prefer importing from katanakit-js directly.
Inside Nuxt apps use Nuxt's own useSeoMeta / useHead instead.
Properties
attrs?
optionalattrs?:Record<string,string>
Defined in: src/config/seo-meta.types.ts:185
tag
tag:
"link"|"meta"|"script"|"title"
Defined in: src/config/seo-meta.types.ts:184
text?
optionaltext?:string
Defined in: src/config/seo-meta.types.ts:186