gsc_request_indexing
Submit URLs to Google's Indexing API to trigger recrawl. Fixes missing or outdated pages in search results by notifying Google to reindex them.
Instructions
Ask Google to (re)crawl one or more URLs via the Indexing API (URL_UPDATED). Requires the indexing scope. Available by default. Accepts a single url (string) or urls (array up to 100). A scope or disabled-API error stops the batch and is returned with remediation; per-URL errors are collected. notify_time: null on success is normal upstream behavior, not a failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Single URL convenience form. Either url or urls is required. | |
| urls | No | URLs to request indexing for (max 100). Either url or urls is required. | |
| site_url | No | Informational; the Indexing API is project-scoped, not property-scoped. |