index_coverage
Verify how many sitemap pages Google indexes. Detect missing URLs and coverage gaps while respecting URL Inspection limits.
Instructions
Check how many of a sitemap's pages are indexed by Google (bounded; respects URL Inspection quota)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxUrls | No | Maximum URLs to inspect | |
| siteUrl | Yes | Search Console property containing the sitemap URLs | |
| sitemapUrl | Yes | Fully qualified sitemap URL to inspect | |
| concurrency | No | Concurrent URL Inspection requests |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failed | Yes | ||
| checked | Yes | ||
| indexed | Yes | ||
| results | Yes | ||
| siteUrl | Yes | ||
| truncated | Yes | ||
| notIndexed | Yes | ||
| sitemapUrl | Yes | ||
| totalDiscovered | Yes | ||
| childSitemapsSkipped | Yes |