get_crawl_settings
Get current crawl settings for a website to understand how Bing crawls it and optimize indexing.
Instructions
Retrieve crawl settings for a specific site.
Args: site_url: The URL of the site to get crawl settings for
Returns: CrawlSettings: The current crawl settings for the site
Raises: BingWebmasterError: If settings cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | Yes | ||
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| __type | No | CrawlSettings:#Microsoft.Bing.Webmaster.Api | |
| CrawlBoostAvailable | Yes | ||
| CrawlBoostEnabled | Yes | ||
| CrawlRate | Yes |