SEO Optimization
geo_optimize
Optimize content for AI search engines and Google SGE
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| content_url | string | Optional | — | URL or title of content to optimize. Can work with last created content. |
| target_engines | string[] | Optional | ["chatgpt", "google-sge"] | AI engines: 'chatgpt', 'perplexity', 'claude', 'gemini', 'google-sge'. |
Example
Optimize content for AI search engines:
Request
{
"target_engines": ["chatgpt", "perplexity", "google-sge"]
}Response
{
"optimizations": {
"direct_answers": {
"status": "needs improvement",
"recommendation": "Add clear, concise answer in first paragraph"
},
"structure": {
"status": "good",
"recommendation": "Headings are well-structured for extraction"
},
"citations": {
"status": "needs improvement",
"recommendation": "Add 3-5 authoritative external citations"
}
},
"ai_readiness_score": 72,
"improvements": [
"Add a summary box at the top",
"Include bullet points for key takeaways",
"Add FAQ section for common queries"
]
}Tips
Best Practices
- Works with last created content automatically
- Focus on direct answers for AI engines
- Structure content for easy extraction
- Include authoritative citations for credibility