← HomeHow to Get Cited in AI
Answer

What is IndexNow and why does it matter for ChatGPT?

By Jason Burns, Founder of HurcuLeads · Stuff Doer at Adolicious · Updated

IndexNow is an open protocol jointly announced by Microsoft Bing and Yandex that lets a site push new or changed URLs to participating search engines in near real time — and it matters for ChatGPT because ChatGPT Search's live web results are anchored on Bing's index.

The protocol is documented at indexnow.org. A publisher generates a UUID-style key, hosts it as a plain-text file at a well-known URL (/{key}.txt), and then submits a JSON body to https://api.indexnow.org/indexnow containing the site host, the key, its key location, and the list of URLs. Bing and Yandex fetch and confirm the key, then queue the URLs for crawling.

Bing announced the protocol in its October 2021 Webmaster blog post and integrated it into Bing Webmaster Tools. Because ChatGPT Search uses Bing as its primary web result source, an IndexNow push is the fastest documented path to make a new URL eligible for ChatGPT Search results — often within minutes instead of the days a passive crawl might take.

Two practices to keep it working: fire a ping on every publish or meaningful update (not only on a batch schedule), and ensure the key file at /{key}.txt actually resolves — if it 404s, the submission is discarded.

Google is not currently an IndexNow participant. For Google discovery, use Search Console's URL Inspection tool and a valid sitemap.

Related terms

Sources

Related questions people ask next

  • How do I get cited by Perplexity?

    Get cited by Perplexity by allowing its crawler (PerplexityBot) in robots.txt, publishing server-rendered pages with a clear direct answer as the first sentence under each heading, and making the underlying URL rank on Bing — because Perplexity retrieves against public web indexes and its own crawl.

  • How should large sites structure their sitemap?

    Large sites should structure their sitemap as a sitemap index pointing at multiple child sitemaps, each holding up to 50,000 URLs or 50MB uncompressed, and reference the index from robots.txt so every crawler — search and AI — can discover the full URL surface in one round trip.

  • Why doesn't my business appear in ChatGPT?

    Your business doesn't appear in ChatGPT because ChatGPT's answer layer only cites pages its crawlers can fetch, parse, and confidently attribute — and most sites fail on at least one of those three.

  • Why do canonical URLs matter for AI answers?

    Canonical URLs matter for AI answers because they tell the retrieval layer which single URL should carry the citation credit when the same content is reachable at multiple addresses — without a canonical, the model may cite the wrong copy or split authority across duplicates.