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

    Interface LlmsLink

    llms.txt generation (llmstxt.org) — a curated, LLM-friendly map of the site: H1 title, blockquote summary, optional details, then ## Section lists of - [title](url): description links.

    interface LlmsLink {
        title: string;
        url: string;
        description?: string;
    }
    Index

    Properties

    title: string
    url: string
    description?: string