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

    Interface PerformanceSummary

    Aggregate performance metrics for a specific site and period.

    interface PerformanceSummary {
        clicks: number;
        ctr: number;
        endDate: string;
        impressions: number;
        position: number;
        startDate: string;
    }
    Index

    Properties

    clicks: number

    Total clicks received from Google Search.

    ctr: number

    Average click-through rate (clicks / impressions).

    endDate: string

    The end date of the reporting period.

    impressions: number

    Total times the site appeared in search results.

    position: number

    Average ranking position in search results.

    startDate: string

    The start date of the reporting period.