request_recrawl
Check Google index status for specified URLs and resubmit the covering sitemap to nudge recrawl of unindexed pages. Supports dry-run mode for inspection only.
Instructions
Inspect URLs' Google index status and resubmit the covering sitemap for the ones not indexed, the supported bulk recrawl nudge (write; supports dryRun)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | Explicit URLs to check; omit to read them from sitemapUrl | |
| dryRun | No | If true, inspect and report without resubmitting the sitemap | |
| maxUrls | No | Maximum sitemap URLs to inspect | |
| siteUrl | Yes | Search Console property containing the URLs | |
| feedpath | No | Sitemap to resubmit when unindexed URLs are found; defaults to sitemapUrl | |
| sitemapUrl | No | Sitemap to read URLs from; also the default sitemap to resubmit | |
| concurrency | No | Concurrent URL Inspection requests |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | ||
| failed | Yes | ||
| checked | Yes | ||
| indexed | Yes | ||
| results | Yes | ||
| siteUrl | Yes | ||
| resubmit | Yes | ||
| truncated | Yes | ||
| notIndexed | Yes | ||
| totalDiscovered | Yes |