Install
openclaw skills install indexnow-mcpSubmit URLs for instant indexing via IndexNow (Bing, Yandex, Naver, Seznam) and Google Indexing API. Generate API keys, submit sitemaps, and check indexing status.
openclaw skills install indexnow-mcpInstantly submit URLs for indexing across search engines using IndexNow protocol and Google Indexing API.
IndexNow requires two things:
https://yourdomain.com/{key}.txt)# Generate a UUID
uuidgen
# Example: a1b2c3d4-e5f6-7890-abcd-ef1234567890
# Create verification file
echo "a1b2c3d4-e5f6-7890-abcd-ef1234567890" > public/a1b2c3d4-e5f6-7890-abcd-ef1234567890.txt
When asked to submit URLs for indexing:
Requires a Google Cloud service account with Indexing API enabled:
| Engine | Protocol | Daily Limit |
|---|---|---|
| Bing | IndexNow | Unlimited |
| Yandex | IndexNow | Unlimited |
| Naver | IndexNow | Unlimited |
| Seznam | IndexNow | Unlimited |
| Indexing API | 200 URLs/day (default) |
| Code | Meaning |
|---|---|
| 200 | OK — URLs submitted successfully |
| 202 | Accepted — URLs queued for processing |
| 400 | Bad request — check URL format |
| 403 | Forbidden — API key doesn't match host |
| 422 | Unprocessable — URLs don't belong to host |
| 429 | Rate limited — try again later |