MCPOutils MCP/Suivi du positionnement SEO/add_seo_keywords

add_seo_keywords

Writelistings:write

Start tracking one or more keywords on a location's local-search ranking grid (geo-grid rank tracker). Up to 25 keywords total per location — extras beyond the cap are silently dropped. Re-adding an already-tracked keyword just re-activates it. Requires the location to have latitude/longitude set (throws otherwise). Optionally set gridSize (3, 5, or 7 — default 7) and distanceKm (default 1.5) the first time you configure a location's grid. excluded skips specific grid points from measurement (e.g. a lake, a rival's territory) — pass the (row, col) cells to exclude, 0-indexed from the grid's top-left.

Paramètres
locationIdstringobligatoire
Location id — the id from list_locations. Either id shape works. Required.
keywordsstring[]obligatoire
Keywords to track (required, up to 25 total per location).
gridSize3 | 5 | 7facultatif
Grid size (default 7).
distanceKmnumberfacultatif
Distance between grid points in km (default 1.5).
excludedobject[]facultatif
Grid points to exclude from measurement, as {row, col} pairs.
rownumberfacultatif
Row index, 0-indexed.
colnumberfacultatif
Column index, 0-indexed.
Exemple de requête
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "add_seo_keywords",
    "arguments": {
      "locationId": "string",
      "keywords": [
        "string"
      ]
    }
  }
}
Exemple de réponse
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

La forme de la réponse est indicative — le contenu réel dépend de l'outil et de vos données.