Fix SEO skill 34 bugs, Korean labels, and transition Ahrefs refs to our-seo-agent (#2)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## Overview
|
||||
|
||||
Content strategy tool for SEO-driven content planning. Performs content inventory via sitemap crawl and Ahrefs top pages, scores content performance, detects content decay, analyzes topic gaps vs competitors, maps topic clusters, and generates content briefs. Supports Korean content patterns (Naver Blog format, review/후기 content).
|
||||
Content strategy tool for SEO-driven content planning. Performs content inventory via sitemap crawl and our-seo-agent CLI, scores content performance, detects content decay, analyzes topic gaps vs competitors, maps topic clusters, and generates content briefs. Supports Korean content patterns (Naver Blog format, review/후기 content).
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -42,7 +42,7 @@ python scripts/content_auditor.py --url https://example.com --type blog --json
|
||||
```
|
||||
|
||||
**Capabilities**:
|
||||
- Content inventory via sitemap crawl + Ahrefs top-pages
|
||||
- Content inventory via sitemap crawl + our-seo-agent CLI or pre-fetched data
|
||||
- Performance scoring (traffic, rankings, backlinks)
|
||||
- Content decay detection (pages losing traffic over time)
|
||||
- Content type classification (blog, product, service, landing, resource)
|
||||
@@ -85,15 +85,13 @@ python scripts/content_brief_generator.py --keyword "dental implant cost" --url
|
||||
- Internal linking suggestions
|
||||
- Korean content format recommendations
|
||||
|
||||
## Ahrefs MCP Tools Used
|
||||
## Data Sources
|
||||
|
||||
| Tool | Purpose |
|
||||
|------|---------|
|
||||
| `site-explorer-top-pages` | Get top performing pages |
|
||||
| `site-explorer-pages-by-traffic` | Pages ranked by organic traffic |
|
||||
| `site-explorer-organic-keywords` | Keywords per page |
|
||||
| `site-explorer-organic-competitors` | Find content competitors |
|
||||
| `site-explorer-best-by-external-links` | Best content by links |
|
||||
| Source | Purpose |
|
||||
|--------|---------|
|
||||
| `our-seo-agent` CLI | Primary data source (future); use `--input` for pre-fetched JSON |
|
||||
| WebSearch / WebFetch | Supplementary live data |
|
||||
| Notion MCP | Save audit report to database |
|
||||
|
||||
## Output Format
|
||||
|
||||
|
||||
Reference in New Issue
Block a user