export interface MetaEntry {
/** `` — para meta-tags estándar (description, viewport, etc.) */
name?: string;
/** `` — para OpenGraph (og:title, og:image, etc.) */
property?: string;
/** Valor del atributo content */
content: string;
}
export interface LinkEntry {
/** Valor de rel (canonical, icon, apple-touch-icon, manifest, etc.) */
rel: string;
/** URL */
href: string;
/** Opcional — image/png, application/json+ld, etc. */
type?: string;
/** Opcional — para multiple icons por size */
sizes?: string;
}
export interface JsonLdEntry {
/** JSON-LD schema object. Will be serialized and wrapped in `