indexnow_bulk_submit
Submit up to 10,000 URLs from the same host to IndexNow in a single API call. Bypass key-file verification with an optional flag.
Instructions
Submit multiple URLs to IndexNow in one batched request. All URLs must share the same host (IndexNow rejects mixed-host batches with HTTP 422). Cap: 10000 URLs per call (IndexNow's documented limit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Absolute URLs sharing one host (max 10000). | |
| skip_preflight | No | Bypass the key-file verification pre-flight (default false). |