Saltar al contenido principal

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?

optional attrs?: 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?

optional text?: string

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