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

    A simplified representation of a search dimension (query, page, etc.) and its metrics.

    interface TopItem {
        clicks: number;
        ctr: number;
        impressions: number;
        key: string;
        position: number;
    }
    Index

    Properties

    clicks: number

    Total clicks.

    ctr: number

    Average click-through rate.

    impressions: number

    Total impressions.

    key: string

    The value of the dimension (e.g., the query string or page URL).

    position: number

    Average ranking position.