submit_url_batch
Submit multiple URLs to Bing for indexing in a single batch request, up to 500 URLs or available quota limits.
Instructions
Submit multiple URLs for indexing in a single request.
The max number of urls that can be submitted in a batch is 500 unless it exceeds the available quota. get_url_submission_quota should be called to determine how much urls can be submitted.
Args: site_url: The URL of the site url_list: List of URLs to submit
Raises: BingWebmasterError: If URLs cannot be submitted
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | Yes | ||
| site_url | Yes | ||
| url_list | Yes |