Backlink Analyzer
Analyzes backlink profiles for quality, risk, competitive gaps, and link-building opportunities.
Quick Start
Analyze backlink profile for [domain]
Find link building opportunities by analyzing [competitor domains]
Skill Contract
Expected output: a backlink report or delta summary plus the standard handoff summary for memory/monitoring/.
- Reads: current metrics, baselines, alert thresholds, and reporting context from CLAUDE.md and the shared State Model when available.
- Writes: a user-facing monitoring deliverable and reusable summary.
- Promotes: significant changes, confirmed anomalies, follow-up actions, and pending decisions to
memory/open-loops.md.
- Primary next skill: domain-authority-auditor when toxicity or authority concerns need formal scoring.
Handoff Summary
Emit the standard shape from skill-contract.md §Handoff Summary Format.
Data Sources
All integrations optional (see CONNECTORS.md). With tools, pull backlink profiles from ~~link database and competitor data from ~~SEO tool. Without tools, ask for backlink CSVs, referring domains, competitor domains, and link changes. Respect robots.txt and TOS per SECURITY.md.
Instructions
When a user requests backlink analysis:
- Generate Profile Overview — key metrics, link velocity, authority distribution, and profile health score.
- Analyze Link Quality — top backlinks, link type mix, anchor text distribution, and geography.
- Identify Toxic Links — risk indicators, links to review, and disavow recommendations.
- Compare Against Competitors — profile comparison, link intersection, and top linked competitor content.
- Find Link Building Opportunities — intersection prospects, broken links, unlinked mentions, resource pages, guest posts, and effort-vs-impact priorities.
- Track Link Changes — new and lost links, net change, and recovery priorities.
- Generate Backlink Report — executive summary, strengths, concerns, opportunities, competitive position, recommended actions, and KPIs.
Reference: See references/analysis-templates.md for the compact output templates used in all seven steps.
CITE Item Mapping
When running domain-authority-auditor after this analysis, the following data feeds directly into CITE scoring:
| Backlink Metric |
CITE Item |
Dimension |
| Referring domains count |
C01 (Referring Domain Volume) |
Citation |
| Authority distribution (DA breakdown) |
C02 (Referring Domains Quality) |
Citation |
| Link velocity |
C04 (Link Velocity) |
Citation |
| Geographic distribution |
C10 (Link Source Diversity) |
Citation |
| Dofollow/Nofollow ratio |
T02 (Dofollow Ratio Normality) |
Trust |
| Toxic link analysis |
T01 (Link Profile Naturalness), T03 (Link-Traffic Coherence) |
Trust |
| Competitive link intersection |
T05 (Profile Uniqueness) |
Trust |
Example
Sample outcome: a link-intersection table, top immediate opportunities, and an estimated impact model. Keep the full structure in references/analysis-templates.md.
Tips for Success
Prioritize quality, monitor regularly, diversify anchors and link types, and disavow cautiously.
Link Quality and Strategy Reference
Reference: See references/link-quality-rubric.md for the scoring matrix, toxic-link criteria, benchmarks, and disavow guidance.
Reference: See references/outreach-templates.md for outreach frameworks, subject lines, response benchmarks, follow-up sequences, and templates.
Save Results
Ask "Save these results?" If yes, write memory/monitoring/YYYY-MM-DD-<topic>.md with headline finding, actions, and open loops. If toxic ratio exceeds 15%, recommend domain-authority-auditor.
Reference Materials
Next Best Skill
Toxic ratio > 15% → domain-authority-auditor. Otherwise → Terminal. Visited-set rule applies per skill-contract.md.
1---2name: backlink-analyzer-33description: Use when analyzing backlink profiles, link authority, toxic links, link-building opportunities, or competitor link gaps. 外链分析/反向链接4license: Apache-2.05---6
7# Backlink Analyzer
8
9Analyzes backlink profiles for quality, risk, competitive gaps, and link-building opportunities.
10
11## Quick Start
12
13```
14Analyze backlink profile for [domain]
15```
16
17```
18Find link building opportunities by analyzing [competitor domains]
19```
20
21## Skill Contract
22
23**Expected output**: a backlink report or delta summary plus the standard handoff summary for `memory/monitoring/`.
24
25- **Reads**: current metrics, baselines, alert thresholds, and reporting context from [CLAUDE.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/CLAUDE.md) and the shared [State Model](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/references/state-model.md) when available.
26- **Writes**: a user-facing monitoring deliverable and reusable summary.
27- **Promotes**: significant changes, confirmed anomalies, follow-up actions, and pending decisions to `memory/open-loops.md`.
28- **Primary next skill**: [domain-authority-auditor](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/cross-cutting/domain-authority-auditor/SKILL.md) when toxicity or authority concerns need formal scoring.
29
30### Handoff Summary
31
32> Emit the standard shape from [skill-contract.md §Handoff Summary Format](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/references/skill-contract.md).
33
34## Data Sources
35
36All integrations optional (see [CONNECTORS.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/CONNECTORS.md)). With tools, pull backlink profiles from ~~link database and competitor data from ~~SEO tool. Without tools, ask for backlink CSVs, referring domains, competitor domains, and link changes. Respect `robots.txt` and TOS per [SECURITY.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/SECURITY.md).
37
38## Instructions
39
40When a user requests backlink analysis:
41
421. **Generate Profile Overview** — key metrics, link velocity, authority distribution, and profile health score.
432. **Analyze Link Quality** — top backlinks, link type mix, anchor text distribution, and geography.
443. **Identify Toxic Links** — risk indicators, links to review, and disavow recommendations.
454. **Compare Against Competitors** — profile comparison, link intersection, and top linked competitor content.
465. **Find Link Building Opportunities** — intersection prospects, broken links, unlinked mentions, resource pages, guest posts, and effort-vs-impact priorities.
476. **Track Link Changes** — new and lost links, net change, and recovery priorities.
487. **Generate Backlink Report** — executive summary, strengths, concerns, opportunities, competitive position, recommended actions, and KPIs.
49
50> **Reference**: See [references/analysis-templates.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/monitor/backlink-analyzer/references/analysis-templates.md) for the compact output templates used in all seven steps.
51
52### CITE Item Mapping
53
54When running `domain-authority-auditor` after this analysis, the following data feeds directly into CITE scoring:
55
56| Backlink Metric | CITE Item | Dimension |
57|----------------|-----------|-----------|
58| Referring domains count | C01 (Referring Domain Volume) | Citation |
59| Authority distribution (DA breakdown) | C02 (Referring Domains Quality) | Citation |
60| Link velocity | C04 (Link Velocity) | Citation |
61| Geographic distribution | C10 (Link Source Diversity) | Citation |
62| Dofollow/Nofollow ratio | T02 (Dofollow Ratio Normality) | Trust |
63| Toxic link analysis | T01 (Link Profile Naturalness), T03 (Link-Traffic Coherence) | Trust |
64| Competitive link intersection | T05 (Profile Uniqueness) | Trust |
65
66## Example
67
68Sample outcome: a link-intersection table, top immediate opportunities, and an estimated impact model. Keep the full structure in [references/analysis-templates.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/monitor/backlink-analyzer/references/analysis-templates.md).
69
70## Tips for Success
71
72Prioritize quality, monitor regularly, diversify anchors and link types, and disavow cautiously.
73
74## Link Quality and Strategy Reference
75
76> **Reference**: See [references/link-quality-rubric.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/monitor/backlink-analyzer/references/link-quality-rubric.md) for the scoring matrix, toxic-link criteria, benchmarks, and disavow guidance.
77
78> **Reference**: See [references/outreach-templates.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/monitor/backlink-analyzer/references/outreach-templates.md) for outreach frameworks, subject lines, response benchmarks, follow-up sequences, and templates.
79
80### Save Results
81
82Ask "Save these results?" If yes, write `memory/monitoring/YYYY-MM-DD-<topic>.md` with headline finding, actions, and open loops. If toxic ratio exceeds 15%, recommend `domain-authority-auditor`.
83
84## Reference Materials
85
86- [Link Quality Rubric](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/monitor/backlink-analyzer/references/link-quality-rubric.md) — Quality and toxicity rubric
87- [Outreach Templates](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/monitor/backlink-analyzer/references/outreach-templates.md) — Outreach frameworks and examples
88
89## Next Best Skill
90
91Toxic ratio > 15% → [domain-authority-auditor](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/cross-cutting/domain-authority-auditor/SKILL.md). Otherwise → Terminal. Visited-set rule applies per [skill-contract.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/references/skill-contract.md).