algo-seo-backlink

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Backlink Quality Assessment

反向链接质量评估

Overview

概述

Backlink analysis evaluates incoming links by quality metrics (DA/DR, relevance, anchor text diversity, toxicity) to assess a site's off-page SEO strength. Quality assessment is heuristic-based using third-party metrics (Moz DA, Ahrefs DR) as PageRank proxies.
反向链接分析通过质量指标(DA/DR、相关性、锚文本多样性、有害性)评估导入链接,以此衡量网站的站外SEO实力。质量评估基于启发式方法,采用第三方指标(Moz DA、Ahrefs DR)作为PageRank的替代指标。

When to Use

使用场景

Trigger conditions:
  • Auditing a site's backlink profile for SEO health
  • Identifying and disavowing toxic or spammy links
  • Planning link building strategy based on competitor analysis
When NOT to use:
  • When optimizing on-page content (use content SEO)
  • When computing actual PageRank from raw link graphs (use PageRank algorithm)
触发条件:
  • 审核网站反向链接配置文件的SEO健康度
  • 识别并拒绝(disavow)有害或垃圾链接
  • 基于竞品分析规划外链建设策略
不适用场景:
  • 优化站内内容时(请使用内容SEO技能)
  • 从原始链接图计算实际PageRank时(请使用PageRank算法)

Algorithm

算法

IRON LAW: Backlink QUALITY Outweighs Quantity
One link from a high-authority, topically relevant domain is worth
more than hundreds from low-quality sites. Evaluate every link on:
1. Authority (DA/DR of linking domain)
2. Relevance (topical match between linking and target pages)
3. Placement (editorial in-content > footer/sidebar)
4. Anchor text (natural diversity > exact-match keyword stuffing)
IRON LAW: Backlink QUALITY Outweighs Quantity
One link from a high-authority, topically relevant domain is worth
more than hundreds from low-quality sites. Evaluate every link on:
1. Authority (DA/DR of linking domain)
2. Relevance (topical match between linking and target pages)
3. Placement (editorial in-content > footer/sidebar)
4. Anchor text (natural diversity > exact-match keyword stuffing)

Phase 1: Input Validation

阶段1:输入验证

Export backlink data from Ahrefs, Moz, or Search Console. Required fields: referring domain, DA/DR, anchor text, link type (dofollow/nofollow), first seen date. Gate: Complete backlink export with authority metrics.
从Ahrefs、Moz或Search Console导出反向链接数据。必填字段:引用域名、DA/DR、锚文本、链接类型(dofollow/nofollow)、首次发现日期。 准入要求: 包含权威指标的完整反向链接导出数据。

Phase 2: Core Algorithm

阶段2:核心算法

  1. Deduplicate by referring domain (one link per domain for analysis)
  2. Score each link: authority (0-100) × relevance (0-1) × placement weight
  3. Flag toxic links: DA < 10, irrelevant foreign language, link farm patterns, PBN indicators
  4. Compute profile metrics: total referring domains, DR distribution, anchor text diversity index
  1. 按引用域名去重(每个域名仅保留一个链接用于分析)
  2. 为每个链接打分:权威值(0-100)× 相关性(0-1)× 位置权重
  3. 标记有害链接:DA < 10、不相关的外语内容、链接农场模式、PBN(私有博客网络)特征
  4. 计算配置文件指标:总引用域名数量、DR分布、锚文本多样性指数

Phase 3: Verification

阶段3:验证

Cross-reference flagged toxic links against known spam databases. Verify anchor text distribution follows natural pattern (branded > URL > keyword > misc). Gate: Toxic links identified, anchor profile analyzed.
将标记的有害链接与已知垃圾数据库交叉核对。验证锚文本分布是否符合自然模式(品牌锚文本 > URL锚文本 > 关键词锚文本 > 其他)。 准入要求: 已识别有害链接,已分析锚文本配置文件。

Phase 4: Output

阶段4:输出

Return profile assessment with link quality distribution and action items.
返回包含链接质量分布及行动项的配置文件评估结果。

Output Format

输出格式

json
{
  "profile": {"referring_domains": 450, "avg_dr": 35, "toxic_count": 23, "anchor_diversity": 0.78},
  "actions": [{"type": "disavow", "domains": ["spam1.com"], "reason": "link farm pattern"}],
  "metadata": {"tool": "ahrefs", "export_date": "2025-01-15"}
}
json
{
  "profile": {"referring_domains": 450, "avg_dr": 35, "toxic_count": 23, "anchor_diversity": 0.78},
  "actions": [{"type": "disavow", "domains": ["spam1.com"], "reason": "link farm pattern"}],
  "metadata": {"tool": "ahrefs", "export_date": "2025-01-15"}
}

Examples

示例

Sample I/O

输入输出示例

Input: 500 backlinks, 200 referring domains Expected: Distribution: 15% DR 60+, 40% DR 20-59, 45% DR 0-19. Flag 23 toxic domains for disavow.
输入: 500条反向链接,200个引用域名 预期输出: 分布情况:15% DR 60+,40% DR 20-59,45% DR 0-19。标记23个有害域名用于拒绝。

Edge Cases

边缘案例

InputExpectedWhy
All links from one domainLow profile diversitySingle-source dependency is risky
90% exact-match anchorsAnchor text penalty riskUnnatural anchor pattern
Zero backlinksFocus on content firstCan't optimize what doesn't exist
输入预期结果原因
所有链接均来自同一域名配置文件多样性低单一来源依赖存在风险
90% 为精确匹配锚文本存在锚文本惩罚风险非自然锚文本模式
无任何反向链接优先关注内容建设无法优化不存在的资源

Gotchas

注意事项

  • DA/DR are third-party estimates: They approximate PageRank but are NOT Google metrics. Two tools often disagree on the same domain's authority.
  • Nofollow still matters: Google treats nofollow as a "hint." A nofollow link from a DR 90 site still has SEO value, just less than dofollow.
  • Disavow carefully: Google's disavow tool is a last resort. Disavowing legitimate links harms your own profile. Only disavow clearly toxic/spammy links.
  • Anchor text manipulation: Exact-match anchor text used to be a ranking factor; now it's a spam signal. Natural profiles have mostly branded and URL anchors.
  • Temporal patterns: Sudden spikes in backlinks (e.g., 100 links in one day) trigger spam filters. Natural link acquisition is gradual.
  • DA/DR为第三方估算值:它们是PageRank的近似值,但并非Google官方指标。不同工具对同一域名的权威值评估结果往往存在差异。
  • Nofollow链接仍有价值:Google将nofollow视为一种“提示”。来自DR 90站点的nofollow链接仍具有SEO价值,只是低于dofollow链接。
  • 谨慎使用拒绝工具:Google的拒绝工具是最后手段。拒绝合法链接会损害自身链接配置文件。仅对明确有害/垃圾的链接执行拒绝操作。
  • 锚文本操纵风险:精确匹配锚文本曾是排名因素,如今已成为垃圾信号。自然的链接配置文件中,品牌锚文本和URL锚文本占比最高。
  • 时间模式异常:反向链接突然激增(如单日新增100条链接)会触发垃圾过滤器。自然的链接获取过程是渐进式的。

References

参考资料

  • For link toxicity scoring methodology, see
    references/toxicity-scoring.md
  • For competitor backlink gap analysis, see
    references/competitor-gap.md
  • 链接有害性评分方法,请参见
    references/toxicity-scoring.md
  • 竞品反向链接差距分析,请参见
    references/competitor-gap.md