get_crawl_issues
Identify URLs that Bing's crawler had trouble accessing or processing, helping you detect and fix crawl issues for a specific site.
Instructions
Get a list of URLs with crawl issues for a specific site.
This helps identify pages that Bing's crawler had trouble accessing or processing.
Args: site_url: The URL of the site
Returns: List[UrlWithCrawlIssues]: List of URLs with their associated crawl issues
Raises: BingWebmasterError: If issues cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |