@studio-labs-ai/indexnow
v1.0.0
Published
A tiny, dependency-free IndexNow submitter (Node 18+, native fetch). Notify Bing, Yandex, and Bing-powered engines the moment a page changes. Built by Studio Labs.
Maintainers
Readme
indexnow
A tiny, dependency-free IndexNow submitter (Node 18+, native fetch). It notifies IndexNow-participating search engines (Bing, Yandex, and engines that pull from Bing's index) the moment a page is added or changed. Google does not use IndexNow.
Built and used by Studio Labs, an AI product studio.
Usage
# Submit every <loc> URL from your sitemap
INDEXNOW_HOST=example.com INDEXNOW_KEY=your-key node indexnow.mjs
# Submit only specific URLs
INDEXNOW_HOST=example.com INDEXNOW_KEY=your-key node indexnow.mjs https://example.com/new-pageHost the key file at https://<host>/<key>.txt with the key as its exact content, so IndexNow can verify ownership.
Status codes
200/202: accepted400: bad request403: key not found or incorrect at keyLocation422: a URL does not match the host, or the key does not match429: rate limited
License
MIT
Made by Studio Labs.
