Smithery

check_indexing_issues

Inspect up to 10 page URLs and group detected indexing, canonical, robots, and fetch issues.

Remote smithery-acc/google-search-console

Remote (network-hosted)

Other tools also called check_indexing_issues? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "urls": {
      "type": "string",
      "minLength": 1,
      "description": "One fully qualified page URL per line, with at most 10 URLs."
    },
    "site_url": {
      "type": "string",
      "description": "Exact property identifier returned by list_properties."
    },
    "language_code": {
      "type": "string",
      "default": "en-US",
      "description": "BCP 47 language code for translated issue messages."
    }
  }
}