UNPKG

metafy-seo

Version:

Lightweight, dependency-free React components and utilities for managing SEO metadata (meta tags, Open Graph, Twitter Cards) with optional SSR markup generation.

2 lines (1 loc) 176 B
export declare function upsertTag(head: HTMLElement, added: HTMLElement[], tag: 'meta' | 'link', attrs: Record<string, string>, contentAttr?: 'content' | 'href'): HTMLElement;