Google Search Console MCP Server

submit_sitemap

Submit a sitemap URL for a website to Google Search Console, enabling search engines to crawl and index site content efficiently. Requires site URL and sitemap path for submission.

Instructions

Submit a sitemap for a site in Google Search Console

Input Schema

NameRequiredDescriptionDefault
feedpathYesThe URL of the sitemap to add. For example: http://www.example.com/sitemap.xml
siteUrlYesThe site's URL, including protocol. For example: http://www.example.com/

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "feedpath": { "description": "The URL of the sitemap to add. For example: http://www.example.com/sitemap.xml", "type": "string" }, "siteUrl": { "description": "The site's URL, including protocol. For example: http://www.example.com/", "type": "string" } }, "required": [ "feedpath", "siteUrl" ], "type": "object" }

You must be authenticated.

Other Tools from Google Search Console MCP Server

Related Tools

ID: vda65quchp