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

    Interface RobotsGroup

    robots.txt generation — user-agent groups with allow/disallow/crawl-delay, plus sitemap + host directives.

    interface RobotsGroup {
        userAgent: string | string[];
        allow?: string[];
        disallow?: string[];
        crawlDelay?: number;
    }
    Index

    Properties

    userAgent: string | string[]
    allow?: string[]
    disallow?: string[]
    crawlDelay?: number