Skip to content
/IndexNow — The Instant Indexing Notification Protocol
📘Concept

IndexNow — The Instant Indexing Notification Protocol

최종 업데이트:

Definition

IndexNow is an instant indexing notification protocol led by Microsoft and Yandex that notifies search engines of content changes in real time.

TL;DR

IndexNow is a protocol that immediately notifies search engines when a site changes its content. Unlike the traditional crawling model (in which search engines visit periodically), the site proactively reports changes. It is supported by Bing, Yandex, and Naver, and changes are also quickly reflected in the Bing index used by ChatGPT Search and Copilot. Google does not support it.

Traditional Crawling vs. IndexNow

ItemTraditional CrawlingIndexNow
InitiativeSearch engine (bot visits)Site (sends change notification)
Reflection speedDays to weeksMinutes to hours
Crawl budgetConsumedSaved
Supported enginesAll search enginesBing, Yandex, Naver, etc.
GoogleYesNo (not supported)

Value from an AEO Perspective

Using IndexNow, content changes are immediately reflected in the Bing index. This directly affects AI answer engines that use the Bing index:

  • ChatGPT Search: Based on the Bing index → fast reflection via IndexNow
  • Microsoft Copilot: Bing grounding → the latest content can be cited immediately via IndexNow
  • Naver: Supports IndexNow → fast reflection in Naver Search as well

Implementation

1. Generate an API key

Generate an API key at IndexNow.org and place the key file at the root of your site.

2. Call the API on changes

Whenever content changes, send the URL to the IndexNow API.

POST https://api.indexnow.org/indexnow
{
  "host": "example.com",
  "key": "your-api-key",
  "urlList": [
    "https://example.com/updated-page"
  ]
}

3. CMS/framework plugins

  • WordPress: Official IndexNow plugin
  • Next.js: Call the API in a post-build script
  • Cloudflare: Automatic IndexNow support in Cloudflare

Frequently Asked Questions

Q. Isn't it pointless if Google doesn't support IndexNow?
A. If you only do Google SEO, its value is limited. However, because ChatGPT Search and Copilot use the Bing index, IndexNow is a practical tool for speeding up AI citations from an AEO perspective.

Q. Does Naver also support IndexNow?
A. Yes. Naver supports the IndexNow protocol. You can configure IndexNow in Naver Search Advisor.

References

관련 항목

📙How-to
Naver Search Advisor Registration Guide
Naver Search Advisor is Naver's official free webmaster tool and an essential setup for the Korean market, providing site indexing status, sitemap submission, and search visibility analysis.
📘ConceptPillar
How Naver SEO Works
Naver SEO aims for top visibility in unified search on Naver, Korea's leading search platform, where the channel-trust-centered C-Rank algorithm differs fundamentally from Google.
📙How-to
ChatGPT Citation Optimization
ChatGPT citation optimization is the work of getting content cited in ChatGPT answers.
📙How-to
Copilot Citation Optimization
Copilot citation optimization is the work of optimizing content so Microsoft Copilot cites it as a source in its answers.
📘ConceptPillar
Crawlability
Crawlability is the ability of search engine and AI bots to access website pages and read content. It is the most basic condition for SEO and AEO, a required step that precedes indexing and ranking.
📘Concept
Crawling vs Indexing
Crawling is the process where search engine bots follow links across the web and collect pages. Indexing is the process of analyzing collected pages and storing them in a search database. These are the first two stages of SEO’s three stages: crawling → indexing → ranking.
📙How-to
Sitemap (XML Sitemap)
An XML sitemap is an XML file listing a website’s URLs along with last-modified dates, update frequency, and priority information. It helps search engine bots understand site structure and improves crawling efficiency and indexing speed as a technical SEO foundation tool.
📕ChecklistPillar
Technical SEO Checklist 2026
A technical SEO checklist covering crawling, indexing, CWV, and structured data

이런 항목도 있어요

이 페이지가 도움이 됐나요?