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

    Result of a traffic delta calculation between two periods.

    interface TrafficDeltaResult {
        absoluteChange: number;
        current: number;
        engine?: "google" | "bing";
        percentChange: number;
        previous: number;
        status: "increased" | "decreased" | "unchanged" | "new" | "lost";
    }
    Index

    Properties

    absoluteChange: number

    The absolute numerical difference.

    current: number

    The value in the current period.

    engine?: "google" | "bing"

    The search engine this data originates from.

    percentChange: number

    The percentage change.

    previous: number

    The value in the previous period.

    status: "increased" | "decreased" | "unchanged" | "new" | "lost"

    A semantic status indicating the direction of change.