Google SEO MCP Server API - v1.13.5
    Preparing search index...

    Result of categorizing a ranking position.

    interface RankingBucketResult {
        bucket:
            | "Top 3"
            | "Page 1 (4-10)"
            | "Page 2 (11-20)"
            | "Page 3+"
            | "Unranked";
        engine?: "google"
        | "bing";
        position: number;
    }
    Index

    Properties

    bucket: "Top 3" | "Page 1 (4-10)" | "Page 2 (11-20)" | "Page 3+" | "Unranked"

    The category name for the ranking range.

    engine?: "google" | "bing"

    The search engine this data originates from.

    position: number

    The original ranking position.