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

    Interface RobotsMetadata

    Robots and crawling metadata.

    Contains robot directives for search engines and crawlers.

    interface RobotsMetadata {
        robots?: RobotDirectives;
        googlebot?: RobotDirectives;
        bingbot?: RobotDirectives;
        googlebotNews?: RobotDirectives;
    }
    Index

    Properties

    General robots directives

    googlebot?: RobotDirectives

    Google-specific directives

    bingbot?: RobotDirectives

    Bing-specific directives

    googlebotNews?: RobotDirectives

    Google News-specific directives