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

    Keywords with high impressions but low ranking position, representing potential quick wins.

    interface LowHangingFruit {
        clicks: number;
        ctr: number;
        impressions: number;
        position: number;
        potentialClicks: number;
        query: string;
    }
    Index

    Properties

    clicks: number

    Total clicks for the period.

    ctr: number

    Average click-through rate.

    impressions: number

    Total impressions for the period.

    position: number

    Average ranking position.

    potentialClicks: number

    Estimated additional clicks if position moved to top 3.

    query: string

    The search query string.