get_keyword_statistics
Analyze keyword performance with real-time statistics, including search volume, competition, and location-specific insights, to optimize SEO strategies effectively.
Instructions
Get keyword statistics from SEO Review Tools.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
hl | No | The language for the response. | |
keywords | Yes | The keywords to get statistics for. | |
location | No | The location for the keyword statistics. |
Input Schema (JSON Schema)
{
"properties": {
"hl": {
"description": "The language for the response.",
"type": "string"
},
"keywords": {
"description": "The keywords to get statistics for.",
"items": {
"type": "string"
},
"type": "array"
},
"location": {
"description": "The location for the keyword statistics.",
"type": "string"
}
},
"required": [
"keywords"
],
"type": "object"
}