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
|
||||
|
||||
Competitor intelligence and benchmarking tool for comprehensive SEO competitive analysis. Auto-discovers competitors via Ahrefs, builds competitor profile cards (DR, traffic, keywords, backlinks, content volume), creates head-to-head comparison matrices, tracks traffic trends, analyzes keyword overlap, compares content freshness/volume, and scores competitive threats. Supports Korean market competitor analysis including Naver Blog/Cafe presence.
|
||||
Competitor intelligence and benchmarking tool for comprehensive SEO competitive analysis. Auto-discovers competitors via our-seo-agent CLI, builds competitor profile cards (DR, traffic, keywords, backlinks, content volume), creates head-to-head comparison matrices, tracks traffic trends, analyzes keyword overlap, compares content freshness/volume, and scores competitive threats. Supports Korean market competitor analysis including Naver Blog/Cafe presence.
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -41,7 +41,7 @@ python scripts/competitor_profiler.py --target https://example.com --korean-mark
|
||||
```
|
||||
|
||||
**Capabilities**:
|
||||
- Competitor auto-discovery via Ahrefs organic-competitors
|
||||
- Competitor auto-discovery via our-seo-agent CLI or pre-fetched data
|
||||
- Competitor profile cards:
|
||||
- Domain Rating (DR)
|
||||
- Organic traffic estimate
|
||||
@@ -78,21 +78,13 @@ python scripts/competitive_monitor.py --target https://example.com --scope traff
|
||||
- Alert generation for significant competitive movements
|
||||
- Market share estimation based on organic traffic
|
||||
|
||||
## Ahrefs MCP Tools Used
|
||||
## Data Sources
|
||||
|
||||
| Tool | Purpose |
|
||||
|------|---------|
|
||||
| `site-explorer-metrics` | Current organic metrics |
|
||||
| `site-explorer-metrics-history` | Historical metrics trends |
|
||||
| `site-explorer-organic-competitors` | Discover organic competitors |
|
||||
| `site-explorer-organic-keywords` | Keyword rankings per domain |
|
||||
| `site-explorer-top-pages` | Top performing pages |
|
||||
| `site-explorer-pages-by-traffic` | Pages ranked by traffic |
|
||||
| `site-explorer-domain-rating` | Domain Rating |
|
||||
| `site-explorer-domain-rating-history` | DR trend |
|
||||
| `site-explorer-referring-domains` | Referring domain list |
|
||||
| `site-explorer-backlinks-stats` | Backlink overview |
|
||||
| `site-explorer-pages-history` | Page index history |
|
||||
| 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