index_now
Submit URLs to IndexNow API for instant indexing on Bing, Yandex, Naver, and Seznam. Free, no credentials required. Returns accepted and rejected URLs.
Instructions
Submit one or more URLs to the IndexNow API for instant search-engine indexing across Bing, Yandex, Naver, and Seznam (Google does not participate in IndexNow). FREE. No platform credentials required; uses the Pipepost shared key. Returns: { submitted: number, key, accepted: string[], rejected: string[] }. Common errors: malformed URL or non-https scheme (VALIDATION_ERROR), upstream 4xx from IndexNow (PLATFORM_ERROR).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to submit for indexing | |
| urls | No | Batch of URLs to submit (max 10) |