Submit a sitemap
submit_sitemapSubmit a sitemap URL to Google Search Console, or resubmit a known one to refresh it. Google accepts the address and fetches it later; resubmission is idempotent.
Instructions
Submits a sitemap URL, or resubmits one Google already knows. To refresh a sitemap Google already knows, submit the same URL again — there is no separate update call, and submitting is idempotent. Google re-crawls on its own schedule; nothing can force it, and the ping endpoint that used to exist was removed in 2023. The call succeeding means Google accepted the address, not that the sitemap is valid — it is fetched later, and any parse error shows up in get_sitemap minutes to hours afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feedpath | Yes | The full URL of the sitemap. It must be inside the property — https://example.com/sitemap.xml for https://example.com/ | |
| site_url | Yes | The Search Console property: "sc-domain:example.com" for a domain property, or "https://example.com/" for a URL-prefix property (the trailing slash is required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| site | Yes | ||
| feedpath | Yes | ||
| submitted | Yes |