Submit a sitemap
submit_sitemapSubmit or resubmit a sitemap to a Search Console property to notify Google of content changes. Ensure the sitemap URL is reachable; afterward, check processing status with get_sitemap.
Instructions
Submit or resubmit a sitemap for a property. Resubmitting an existing sitemap is a safe way to nudge Google into re-downloading it after content changes. The sitemap must already be reachable at the given URL and must live under the property. Returns no data on success; call get_sitemap afterwards to check processing status.
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 to submit, e.g. "https://example.com/sitemap.xml". |