remove_page_preview_block
Remove page preview blocks from URLs in Bing Webmaster Tools by specifying the site and target URL, ensuring clean search result displays and resolving blocked preview issues.
Instructions
Remove a page preview block.
Args: site_url: The URL of the site url: The URL to remove the page preview block from
Raises: BingWebmasterError: If preview block cannot be removed
Input Schema
Name | Required | Description | Default |
---|---|---|---|
self | Yes | ||
site_url | Yes | ||
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"self": {
"title": "self",
"type": "string"
},
"site_url": {
"title": "Site Url",
"type": "string"
},
"url": {
"title": "Url",
"type": "string"
}
},
"required": [
"self",
"site_url",
"url"
],
"title": "remove_page_preview_blockArguments",
"type": "object"
}