Get one sitemap
get_sitemapFetch submission and processing details for a specific sitemap, showing submitted versus indexed URL counts per content type. Indexed counts are lower bounds.
Instructions
Fetch details for a single submitted sitemap: when it was last submitted and downloaded, whether processing is still pending, its type, and how many URLs were submitted versus indexed per content type. Treat the indexed counts as a lower bound - Google has long under-reported them here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteUrl | Yes | Search Console property, exactly as it appears in `list_sites`. URL-prefix properties include the scheme and a trailing slash ("https://example.com/"); domain properties use the "sc-domain:" prefix ("sc-domain:example.com"). These are distinct properties with different data. | |
| feedpath | Yes | Full URL of the sitemap, e.g. "https://example.com/sitemap.xml". Must match a path returned by `list_sitemaps`. |