Google SEO MCP Server API - v1.13.5
    Preparing search index...
    • Check if two pages are potentially cannibalizing each other for the same query.

      Parameters

      • query: string

        The shared search query.

      • pageA: {
            clicks: number;
            engine?: "google" | "bing";
            impressions: number;
            position: number;
        }

        Performance metrics for the first page.

      • pageB: {
            clicks: number;
            engine?: "google" | "bing";
            impressions: number;
            position: number;
        }

        Performance metrics for the second page.

      Returns CannibalizationCheckResult

      An overlap analysis with a recommendation.