Magpie HTML - v0.1.3
    Preparing search index...

    Interface RobotDirectives

    Parsed robot directives.

    interface RobotDirectives {
        index?: boolean;
        follow?: boolean;
        noarchive?: boolean;
        nosnippet?: boolean;
        noimageindex?: boolean;
        maxSnippet?: number;
        maxImagePreview?: string;
        maxVideoPreview?: number;
        notranslate?: boolean;
        unavailableAfter?: string;
    }
    Index

    Properties

    index?: boolean

    Allow indexing

    follow?: boolean

    Allow following links

    noarchive?: boolean

    Prevent archiving/caching

    nosnippet?: boolean

    Prevent showing snippets

    noimageindex?: boolean

    Prevent indexing images

    maxSnippet?: number

    Maximum snippet length (characters)

    maxImagePreview?: string

    Maximum image preview size

    maxVideoPreview?: number

    Maximum video preview length (seconds)

    notranslate?: boolean

    Prevent translation

    unavailableAfter?: string

    Date after which content is unavailable