Winning Content Outline
What does my article need to include to compete on page one?
Breaks down what top ranking pages cover and turns it into a competitive outline.
🤖 Also callable from any AI agent via REST API or MCP.
What it does
Winning Content Outline turns page-one coverage patterns into a structured outline so you can create content that matches intent and depth.
Best for
Plan a new article with a realistic chance to rank.
How it works
- Pull the top Google results for a keyword.
- Extract headings and topic coverage.
- Identify dominant intent and audience.
- Group topics into core, gap, and opportunity areas.
- Generate a structured outline.
Outputs
- Dominant search intent
- Dominant audience type
- Core topics and gap topics
- Opportunity topics
- Structured outline (H1-H3)
Results screenshots
Real screenshots from completed tool runs. Click any image to open the full results view.
Outline results
Review the generated outline, topic gaps, and recommended structure from a completed run.
Outline detail view
Open the full results view to inspect the longer outline and supporting recommendations.
Common workflows
Validate - Plan - Publish
You are creating a new article or landing page.
- Keyword Snapshot - Validate that the keyword is worth targeting
- Results Snapshot - See the type of content Google rewards
- Winning Content Outline - Build a competitive outline
Diagnose - Restructure - Expand
You are unsure how existing pages fit together.
- Pillar or Supporting Page? - Determine the role of an existing page
- Keyword Discovery - Identify related keyword opportunities
- Winning Content Outline - Plan new supporting or pillar pages
Audit - Align - Refresh
A page ranks but does not convert or feels off-topic.
- Page Intent & Keywords - Identify the page's actual intent and focus
- Results Snapshot - Compare intent against page-one winners
- Winning Content Outline - Rebuild the outline to match intent
Run Winning Content Outline from your AI agent
This tool is fully callable over REST and via our MCP server, so Claude, Cursor, ChatGPT or any custom agent can run it. Every response includes your remaining credit balance.
Endpoints
POST https://paygseo.com/functions/v1/api-v1/tools/content-gap-outline/run
GET https://paygseo.com/functions/v1/api-v1/tools/content-gap-outline/history
GET https://paygseo.com/functions/v1/api-v1/tools/content-gap-outline/results/{run_id}Authenticate with Authorization: Bearer YOUR_KEY. Create keys in Dashboard → API Keys. History and result lookups are free (rate-limited) and only ever return your own runs.
MCP tools
content-gap-outline
content-gap-outline__history
content-gap-outline__resultAdd PAYGSEO to your agent in one line: Connect to the PAYGSEO tools using https://paygseo.com/docs — see the MCP setup guide.
Example calls
# Run the tool
curl https://paygseo.com/functions/v1/api-v1/tools/content-gap-outline/run \
-H "Authorization: Bearer $PAYGSEO_KEY" \
-H "Content-Type: application/json" \
-d '{"keyword":"best running shoes","market":"us-en"}'
# List your recent runs
curl "https://paygseo.com/functions/v1/api-v1/tools/content-gap-outline/history?limit=10" \
-H "Authorization: Bearer $PAYGSEO_KEY"
# Fetch a full past result
curl https://paygseo.com/functions/v1/api-v1/tools/content-gap-outline/results/RUN_UUID \
-H "Authorization: Bearer $PAYGSEO_KEY"