Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Analyze website backlink profiles to assess domain authority and identify link-building opportunities
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: backlink-analyzer3description: 'Use when analyzing backlink profiles, link authority, toxic links, link-building opportunities, or competitor link gaps. 外链分析/反向链接'4version: "9.9.5"5license: Apache-2.06compatibility: "Claude Code, skills.sh, ClawHub, Vercel Labs, Cursor, Windsurf, Codex CLI, Amp, Gemini CLI, Kimi Code, Qwen Code, CodeBuddy"7homepage: "https://github.com/aaron-he-zhu/seo-geo-claude-skills"8when_to_use: "Use when analyzing backlink profiles, link quality, toxic links, referring domains, or anchor text distribution."9argument-hint: "<domain or URL>"10metadata:11author: aaron-he-zhu12version: "9.9.5"13geo-relevance: "low"14tags:15- seo16- backlinks17- link-building18- link-profile19- toxic-links20- off-page-seo21- link-audit22- referring-domains23- disavow24- ahrefs-alternative25- 外链分析26- 被リンク27- 백링크28- backlinks-seo29triggers:30- "analyze backlinks"31- "check link profile"32- "find toxic links"33- "link building opportunities"34- "backlink audit"35- "who links to me"36- "I have spammy links"37- "how do I get more backlinks"38- "disavow links"39- "how to build backlinks"40- "外链分析"41- "反向链接"42- "有毒链接"43- "链接建设"44- "外链怎么做"45- "有垃圾外链"46- "谁链接到我"47- "友链"48- "互换友链"49- "外链建设"50- "被リンク分析"51- "バックリンク"52- "リンク構築"53- "백링크 분석"54- "링크 빌딩"55- "누가 내 사이트 링크해?"56- "백링크 어떻게 늘려?"57- "análisis de backlinks"58- "enlaces entrantes"59- "análise de backlinks"60---6162# Backlink Analyzer6364Analyzes backlink profiles for quality, risk, competitive gaps, and link-building opportunities.6566## Quick Start6768```69Analyze backlink profile for [domain]70```7172```73Find link building opportunities by analyzing [competitor domains]74```7576## Skill Contract7778**Expected output**: a backlink report or delta summary plus the standard handoff summary for `memory/monitoring/`.7980- **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.81- **Writes**: a user-facing monitoring deliverable and reusable summary.82- **Promotes**: significant changes, confirmed anomalies, and follow-up actions to `memory/open-loops.md` and `memory/decisions.md`.83- **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.8485### Handoff Summary8687> 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).8889## Data Sources9091All 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).9293## Instructions9495When a user requests backlink analysis:96971. **Generate Profile Overview** — key metrics, link velocity, authority distribution, and profile health score.982. **Analyze Link Quality** — top backlinks, link type mix, anchor text distribution, and geography.993. **Identify Toxic Links** — risk indicators, links to review, and disavow recommendations.1004. **Compare Against Competitors** — profile comparison, link intersection, and top linked competitor content.1015. **Find Link Building Opportunities** — intersection prospects, broken links, unlinked mentions, resource pages, guest posts, and effort-vs-impact priorities.1026. **Track Link Changes** — new and lost links, net change, and recovery priorities.1037. **Generate Backlink Report** — executive summary, strengths, concerns, opportunities, competitive position, recommended actions, and KPIs.104105> **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.106107### CITE Item Mapping108109When running `domain-authority-auditor` after this analysis, the following data feeds directly into CITE scoring:110111| Backlink Metric | CITE Item | Dimension |112|----------------|-----------|-----------|113| Referring domains count | C01 (Referring Domain Volume) | Citation |114| Authority distribution (DA breakdown) | C02 (Referring Domains Quality) | Citation |115| Link velocity | C04 (Link Velocity) | Citation |116| Geographic distribution | C10 (Link Source Diversity) | Citation |117| Dofollow/Nofollow ratio | T02 (Dofollow Ratio Normality) | Trust |118| Toxic link analysis | T01 (Link Profile Naturalness), T03 (Link-Traffic Coherence) | Trust |119| Competitive link intersection | T05 (Profile Uniqueness) | Trust |120121## Example122123Sample 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).124125## Tips for Success126127Prioritize quality, monitor regularly, diversify anchors and link types, and disavow cautiously.128129## Link Quality and Strategy Reference130131> **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.132133> **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.134135### Save Results136137Ask "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`.138139## Reference Materials140141- [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 rubric142- [Outreach Templates](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/monitor/backlink-analyzer/references/outreach-templates.md) — Outreach frameworks and examples143144## Next Best Skill145146Toxic 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).147