Google SEO MCP Server API - v1.13.5
    Preparing search index...
    • Inspects multiple URLs for a site in batch.

      Parameters

      • siteUrl: string

        The URL of the site as defined in Search Console.

      • inspectionUrls: string[]

        The list of URLs to inspect.

      • languageCode: string = 'en-US'

        The language used for localized results. Defaults to 'en-US'.

      Returns Promise<
          { error?: string; result?: Schema$InspectUrlIndexResponse; url: string }[],
      >

      An array of results, each containing the URL and its inspection result or error.