Submit URL for recrawl
recrawl_submitAsk Yandex to recrawl a specific page sooner. Consumes one unit of daily recrawl quota and returns a task ID and remaining quota for tracking.
Instructions
Ask Yandex to recrawl a specific page of the host sooner. NOT read-only: each call consumes one unit of the limited daily recrawl quota (check it with recrawl_status). The URL must belong to the host and be a full absolute URL. Returns the task_id and the remaining quota. Track progress with recrawl_status using the returned task_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL of the page to recrawl, e.g. "https://example.com/page/". Must belong to the host. | |
| hostId | No | Host id (e.g. "https:example.com:443"). Defaults to YANDEX_WEBMASTER_HOST_ID. |