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

    A high-ranking query that is underperforming in terms of clicks.

    interface LowCTROpportunity {
        benchmarkCtr: number;
        clicks: number;
        ctr: number;
        impressions: number;
        page: string;
        position: number;
        query: string;
    }
    Index

    Properties

    benchmarkCtr: number

    The target CTR based on the ranking position.

    clicks: number

    Total clicks.

    ctr: number

    Current click-through rate.

    impressions: number

    Total impressions.

    page: string

    The landing page.

    position: number

    Current average position.

    query: string

    The search query string.