get_deep_link_algo_urls
Retrieve algorithmically generated URLs with deep links for a specified site using Bing Webmaster Tools. This tool helps analyze and manage site structure and indexing.
Instructions
Get algo URLs with deep links. (Deprecated)
Args: site_url: The URL of the site
Returns: List[DeepLinkAlgoUrl]: List of algo URLs with deep links
Raises: BingWebmasterError: If algo URLs cannot be retrieved
Input Schema
Name | Required | Description | Default |
---|---|---|---|
self | Yes | ||
site_url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"self": {
"title": "self",
"type": "string"
},
"site_url": {
"title": "Site Url",
"type": "string"
}
},
"required": [
"self",
"site_url"
],
"title": "get_deep_link_algo_urlsArguments",
"type": "object"
}