get_active_page_preview_blocks
Retrieve active page preview blocks for a specific site URL to analyze and manage content previews using Bing Webmaster Tools.
Instructions
Get active page preview blocks for a site.
Args: site_url: The URL of the site
Returns: List[PagePreview]: List of active page preview blocks
Raises: BingWebmasterError: If preview blocks 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_active_page_preview_blocksArguments",
"type": "object"
}