@suluk/seo - v0.1.2
    Preparing search index...

    Interface Tag

    interface Tag {
        tag: "title" | "meta" | "link";
        attrs: Record<string, string>;
        text?: string;
    }
    Index

    Properties

    Properties

    tag: "title" | "meta" | "link"
    attrs: Record<string, string>
    text?: string