Docs
Dashboard
SEO Research

seo_strategy

Create comprehensive SEO strategy and content brief

Parameters

ParameterTypeRequiredDefaultDescription
target_keywordstring
Optional
Main keyword to target. Uses project primary keywords if not specified.
content_typestring
Optional
guideType: 'guide', 'listicle', 'how-to', 'comparison', 'review'.
search_intentstring
Optional
Intent: 'informational', 'commercial', 'transactional', 'navigational'. Auto-detected if not specified.

Example

Create strategy for a Next.js guide:

Request

{
  "target_keyword": "nextjs app router",
  "content_type": "guide"
}

Response

{
  "target_keyword": "nextjs app router",
  "search_intent": "informational",
  "content_type": "guide",
  "recommended_word_count": 2500,
  "outline": {
    "h2_sections": [
      "What is Next.js App Router",
      "Key Features and Benefits",
      "Getting Started",
      "Advanced Patterns"
    ]
  },
  "seo_recommendations": {
    "title_suggestions": [
      "Next.js App Router: Complete Guide (2024)",
      "Understanding Next.js App Router"
    ],
    "meta_description": "Learn how to use Next.js App Router..."
  }
}

Tips

Best Practices

  • Auto-detects search intent from keyword
  • Creates detailed content briefs for writers
  • Suggests optimal word count and structure
  • Use output to guide content_write tool

Related Tools