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 the user asks to "analyze backlinks" or "外链分析"; profiles external referring domains, anchor-text distribution, toxic links, and competitor link gaps. Not for internal links — use internal-linking-optimizer. 外链分析/反向链接'4version: "9.9.12"5license: Apache-2.06compatibility: "Claude Code and compatible agent-skill hosts"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>"10allowed-tools: WebFetch11metadata:12author: aaron-he-zhu13version: "9.9.12"14geo-relevance: "low"15---1617# Backlink Analyzer1819Analyzes backlink profiles for quality, risk, competitive gaps, and link-building opportunities.2021## Quick Start2223```24Analyze backlink profile for [domain]25```2627```28Find link building opportunities by analyzing [competitor domains]29```3031## Skill Contract3233**Expected output**: a backlink report or delta summary plus the standard handoff summary for `memory/monitoring/`.3435- **Reads**: target domain, backlink/referring-domain exports, competitor domains, anchor data, and any user-provided or tool metrics.36- **Writes**: a user-facing monitoring deliverable and reusable summary.37- **Promotes**: significant changes, confirmed anomalies, follow-up actions, and pending decisions to `memory/open-loops.md`.38- **Done when**: referring domains, anchor mix, and toxic-link share are reported with each metric source-tagged (or N/A); toxic ratio is computed; and at least 3 link-building or disavow actions are named.39- **Primary next skill**: [domain-authority-auditor](../../cross-cutting/domain-authority-auditor/SKILL.md) when toxicity or authority concerns need formal scoring.4041### Handoff Summary4243> Emit the standard shape from [skill-contract.md §Handoff Summary Format](../../references/skill-contract.md).4445## Data Sources4647All integrations optional (see [CONNECTORS.md](../../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](../../SECURITY.md).4849## Decision Gates5051**Stop and ask the user when:**52- No backlink data is provided and no ~~link database is connected — link counts cannot be measured. Offer: (1) paste a backlink/referring-domain export, (2) connect a tool, (3) cancel. Do not estimate referring-domain volume from the domain alone.5354**Continue silently (never stop for):**55- Which of several competitors to deep-dive — analyze the top 3 by overlap and note the rest.56- Missing optional fields (geography, link velocity) — mark N/A and proceed.5758## Instructions5960When a user requests backlink analysis:61621. **Generate Profile Overview** — output key metrics, link velocity, authority distribution, and profile health score, with each metric carrying its source tag (tool export / user-provided / estimated).632. **Analyze Link Quality** — top backlinks, link type mix, anchor text distribution, and geography.643. **Identify Toxic Links** — risk indicators, links to review, and disavow recommendations; report the toxic ratio as a labeled figure.654. **Compare Against Competitors** — profile comparison, link intersection, and top linked competitor content.665. **Find Link Building Opportunities** — intersection prospects, broken links, unlinked mentions, resource pages, guest posts, and effort-vs-impact priorities.676. **Track Link Changes** — new and lost links, net change, and recovery priorities, each delta labeled against its baseline.687. **Generate Backlink Report** — executive summary, strengths, concerns, opportunities, competitive position, recommended actions, and KPIs, with every figure source-tagged.6970Label every metric **Measured** (tool/export), **User-provided**, or **Estimated** (model inference); never present an estimate as measured; if a required metric is unavailable, mark it N/A — do not invent it.7172> **Reference**: See [Analysis Templates](references/analysis-templates.md) for the compact output templates used in all seven steps.7374### CITE Item Mapping7576When running `domain-authority-auditor` after this analysis, the following data feeds directly into CITE scoring:7778| Backlink Metric | CITE Item | Dimension |79|----------------|-----------|-----------|80| Referring domains count | C01 (Referring Domain Volume) | Citation |81| Authority distribution (DA breakdown) | C02 (Referring Domains Quality) | Citation |82| Link velocity | C04 (Link Velocity) | Citation |83| Geographic distribution | C10 (Link Source Diversity) | Citation |84| Dofollow/Nofollow ratio | T02 (Dofollow Ratio Normality) | Trust |85| Toxic link analysis | T01 (Link Profile Naturalness), T03 (Link-Traffic Coherence) | Trust |86| Competitive link intersection | T05 (Profile Uniqueness) | Trust |8788## Example8990See [Analysis Templates](references/analysis-templates.md) for the full output structure (link-intersection table, opportunities, and impact model).9192## Link Quality and Strategy Reference9394> **Reference**: See [Link Quality Rubric](references/link-quality-rubric.md) for the scoring matrix, toxic-link criteria, benchmarks, and disavow guidance.9596> **Reference**: See [Outreach Templates](references/outreach-templates.md) for outreach frameworks, subject lines, response benchmarks, follow-up sequences, and templates.9798### Save Results99100Ask "Save these results?" If yes, write to `memory/monitoring/` — see [Skill Contract](../../references/skill-contract.md) §Save Results Template. If toxic ratio exceeds 15%, recommend `domain-authority-auditor`.101102## Reference Materials103104- [Link Quality Rubric](references/link-quality-rubric.md) — Quality and toxicity rubric105- [Outreach Templates](references/outreach-templates.md) — Outreach frameworks and examples106107## Next Best Skill108109Toxic ratio > 15% → [domain-authority-auditor](../../cross-cutting/domain-authority-auditor/SKILL.md). Otherwise → Terminal. Visited-set rule applies per [skill-contract.md](../../references/skill-contract.md).110