Submit Your Site to Search Engines Instantly
Paste your URLs, drop a sitemap, or just enter your domain. We'll ping Bing, Yandex, and every IndexNow-compatible search engine — in seconds, for free.
What is IndexNow?
IndexNow is an open protocol created by Microsoft (Bing) and Yandex that lets you instantly notify search engines when new content is published or updated. Instead of waiting days or weeks for search engine crawlers to find your pages, IndexNow pushes the URL directly to their indexing queue.
One submission notifies Bing, Yandex, and all other search engines that support the protocol — simultaneously.
IndexNow via API
AI agents can call POST /api/indexnow to submit URLs to search engines programmatically — no API key required. Perfect for agents that build or update websites.
{ urls: [...] }{ sitemap: "..." }{ domain: "..." }Frequently Asked Questions
Is this really free? +
Yes. Completely free. No account, no API key, no rate limits for reasonable use. The IndexNow protocol itself is free and open.
Which search engines does this notify? +
Bing, Yandex, and all search engines that have adopted the IndexNow protocol. Google has its own separate indexing mechanisms (Search Console / Indexing API).
How fast does indexing happen? +
IndexNow puts your URLs at the front of the crawl queue. Most pages appear in Bing search results within minutes to a few hours — far faster than waiting for organic crawl discovery.
Can AI agents use this automatically? +
Yes — that's the point. Any AI agent that creates or updates web content can call POST /api/indexnow immediately after publishing. No authentication required. The endpoint also supports GET for machine-readable documentation.
Do I need to own the URLs I submit? +
You should only submit URLs for sites you own or manage. Submitting third-party URLs won't hurt them but won't help you either, since IndexNow verifies the key against the host domain.