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

    Interface RobotsOptions

    @suluk/seo — a complete, framework-agnostic SEO toolkit for a Suluk app, inspired by the Nuxt SEO suite but pure + Cloudflare-safe (no runtime deps, no argless Date). It generates: robots.txt, sitemaps (with image + hreflang entries, plus a sitemap index), schema.org JSON-LD (the ecommerce graph), head meta (OpenGraph / Twitter / canonical / hreflang / robots), llms.txt, an OG-image SVG, the PWA web manifest, and deploy skew-protection. One import → every SEO surface a real ecommerce template needs. CANDIDATE tooling.

    interface RobotsOptions {
        groups?: RobotsGroup[];
        sitemaps?: string[];
        host?: string;
    }
    Index

    Properties

    groups?: RobotsGroup[]

    Groups; defaults to a single User-agent: * / Allow: / group.

    sitemaps?: string[]

    Absolute sitemap URLs to advertise.

    host?: string

    Optional Host: directive (canonical host).