HomeGlossary › IndexNow

IndexNow

IndexNow is a protocol that lets websites instantly notify search engines about new or updated content. Supported by Bing, Yandex, Naver, and Seznam.

Definition: An open protocol that lets website owners instantly notify participating search engines about new, updated, or deleted URLs without waiting for the search engine's crawler to discover the change organically. Originally developed by Microsoft Bing and Yandex in 2021, now also supported by Naver and Seznam.

How it works

Traditional search engine crawlers visit sites on their own schedule, sometimes weeks or months between visits. IndexNow inverts that — the website pings the search engine via a simple HTTP POST request whenever content changes, prompting near-immediate re-crawl. Content typically appears in supporting search engines within hours or days instead of weeks. Each domain hosts a key file at the root (a randomly-generated UUID-based filename) for verification.

Example

A blog publishes a new post at /blog/new-article/. The publishing system sends a POST request to api.indexnow.org with the URL list and the site's key file URL. Bing, Yandex, Naver, and Seznam crawl the URL within hours instead of waiting for their next scheduled visit. Google does NOT use IndexNow but uses similar Google-only signals via Google Search Console.

Comparison + context

IndexNow vs sitemap.xml submission: Sitemaps are batch references to all URLs; IndexNow is targeted notification of specific changes. Both are useful. IndexNow vs Google's URL Inspection: Google's URL Inspection in Search Console allows manual single-URL re-index requests; IndexNow is a programmatic mass-notification API.