site-explorer-linked-anchors-internal
Analyze internal anchor text usage within a website to understand linking patterns, improve SEO strategies, and optimize internal navigation. Input select and target parameters for detailed insights.
Instructions
Retrieves internal anchor text data for a given website or URL, detailing how anchor texts are used in links between pages on the same site. Use doc tool first to get the real input schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| mode | No | ||
| order_by | No | ||
| protocol | No | ||
| select | Yes | ||
| target | Yes | ||
| timeout | No | ||
| where | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"type": "integer"
},
"mode": {
"type": "string"
},
"order_by": {
"type": "string"
},
"protocol": {
"type": "string"
},
"select": {
"type": "string"
},
"target": {
"type": "string"
},
"timeout": {
"type": "integer"
},
"where": {
"type": "string"
}
},
"required": [
"select",
"target"
],
"type": "object"
}