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

    A single SEO recommendation or finding.

    interface SEOInsight {
        category: string;
        data?: Record<string, unknown>;
        description: string;
        priority: "high" | "medium" | "low";
        title: string;
        type: "opportunity" | "warning" | "success";
    }
    Index

    Properties

    category: string

    The thematic area of the insight (e.g., 'Rankings', 'Content').

    data?: Record<string, unknown>

    Optional raw data supporting the insight.

    description: string

    A detailed explanation of the insight and its significance.

    priority: "high" | "medium" | "low"

    The urgency level of addressing this insight.

    title: string

    A concise title summarizing the finding.

    type: "opportunity" | "warning" | "success"

    The type of insight (opportunity, warning, or success).