Submit Sitemap helps search engines discover your pages by submitting sitemaps to Google Search Console and individual URLs to IndexNow (Bing, Yandex, Naver, Seznam), with separate URL Inspection checks for Google.
It fetches and parses sitemap.xml files, submits them through supported search-engine paths, checks Google's current URL Inspection state, and can submit to Brave through browser automation. Submission is a discovery request, not a guarantee that a page will be crawled, indexed, or ranked.
What you can do
- submit_sitemap — parse your sitemap.xml and submit all URLs to Google and IndexNow in one call
- submit_urls — notify IndexNow engines about specific new or updated pages
- check_indexing — verify which pages are indexed in Google (handles 50+ URLs concurrently in seconds)
- submit_brave — push URLs to Brave Search via browser automation, no credentials needed
Who it's for
SEO professionals, developers, and site owners who publish new content regularly and want it indexed quickly. Especially useful after a site launch, a content migration, or publishing a batch of new pages.
How to use it
- Use submit_sitemap with your sitemap URL to submit everything to Google and IndexNow at once — pass your Google Search Console site URL and IndexNow key
- When you publish individual new pages, use submit_urls for IndexNow and keep Google discovery in the sitemap
- Use check_indexing to audit which pages are actually indexed — run it before and after submission to verify
- Use submit_brave with a list of your key URLs to cover Brave Search
Getting started
Connect your Google Search Console account (service account JSON key) to enable Google submission. For IndexNow, generate a key and host it at your domain — the tool auto-detects your host from the sitemap URL.