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
|
||||
|
||||
SEO site migration planning and monitoring tool for comprehensive pre-migration risk assessment, redirect mapping, URL inventory, crawl baseline capture, and post-migration traffic/indexation monitoring. Supports domain moves, platform changes, URL restructuring, HTTPS migrations, and subdomain consolidation. Captures full URL inventory via Firecrawl crawl, builds traffic/keyword baselines via Ahrefs, generates redirect maps with per-URL risk scoring, and tracks post-launch recovery with automated alerts.
|
||||
SEO site migration planning and monitoring tool for comprehensive pre-migration risk assessment, redirect mapping, URL inventory, crawl baseline capture, and post-migration traffic/indexation monitoring. Supports domain moves, platform changes, URL restructuring, HTTPS migrations, and subdomain consolidation. Captures full URL inventory via Firecrawl crawl, builds traffic/keyword baselines via our-seo-agent CLI, generates redirect maps with per-URL risk scoring, and tracks post-launch recovery with automated alerts.
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -45,7 +45,7 @@ python scripts/migration_planner.py --domain https://blog.example.com --type sub
|
||||
|
||||
**Capabilities**:
|
||||
- URL inventory via Firecrawl crawl (capture all URLs + status codes)
|
||||
- Ahrefs top-pages baseline (traffic, keywords per page)
|
||||
- our-seo-agent top-pages baseline (traffic, keywords per page)
|
||||
- Redirect map generation (old URL -> new URL mapping)
|
||||
- Risk scoring per URL (based on traffic + backlinks + keyword rankings)
|
||||
- Pre-migration checklist generation
|
||||
@@ -78,17 +78,13 @@ python scripts/migration_monitor.py --domain https://new-example.com --migration
|
||||
- Recovery timeline estimation
|
||||
- Alert generation for traffic drops >20%
|
||||
|
||||
## Ahrefs MCP Tools Used
|
||||
## Data Sources
|
||||
|
||||
| Tool | Purpose |
|
||||
|------|---------|
|
||||
| `site-explorer-metrics` | Current organic metrics (traffic, keywords) |
|
||||
| `site-explorer-metrics-history` | Historical metrics for pre/post comparison |
|
||||
| `site-explorer-top-pages` | Top performing pages for baseline |
|
||||
| `site-explorer-pages-by-traffic` | Pages ranked by traffic for risk scoring |
|
||||
| `site-explorer-organic-keywords` | Keyword rankings per page |
|
||||
| `site-explorer-referring-domains` | Referring domains per page for risk scoring |
|
||||
| `site-explorer-backlinks-stats` | Backlink overview for migration impact |
|
||||
| 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