site-explorer-outlinks-stats
Analyze outbound link statistics for a specific URL, domain, or site section. Retrieve data on external links to improve SEO strategy and optimize site performance.
Instructions
Retrieves statistical data about the outbound links (outlinks) from a specified URL, domain, or site section. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mode | No | ||
protocol | No | ||
target | Yes |
Input Schema (JSON Schema)
{
"properties": {
"mode": {
"type": "string"
},
"protocol": {
"type": "string"
},
"target": {
"type": "string"
}
},
"required": [
"target"
],
"type": "object"
}