get_keyword_suggestions
Discover relevant keyword ideas for SEO optimization by generating keyword suggestions based on a specific term, language, and location to enhance content strategy.
Instructions
Get keyword suggestions from SEO Review Tools API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
hl | No | The language for the suggestions. | |
keyword | Yes | The keyword to get suggestions for. | |
location | No | The location for the suggestions. |
Input Schema (JSON Schema)
{
"properties": {
"hl": {
"description": "The language for the suggestions.",
"type": "string"
},
"keyword": {
"description": "The keyword to get suggestions for.",
"type": "string"
},
"location": {
"description": "The location for the suggestions.",
"type": "string"
}
},
"required": [
"keyword"
],
"type": "object"
}