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
|
||||
|
||||
Position tracking tool for monitoring keyword rankings via Ahrefs Rank Tracker. Monitors ranking positions, detects position changes with threshold alerts, calculates visibility scores weighted by search volume, compares against competitors, and segments by brand/non-brand keywords.
|
||||
Position tracking tool for monitoring keyword rankings. Monitors ranking positions, detects position changes with threshold alerts, calculates visibility scores weighted by search volume, compares against competitors, and segments by brand/non-brand keywords.
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -41,7 +41,7 @@ python scripts/position_tracker.py --target https://example.com --competitor htt
|
||||
```
|
||||
|
||||
**Capabilities**:
|
||||
- Current ranking position retrieval via Ahrefs Rank Tracker
|
||||
- Current ranking position retrieval via our-seo-agent CLI or pre-fetched data
|
||||
- Position change detection with configurable threshold alerts
|
||||
- Visibility score calculation (weighted by search volume)
|
||||
- Brand vs non-brand keyword segmentation
|
||||
@@ -69,17 +69,13 @@ python scripts/ranking_reporter.py --target https://example.com --competitor htt
|
||||
- Competitor overlap and position comparison
|
||||
- Average position by keyword group
|
||||
|
||||
## Ahrefs MCP Tools Used
|
||||
## Data Sources
|
||||
|
||||
| Tool | Purpose |
|
||||
|------|---------|
|
||||
| `rank-tracker-overview` | Get rank tracking overview for project |
|
||||
| `rank-tracker-competitors-overview` | Compare against competitors |
|
||||
| `rank-tracker-competitors-pages` | Competitor page-level rankings |
|
||||
| `rank-tracker-competitors-stats` | Competitor ranking statistics |
|
||||
| `rank-tracker-serp-overview` | SERP details for tracked keywords |
|
||||
| `management-projects` | List Ahrefs projects |
|
||||
| `management-project-keywords` | Get tracked keywords for project |
|
||||
| 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