π΅ POST - Submit IndexNow
Submit IndexNow
Submit URLs to IndexNow for instant search engine indexing
POST
Internal endpoint for the Cron service to notify search engines about new URLs.
The key file contains the key itself (from
IndexNow submissions are automatically shared across all participating search
engines: Bing, Yandex, Naver, Seznam.cz, Yep, and Amazon.
Why IndexNow?
Without IndexNow, search engines may take days to weeks to discover new content. With IndexNow, search engines are notified immediately when content is added, updated, or deleted.Request Body
The customerβs real domain (e.g. βhttps://nike.comβ). IndexNow submissions must match this host.
Array of full URLs to submit (up to 10,000 per request)
Response
βsuccessβ or βerrorβ
Number of URLs submitted
HTTP status code from IndexNow API
IndexNow Response Codes
| Code | Meaning |
|---|---|
| 200 | OK - URLs submitted successfully |
| 202 | Accepted - URLs received, key validation pending |
| 400 | Bad request - Invalid format |
| 403 | Forbidden - Key not valid (check key file exists) |
| 422 | Unprocessable - URLs donβt belong to host |
| 429 | Too Many Requests - Rate limited |
Key Verification
IndexNow requires a key file at the site root to verify ownership. This is automatically added during site creation:INDEXNOW_KEY env var).