gsc_submit_sitemap
Submit a sitemap to Google Search Console to request indexing of your website pages. Accepts sitemap URL or feedpath.
Instructions
Submit a sitemap to Search Console. Requires the writable webmasters scope. Available by default (a routine SEO task; not gated). Accepts either sitemap_url (preferred, friendly name) or feedpath (the raw API field name; kept for back-compat).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feedpath | No | Alias for sitemap_url (the raw Google API field name). Either works; sitemap_url wins when both are set. | |
| site_url | No | Owning property. Defaults to the configured default site. | |
| sitemap_url | No | Full sitemap URL, e.g. https://www.example.com/sitemap.xml. Preferred. | |
| skip_preflight | No | Bypass the reachability pre-flight on the sitemap URL (default false). Use only when the sitemap is valid but unreachable from this machine. |