What Is IndexNow?
IndexNow is an open protocol launched in October 2021 by Microsoft Bing and Yandex that allows website owners to instantly notify search engines whenever a page is created, updated, or deleted. Today, it is also supported by Naver (South Korea), Seznam.cz (Czech Republic), and the Yep search engine. Its complete technical specification is available at indexnow.org.
The protocol's promise is simple but radical: shift from a "pull" indexing model β where search engine bots crawl your site at their own pace β to a "push" model β where you proactively signal changes. This paradigm shift has concrete implications for indexing speed, server resource consumption, and, increasingly, your visibility in generative engines.
Why Traditional Crawling Is a Problem
To understand IndexNow's value, you first need to grasp the limitations of traditional crawling.
Search engines maintain bots (Googlebot, Bingbot, etc.) that browse the web by following links, on a schedule they define themselves. For high-traffic sites, this crawl is frequent. For average sites, delays can range from several days to several weeks before a new page is discovered and then indexed.
This delay is particularly problematic for:
- News sites or event-driven content, where information has a short shelf life
- E-commerce sites with prices, inventory, or availability that change in real time
- Blogs and media outlets that publish frequently and want to maximize the exposure window for each article
Beyond the delay, traditional crawling generates unnecessary load on your servers: thousands of automated requests hitting pages that haven't changed since the bot's last visit. IndexNow solves both problems simultaneously.
How Does IndexNow Actually Work?
The mechanism is deliberately simple. You generate a unique API key, which you place in a text file at the root of your site (e.g., https://example.com/your-key.txt). Then, whenever content changes, your CMS or publishing pipeline sends an HTTP POST request to one of the participating engines:
POST https://api.indexnow.org/indexnow
Content-Type: application/json
{
"host": "www.example.com",
"key": "your-api-key",
"keyLocation": "https://www.example.com/your-key.txt",
"urlList": [
"https://www.example.com/new-page",
"https://www.example.com/updated-page"
]
}
An often-overlooked detail: you only need to notify one engine. Protocol participants automatically share submitted URLs among themselves β this is a requirement written into the IndexNow specification. In practice, notifying Bing simultaneously notifies Yandex, Naver, and Seznam.
The official documentation and Bing Webmaster Tools allow you to verify that your submissions are being received and processed via the "IndexNow Insights" report, available since March 2024.
IndexNow by the Numbers: Accelerating Adoption
The adoption numbers reflect rapid growth. In 2026, the protocol exceeds 5 billion URLs submitted daily, and 22% of URLs clicked in Bing results were discovered via IndexNow. For comparison, that rate was 12% at the end of 2023 and 17% in early 2024 β a steady progression that illustrates accelerating adoption.
Major players like GoDaddy, Internet Archive, and CondΓ© Nast have recently joined the protocol, and on the platform side, Wix and Shopify integrate IndexNow natively, meaning tens of millions of sites activate it without even knowing. LinkedIn, eBay, MSN, and GitHub β Microsoft properties β are also on the list.
What about Google? That's the question everyone asks. Despite internal testing since 2021, Google still hadn't adopted IndexNow as of late 2025, preferring to maintain its proprietary crawling infrastructure. For Google, traditional methods remain essential: XML sitemaps, Google Search Console, and quality link building. IndexNow is therefore complementary β not a replacement β to your overall SEO strategy.
Three Concrete Benefits for Your SEO
1. Near-Instant Indexing
This is the most direct benefit. Where traditional crawling can take days, IndexNow brings that delay down to a few minutes for supported engines. For a breaking news article, an e-commerce promotion, or an event page, this difference is decisive: being indexed first on Bing means capturing traffic before your competitors in that niche.
2. Preserving Your Crawl Budget
Every site has a "crawl budget" β a number of pages that Bingbot or Googlebot will explore within a given period. If that budget is wasted on static pages that haven't changed, your new publications will take longer to be discovered. IndexNow focuses bot attention on what actually deserves re-crawling, freeing up capacity for deeper exploration of your site.
3. Better Perceived Content Freshness
Freshness is an explicit ranking signal for search engines. Content indexed quickly after its update reflects its true modification date β not the date the bot finally discovered it. For queries sensitive to current events, this can mean the difference between appearing on the first page and being pushed behind more recently crawled content, even if it's less relevant.
IndexNow and GEO: An Underestimated Synergy
The connection between IndexNow and Generative Engine Optimization (GEO) is often overlooked in traditional SEO guides. Yet it's direct.
Generative engines like Perplexity, Bing AI, or ChatGPT in search mode rely on up-to-date content indexes. A GEO-optimized article β with structured data, a factual sourced tone, and a direct-answer architecture β will only be cited if the model "knows" it exists and that it's current. IndexNow shrinks the window between your publication and the integration of that content into the indexes these AIs rely on.
In other words: if you publish GEO-optimized content but indexing takes 10 days, you lose 10 days during which a better-indexed competitor can be cited in your place. In an environment where freshness is an active selection criterion for AIs β as we explain in our guide on the 5 GEO tips β IndexNow is logically a lever to activate as a priority.
How to Implement It: A Practical Guide
If you use a popular CMS, implementation requires zero code:
- WordPress: the official Microsoft plugin is available, and Rank Math as well as All in One SEO support IndexNow natively via a simple toggle in settings.
- Wix: enabled by default since September 2023 for all sites.
- Shopify: native integration announced in May 2025.
- Cloudflare: supports IndexNow via the "Crawler Hints" feature, without modifying your CMS.
If you manage a custom-built site, manual implementation takes three steps:
- Generate a unique key (a random alphanumeric string of 8 to 128 characters)
- Place a
.txtfile with that name at the root of your domain - Integrate the API call into your deployment or publishing pipeline
You can test your implementation directly via Bing Webmaster Tools, which has offered a dedicated IndexNow dashboard since March 2024.
What IndexNow Doesn't Do
A few important nuances to calibrate expectations:
IndexNow doesn't guarantee ranking. It guarantees notification β the fact that the engine is aware of the change. Actual indexing and positioning in results remain subject to standard algorithms: content quality, domain authority, user experience, etc.
IndexNow doesn't replace an XML sitemap. The two are complementary. A sitemap provides a complete structural view of your site; IndexNow handles real-time updates.
Google is not involved (for now). To maintain your visibility on the dominant engine, traditional SEO practices β Google Search Console, link building, technical optimization β remain essential.
Conclusion
IndexNow is one of the most underutilized SEO levers relative to its simplicity of implementation. In just a few minutes of setup, you go from a passive mode β waiting for bots to crawl your site β to an active mode, where you directly drive the discovery of your content.
In a context where content freshness is an increasingly important selection criterion, for both traditional engines and generative AIs, IndexNow is no longer an advanced option reserved for technical teams: it's a baseline best practice that every regularly publishing site should activate.
