check_page_indexation
Verify if a domain is indexed for a specific keyword using FetchSERP MCP Server. Ideal for SEO analysis, this tool helps validate keyword-domain pair indexation.
Instructions
Check if a domain is indexed for a given keyword
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes | The domain to check | |
keyword | Yes | The keyword to check |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"description": "The domain to check",
"type": "string"
},
"keyword": {
"description": "The keyword to check",
"type": "string"
}
},
"required": [
"domain",
"keyword"
],
"type": "object"
}