seo-content-brieflisted
Install: claude install-skill amirjahfar1/automate-seo-with-claude
> Example output: [examples/seo-content-brief-vercel-rate-limiting-20260514/BRIEF.md](../../examples/seo-content-brief-vercel-rate-limiting-20260514/BRIEF.md)
# Content Brief
Turn a domain plus a topic intent into a complete content editor brief: target keyword, title options, H2/H3 structure, content gaps the current top results miss, internal linking plan, AI search angle, and estimated traffic potential.
## Prerequisites
- DataForSEO MCP server connected.
- Claude's `WebFetch` tool available (used for top-3 content teardown).
- User has provided: (a) target domain, (b) market/country (default: `us`), and optionally (c) a seed topic or intent. If no seed topic is given, discover the best opportunity from the keyword-gap step.
## Process
1. **Domain overview** `mcp__dataforseo__dataforseo_labs_google_domain_rank_overview`, `mcp__dataforseo__dataforseo_labs_google_ranked_keywords`
- Pull organic traffic, top countries, and top 100 organic keywords in the target market.
- Save the raw JSON and a human summary.
2. **Competitor discovery** `mcp__dataforseo__dataforseo_labs_google_competitors_domain`
- Identify the top 5 organic competitors by shared keywords in the target market.
- Save a one-line positioning note per competitor.
- **Note:** large competitor lists can exceed the MCP inline limit and get written to a file. Cap the call with `limit`, then read the result, sort by shared/common keywords desc, and take the top 5. Slice saved files with `jq` if