seo.backlinks
ActiveTool of Vee3
declared in 1.27.1
Find backlinks pointing to a website URL. Returns an overview (domain rating, URL rating, backlink counts, referring domains, dofollow breakdown) and a list of individual backlinks with anchor text, source and target URLs, domain rating, and redirect chains. Cost = 10 tokens.
Parameters schema
{
"type": "object",
"title": "get_seo_backlinksArguments",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"title": "Url",
"maxLength": 2048,
"description": "Public website URL to check for backlinks."
},
"include_subdomains": {
"type": "boolean",
"title": "Include Subdomains",
"default": true,
"description": "When true (default), include backlinks to the domain and its subdomains. When false, analyze only the exact URL."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries