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

    Summary of trend analysis and future projections.

    interface ForecastResult {
        currentTrend: "up" | "down" | "stable";
        forecastedValues: Record<string, number[]>;
        seasonalityStrength: number;
    }
    Index

    Properties

    currentTrend: "up" | "down" | "stable"

    The detected direction of the current trend.

    forecastedValues: Record<string, number[]>

    Projected future values for each analyzed metric.

    seasonalityStrength: number

    The calculated regularity of patterns in the data (0 to 1).