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

@@ -62,8 +62,8 @@ python scripts/crawl_budget_analyzer.py --log-file access.log --scope orphans --
python scripts/crawl_budget_analyzer.py --log-file access.log --scope bots --json
```
### Step 4: Cross-Reference with Ahrefs (Optional)
Use `site-explorer-pages-history` to compare indexed pages vs crawled pages.
### Step 4: Cross-Reference with External Data (Optional)
Use `our-seo-agent` CLI or provide pre-fetched JSON via `--input` to compare indexed pages vs crawled pages. WebSearch can supplement with current indexing data.
### Step 5: Generate Recommendations
Prioritized action items:
@@ -76,12 +76,21 @@ Prioritized action items:
### Step 6: Report to Notion
Save Korean-language report to SEO Audit Log database.
## MCP Tools Used
| Property | Type | Description |
|----------|------|-------------|
| Issue | Title | Report title (Korean + date) |
| Site | URL | Audited website URL |
| Category | Select | Crawl Budget |
| Priority | Select | Based on efficiency score |
| Found Date | Date | Analysis date (YYYY-MM-DD) |
| Audit ID | Rich Text | Format: CRAWL-YYYYMMDD-NNN |
| Tool | Purpose |
|------|---------|
| Ahrefs `site-explorer-pages-history` | Compare indexed pages with crawled pages |
| Notion | Save audit report to database |
## Data Sources
| Source | Purpose |
|--------|---------|
| `our-seo-agent` CLI | Future primary data source; use `--input` for pre-fetched JSON |
| Notion MCP | Save audit report to database |
| WebSearch | Current bot documentation and best practices |
## Output Format
@@ -118,6 +127,27 @@ Save Korean-language report to SEO Audit Log database.
}
```
## Korean Output Example
```
# 크롤 예산 분석 보고서 - example.com
## 분석 기간: 2025-01-01 ~ 2025-01-31
### 봇별 크롤 현황
| 봇 | 요청 수 | 고유 URL | 일 평균 |
|----|---------|---------|---------|
| Googlebot | 80,000 | 12,000 | 2,580 |
| Yeti (Naver) | 35,000 | 8,000 | 1,129 |
### 크롤 낭비 요인
- 파라미터 URL: 5,000건 (3.3%)
- 리다이렉트 체인: 2,000건 (1.3%)
- 소프트 404: 1,500건 (1.0%)
### 효율성 점수: 72/100
```
## Limitations
- Requires actual server access logs (not available via standard web crawling)