submit_url
Submit a URL to Google Indexing API for crawl notification. Specify whether the URL was updated or deleted. Automatically retries transient errors.
Instructions
Submit a single URL to the Google Indexing API for crawl notification.
url_type must be 'URL_UPDATED' (page added or changed, default) or 'URL_DELETED' (page removed). Requires a service account with Indexing API access — OAuth is not sufficient. Transient 429/5xx errors are retried automatically (up to 3 times). Credential errors and non-retryable failures propagate to the caller.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| url_type | No | URL_UPDATED |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |