Fix SEO skill 34 bugs, Korean labels, and transition Ahrefs refs to our-seo-agent (#2)

This commit is contained in:
Andrew Yim
2026-02-14 01:09:35 +09:00
committed by GitHub
parent d2d0a2d460
commit a28bfbf847
34 changed files with 265 additions and 262 deletions

View File

@@ -83,12 +83,13 @@ python scripts/international_auditor.py --url https://example.com --korean-expan
- CJK-specific URL encoding issues
- Regional search engine considerations (Naver, Baidu, Yahoo Japan)
## Ahrefs MCP Tools Used
## Data Sources
| Tool | Purpose |
|------|---------|
| `site-explorer-metrics-by-country` | Country-level traffic distribution |
| `site-explorer-organic-keywords` | Keywords by country filter |
| 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

View File

@@ -21,10 +21,10 @@ Audit international SEO implementation: hreflang tags, URL structure patterns, c
## MCP Tool Usage
### Ahrefs for Country Metrics
### SEO Data
```
mcp__ahrefs__site-explorer-metrics-by-country: Country-level traffic distribution
mcp__ahrefs__site-explorer-organic-keywords: Keywords filtered by country
our-seo-agent CLI: Primary country metrics source (future); use --input for pre-fetched JSON
WebSearch / WebFetch: Supplementary international data
```
### Notion for Report Storage
@@ -69,7 +69,7 @@ WebSearch: Research hreflang implementation guides and regional search engine re
4. Recommend proper implementation (suggest, do not force)
### 5. Korean Expansion Analysis (Optional)
1. Analyze current traffic by country via Ahrefs
1. Analyze current traffic by country via our-seo-agent CLI or pre-fetched data
2. Recommend priority target markets for Korean businesses
3. Check CJK-specific URL encoding issues
4. Advise on regional search engines (Naver, Baidu, Yahoo Japan)