analyze_content_gap
Identify content coverage gaps by analyzing URLs against user queries using Query Decomposition and Self-RAG techniques to reveal missing information.
Instructions
Perform advanced content gap analysis using Query Decomposition and Self-RAG techniques. Analyzes a URL to identify what user queries the content covers and what gaps exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the content to analyze | |
| depth | No | Analysis depth: quick (5 queries), standard (15 queries), comprehensive (30 queries) | standard |
| focus_area | No | Optional focus area for query generation (e.g., 'pricing', 'installation') | |
| target_keyword | No | Enable keyword fan-out mode: generates query variants based on Google's methodology | |
| fan_out_types | No | Which variant types to generate (default: equivalent, specification, followUp, comparison, clarification) | |
| fan_out_only | No | Skip content inference, only generate keyword variants | |
| context | No | Optional context signals for variant generation |