get_url_info
Get detailed URL information from Bing Webmaster Tools, including indexing status and metadata, to analyze site performance.
Instructions
Retrieve detailed information for a specific URL.
Args: site_url: The URL of the site url: The specific URL to get information for
Returns: UrlInfo: Detailed information about the URL
Raises: BingWebmasterError: If URL information cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | Yes | ||
| site_url | Yes | ||
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| __type | Yes | ||
| AnchorCount | Yes | ||
| DiscoveryDate | Yes | ||
| DocumentSize | Yes | ||
| HttpStatus | Yes | ||
| IsPage | Yes | ||
| LastCrawledDate | Yes | ||
| TotalChildUrlCount | Yes | ||
| Url | Yes |