onpage_pages
Analyze on-page SEO elements and identify optimization opportunities for website pages to improve search engine rankings and user experience.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | Array of filter objects | |
| id | Yes | Task ID | |
| limit | No | Maximum number of results to return | |
| offset | No | Offset for pagination |
Input Schema (JSON Schema)
{
"properties": {
"filters": {
"description": "Array of filter objects",
"type": "array"
},
"id": {
"description": "Task ID",
"type": "string"
},
"limit": {
"description": "Maximum number of results to return",
"type": "number"
},
"offset": {
"description": "Offset for pagination",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}