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

    Interface RobotsMeta

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

    Properties

    index?: boolean
    follow?: boolean
    noarchive?: boolean
    maxSnippet?: number
    maxImagePreview?: "none" | "standard" | "large"