Stone.js API
    Preparing search index...

    Robots directive options. Emitted as <meta name="robots">.

    interface RobotsOptions {
        follow?: boolean;
        index?: boolean;
        maxImagePreview?: "none" | "standard" | "large";
        maxSnippet?: number;
        noarchive?: boolean;
        nosnippet?: boolean;
    }
    Index
    follow?: boolean
    index?: boolean
    maxImagePreview?: "none" | "standard" | "large"
    maxSnippet?: number
    noarchive?: boolean
    nosnippet?: boolean