Replaces single-vendor (Ahrefs-only) tool defaults with a per-task backend menu across all 14 SEO skills. Each skill now lists every capable MCP in allowed-tools and documents how to pick between Semrush, Ahrefs, OurSEO Agent (CLI + MCP), DataForSEO, and GSC in its SKILL.md Data Source Selection section. Tool stubs (~40 new files) populated per skill with capability deltas, call patterns, and explicit "not for this skill when" callouts so the menu is self-correcting. Skills affected: 19-keyword-strategy, 20-serp-analysis, 21-position-tracking, 22-link-building, 23-content-strategy, 24-ecommerce, 25-kpi-framework, 26-international, 27-ai-visibility, 28-knowledge-graph, 31-competitor-intel, 32-crawl-budget, 33-migration-planner, 34-reporting-dashboard. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
36 lines
1.3 KiB
Markdown
36 lines
1.3 KiB
Markdown
# OurSEO Agent (CLI + MCP)
|
|
|
|
**OurSEO is not a backlink-graph backend.** The OurSEO stack does not crawl the public web for inbound links; it only inventories outbound and internal links from the target site itself.
|
|
|
|
Use OurSEO here only as a **supplement** to Ahrefs or Semrush — never as the primary backlink source.
|
|
|
|
## What OurSEO can do for link work
|
|
|
|
```bash
|
|
# Crawl the target site for outbound and internal link inventory
|
|
our collect crawl https://<site> --max-pages 200
|
|
|
|
# Schema-side sameAs validation (links from JSON-LD)
|
|
our audit sameas https://<site> --brand "<brand>"
|
|
```
|
|
|
|
MCP equivalent (Claude Desktop):
|
|
|
|
```
|
|
mcp__ourseo__crawl_website(url="<site>", max_pages=200)
|
|
```
|
|
|
|
Output includes per-page `links` dict with internal/external entries — useful for:
|
|
- Auditing **internal** linking to high-value pages.
|
|
- Validating that **sameAs** schema links resolve (not dead).
|
|
- Counting outbound link velocity for content templates.
|
|
|
|
## Not for this skill when
|
|
|
|
- **Anything inbound** — referring domains, anchor distribution, broken backlinks, DR, link velocity. Use Ahrefs (default) or Semrush.
|
|
- **Toxic link detection** — needs an authoritative backlink graph; OurSEO has none.
|
|
|
|
## Korean platform mapping
|
|
|
|
Pair Ahrefs/Semrush output with `WebSearch` for Korean platforms that both vendors underrepresent: Naver Blog, Cafe, Tistory, Brunch, Korean news.
|