作者: IndexNow Standard
IndexNow 是一项使网站在内容发布或更新时,能立即通知搜索引擎并触发分钟级抓取收录的开放标准。该标准由微软 Bing 和 Yandex 共同维护。
ChatGPT Copilot 以及海外众多主流 AI 搜索的底层完全基于 Bing 的索引。如果您的页面在 Bing 中没有被抓取,AI 搜索也将对您的内容“查无此人”。IndexNow 能够解决传统爬虫轮询的时间延迟。
接入 IndexNow 的标准开发流程:
/your-key.txt,内容为您的随机 Key 字符串)。https://api.indexnow.org/indexnow 发送请求:POST /indexnow HTTP/1.1
Host: api.indexnow.org
Content-Type: application/json; charset=utf-8
{
"host": "yoursite.com",
"key": "your-key-string",
"keyLocation": "https://yoursite.com/your-key.txt",
"urlList": [
"https://yoursite.com/page1",
"https://yoursite.com/page2"
]
}