jpskill.com
📦 その他 コミュニティ

被リンクプロファイル分析

seo-backlinks

競合サイトとの比較や有害なリンクの検出を通じて、自社サイトへのリンク状況を分析し、SEO対策に役立つ情報を提供するSkill。

📜 元の英語説明(参考)

Backlink profile analysis: referring domains, anchor text distribution, toxic link detection, competitor gap analysis. Works with free APIs (Moz, Bing Webmaster, Common Crawl) and DataForSEO extension. Use when user says backlinks, link profile, referring domains, anchor text, toxic links, link gap, link building, disavow, or backlink audit.

🇯🇵 日本人クリエイター向け解説

一言でいうと

競合サイトとの比較や有害なリンクの検出を通じて、自社サイトへのリンク状況を分析し、SEO対策に役立つ情報を提供するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o seo-backlinks.zip https://jpskill.com/download/10562.zip && unzip -o seo-backlinks.zip && rm seo-backlinks.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/10562.zip -OutFile "$d\seo-backlinks.zip"; Expand-Archive "$d\seo-backlinks.zip" -DestinationPath $d -Force; ri "$d\seo-backlinks.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して seo-backlinks.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → seo-backlinks フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

バックリンクプロファイル分析

ソース検出

分析の前に、利用可能なデータソースを検出します。

  1. DataForSEO MCP (プレミアム): dataforseo_backlinks_summary ツールが利用可能かどうかを確認します。
  2. Moz API (無料サインアップ): python scripts/backlinks_auth.py --check moz --json
  3. Bing Webmaster (無料サインアップ): python scripts/backlinks_auth.py --check bing --json
  4. Common Crawl (常に利用可能): PageRank を持つドメインレベルのグラフ
  5. Verification Crawler (常に利用可能): 既知のバックリンクがまだ存在するかどうかを確認します。

python scripts/backlinks_auth.py --check --json を実行して、すべてのソースを一度に検出します。

常に利用可能な階層以外にソースが設定されていない場合:

  • Common Crawl のドメインメトリクスを使用してレポートを作成します。
  • 推奨事項: 「/seo backlinks setup を実行して、より豊富なデータを得るために無料の Moz および Bing API キーを追加してください」

クイックリファレンス

コマンド 目的
/seo backlinks <url> 完全なバックリンクプロファイル分析 (利用可能なすべてのソースを使用)
/seo backlinks gap <url1> <url2> 競合他社のバックリンクギャップ分析
/seo backlinks toxic <url> 有害なリンクの検出と否認の推奨
/seo backlinks new <url> 新規および失われたバックリンク (DataForSEO のみ)
/seo backlinks verify <url> --links <file> 既知のバックリンクがまだ存在するかどうかを確認します。
/seo backlinks setup 無料のバックリンク API のセットアップ手順を表示します。

分析フレームワーク

以下の7つのセクションすべてを作成します。各セクションでは、優先順位の高い順にデータソースをリストします。

1. プロファイル概要

DataForSEO: dataforseo_backlinks_summary → 合計バックリンク数、参照ドメイン数、ドメインランク、フォロー率、トレンド。

Moz API: python scripts/moz_api.py metrics <url> --json → Domain Authority、Page Authority、Spam Score、リンキングルートドメイン数、外部リンク数。

Common Crawl: python scripts/commoncrawl_graph.py <domain> --json → in-degree (参照ドメイン数)、PageRank、ハーモニック中心性。

スコアリング:

メトリクス 良好 警告 危険
参照ドメイン数 >100 20-100 <20
フォロー率 >60% 40-60% <40%
ドメインの多様性 単一ドメインが5%を超えない 1つのドメインが10%を超える 1つのドメインが25%を超える
トレンド 成長または安定 緩やかな減少 急速な減少 (>20%/四半期)

2. アンカーテキストの分布

DataForSEO: dataforseo_backlinks_anchors

Moz API: python scripts/moz_api.py anchors <url> --json

Bing Webmaster: python scripts/bing_webmaster.py links <url> --json (リンクの詳細からアンカーテキストを抽出)

健全な分布のベンチマーク:

アンカータイプ 目標範囲 過剰最適化の兆候
ブランド (会社/ドメイン名) 30-50% <15%
URL/ネイキッドリンク 15-25% N/A
一般的なもの ("ここをクリック", "詳細はこちら") 10-20% N/A
完全一致キーワード 3-10% >15%
部分一致キーワード 5-15% >25%
ロングテール / 自然 5-15% N/A

完全一致のアンカーが15%を超える場合はフラグを立てます -- これは Google Penguin のリスクシグナルです。

3. 参照ドメインの品質

DataForSEO: dataforseo_backlinks_referring_domains

Moz API: python scripts/moz_api.py domains <url> --json → DA スコアを持つドメイン

Common Crawl: python scripts/commoncrawl_graph.py <domain> --json → 上位の参照ドメイン (ドメインレベル、オーソリティスコアなし)

分析:

  • TLD の分布: .edu、.gov、.org = 高いオーソリティ。過剰な .xyz、.info = 低品質
  • 国の分布: ターゲット市場と一致。80%以上が関係のない国からの場合 = PBN シグナル
  • ドメインランクの分布: 健全なプロファイルは、すべてのオーソリティ階層からのリンクを持っています。
  • ドメインごとの follow/nofollow: nofollow のみのサイト = SEO の価値は限定的

4. 有害なリンクの検出

DataForSEO: dataforseo_backlinks_bulk_spam_score + 参照からの有害なパターン

Moz API: python scripts/moz_api.py metrics <url> --json からの Spam Score (1-17% スケール、>11% = 高リスク)

Verification Crawler: python scripts/verify_backlinks.py --target <url> --links <file> --json (疑わしいリンクがまだ存在するかどうかを確認)

高リスク指標 (すぐにフラグを立てる):

  • 既知の PBN (Private Blog Network) ドメインからのリンク
  • 不自然なアンカーテキストパターン (ドメインからの100%完全一致)
  • ペナルティを受けた、またはインデックスから削除されたドメインからのリンク
  • 大量のディレクトリ登録 (50以上のディレクトリリンク)
  • リンクファーム (ページあたり10K以上の発信リンクを持つサイト)
  • 有料リンクパターン (ドメインのすべてのページにわたるフッター/サイドバーリンク)

中リスク指標 (手動で確認):

  • 関係のないニッチからのリンク
  • 相互リンクパターン
  • 薄いコンテンツページからのリンク (<100語)
  • 単一ドメインからの過剰なリンク (1つのドメインからの50以上のバックリンク)

完全な30の有害なパターンと否認基準については、references/backlink-quality.md をロードしてください。

5. バックリンクによる上位ページ

DataForSEO: ターゲットタイプが "page" の dataforseo_backlinks_backlinks

Moz API: python scripts/moz_api.py pages <domain> --json

発見:

  • どのページが最も多くのバックリンクを集めているか
  • 高いオーソリティリンクを持つページ (リンクマグネット)
  • バックリンクがゼロのページ (内部リンクの機会)
  • バックリンクを持つ 404 ページ (リンクエクイティを取り戻すためのリダイレクトの機会)

6. 競合他社のギャップ分析

DataForSEO: 両方のドメインの dataforseo_backlinks_referring_domains を取得し、比較します。

Bing Webmaster (ユニーク!): python scripts/bing_webmaster.py compare <url1> <url2> --json — 組み込みの競合他社比較を備えた唯一の無料ツール

Moz API: 各ドメインの python scripts/moz_api.py metrics <url> --json を介してドメイン間で DA/PA を比較します。

出力:

  • 競合他社にリンクしているが、ターゲットにはリンクしていないドメイン = リンク構築の機会
  • 両方にリンクしているドメイン = 既存の関係を検証
  • ターゲットにのみリンクしているドメイン = 競争上の優位性
  • ドメインオーソリティを持つ上位20のリンク構築の機会

7. 新規および失われたバックリンク

DataForSEO のみ: 30/60/90 日間の変更に対する日付フィルターを使用した dataforseo_backlinks_backlinks

Verification Crawler: 既知のリンクについては、python scripts/ver で現在のステータスを確認します。

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Backlink Profile Analysis

Source Detection

Before analysis, detect available data sources:

  1. DataForSEO MCP (premium): Check if dataforseo_backlinks_summary tool is available
  2. Moz API (free signup): python scripts/backlinks_auth.py --check moz --json
  3. Bing Webmaster (free signup): python scripts/backlinks_auth.py --check bing --json
  4. Common Crawl (always available): Domain-level graph with PageRank
  5. Verification Crawler (always available): Checks if known backlinks still exist

Run python scripts/backlinks_auth.py --check --json to detect all sources at once.

If no sources are configured beyond the always-available tier:

  • Still produce a report using Common Crawl domain metrics
  • Suggest: "Run /seo backlinks setup to add free Moz and Bing API keys for richer data"

Quick Reference

Command Purpose
/seo backlinks <url> Full backlink profile analysis (uses all available sources)
/seo backlinks gap <url1> <url2> Competitor backlink gap analysis
/seo backlinks toxic <url> Toxic link detection and disavow recommendations
/seo backlinks new <url> New and lost backlinks (DataForSEO only)
/seo backlinks verify <url> --links <file> Verify known backlinks still exist
/seo backlinks setup Show setup instructions for free backlink APIs

Analysis Framework

Produce all 7 sections below. Each section lists data sources in preference order.

1. Profile Overview

DataForSEO: dataforseo_backlinks_summary → total backlinks, referring domains, domain rank, follow ratio, trend.

Moz API: python scripts/moz_api.py metrics <url> --json → Domain Authority, Page Authority, Spam Score, linking root domains, external links.

Common Crawl: python scripts/commoncrawl_graph.py <domain> --json → in-degree (referring domain count), PageRank, harmonic centrality.

Scoring:

Metric Good Warning Critical
Referring domains >100 20-100 <20
Follow ratio >60% 40-60% <40%
Domain diversity No single domain >5% 1 domain >10% 1 domain >25%
Trend Growing or stable Slow decline Rapid decline (>20%/quarter)

2. Anchor Text Distribution

DataForSEO: dataforseo_backlinks_anchors

Moz API: python scripts/moz_api.py anchors <url> --json

Bing Webmaster: python scripts/bing_webmaster.py links <url> --json (extract anchor text from link details)

Healthy distribution benchmarks:

Anchor Type Target Range Over-Optimization Signal
Branded (company/domain name) 30-50% <15%
URL/naked link 15-25% N/A
Generic ("click here", "learn more") 10-20% N/A
Exact match keyword 3-10% >15%
Partial match keyword 5-15% >25%
Long-tail / natural 5-15% N/A

Flag if exact-match anchors exceed 15% -- this is a Google Penguin risk signal.

3. Referring Domain Quality

DataForSEO: dataforseo_backlinks_referring_domains

Moz API: python scripts/moz_api.py domains <url> --json → domains with DA scores

Common Crawl: python scripts/commoncrawl_graph.py <domain> --json → top referring domains (domain-level, no authority scores)

Analyze:

  • TLD distribution: .edu, .gov, .org = high authority. Excessive .xyz, .info = low quality
  • Country distribution: Match target market. 80%+ from irrelevant countries = PBN signal
  • Domain rank distribution: Healthy profiles have links from all authority tiers
  • Follow/nofollow per domain: Sites that only nofollow = limited SEO value

4. Toxic Link Detection

DataForSEO: dataforseo_backlinks_bulk_spam_score + toxic patterns from reference

Moz API: Spam Score from python scripts/moz_api.py metrics <url> --json (1-17% scale, >11% = high risk)

Verification Crawler: python scripts/verify_backlinks.py --target <url> --links <file> --json (verify suspicious links still exist)

High-risk indicators (flag immediately):

  • Links from known PBN (Private Blog Network) domains
  • Unnatural anchor text patterns (100% exact match from a domain)
  • Links from penalized or deindexed domains
  • Mass directory submissions (50+ directory links)
  • Link farms (sites with 10K+ outbound links per page)
  • Paid link patterns (footer/sidebar links across all pages of a domain)

Medium-risk indicators (review manually):

  • Links from unrelated niches
  • Reciprocal link patterns
  • Links from thin content pages (<100 words)
  • Excessive links from a single domain (>50 backlinks from 1 domain)

Load references/backlink-quality.md for the full 30 toxic patterns and disavow criteria.

5. Top Pages by Backlinks

DataForSEO: dataforseo_backlinks_backlinks with target type "page"

Moz API: python scripts/moz_api.py pages <domain> --json

Find:

  • Which pages attract the most backlinks
  • Pages with high-authority links (link magnets)
  • Pages with zero backlinks (internal linking opportunities)
  • 404 pages with backlinks (redirect opportunities to reclaim link equity)

6. Competitor Gap Analysis

DataForSEO: dataforseo_backlinks_referring_domains for both domains, then compare

Bing Webmaster (unique!): python scripts/bing_webmaster.py compare <url1> <url2> --json — the only free tool with built-in competitor comparison

Moz API: Compare DA/PA between domains via python scripts/moz_api.py metrics <url> --json for each

Output:

  • Domains linking to competitor but NOT to target = link building opportunities
  • Domains linking to both = validate existing relationships
  • Domains linking only to target = competitive advantage
  • Top 20 link building opportunities with domain authority

7. New and Lost Backlinks

DataForSEO only: dataforseo_backlinks_backlinks with date filters for 30/60/90 day changes

Verification Crawler: For known links, verify current status with python scripts/verify_backlinks.py

Note: Free sources cannot track new/lost links over time. If this section is requested without DataForSEO, inform the user: "Link velocity tracking requires the DataForSEO extension. Free sources provide point-in-time snapshots only."

Red flags:

  • Sudden spike in new links (possible negative SEO attack)
  • Sudden loss of many links (site penalty or content removal)
  • Declining velocity over 3+ months (content not attracting links)

Backlink Health Score

Calculate a 0-100 score. When mixing sources, apply confidence weighting:

Factor Weight Sources (preference order) Confidence
Referring domain count 20% DataForSEO > Moz > CC in-degree 1.0 / 0.85 / 0.50
Domain quality distribution 20% DataForSEO > Moz DA distribution 1.0 / 0.85
Anchor text naturalness 15% DataForSEO > Moz > Bing anchors 1.0 / 0.85 / 0.70
Toxic link ratio 20% DataForSEO > Moz spam score 1.0 / 0.85
Link velocity trend 10% DataForSEO only 1.0
Follow/nofollow ratio 5% DataForSEO > Bing details 1.0 / 0.70
Geographic relevance 10% DataForSEO > Bing country 1.0 / 0.70

Data sufficiency gate: Count how many of the 7 factors have at least one data source available.

  • 4+ factors with data: Produce a numeric 0-100 score (redistribute missing weights proportionally)
  • Fewer than 4 factors: Do NOT produce a numeric score. Instead display:
    Backlink Health Score: INSUFFICIENT DATA (X/7 factors scored)

    Show individual factor scores that ARE available with their source and confidence. Recommend: "Configure Moz API (free) for a scoreable profile. Run /seo backlinks setup"

When only CC is available, cap maximum score at 70/100. A numeric score with fewer than 4 data sources is misleading — it implies poor health when the reality is we simply lack data.

Output Format

Backlink Health Score: XX/100 (or INSUFFICIENT DATA)

Section Status Score Data Source
Profile Overview pass/warn/fail XX/100 Moz (0.85)
Anchor Distribution pass/warn/fail XX/100 Moz (0.85)
Referring Domain Quality pass/warn/fail XX/100 CC (0.50)
Toxic Links pass/warn/fail XX/100 Moz Spam (0.85)
Top Pages info N/A Moz (0.85)
Link Velocity pass/warn/fail XX/100 DataForSEO only

Critical Issues (fix immediately)

High Priority (fix within 1 month)

Medium Priority (ongoing improvement)

Link Building Opportunities (top 10)

Error Handling

Error Cause Resolution
No sources configured No API keys, no DataForSEO Run /seo backlinks setup
Moz rate limit Free tier: 1 req/10s Wait 10 seconds, retry. Built into script.
Bing site not verified Site not verified in Bing Verify at https://www.bing.com/webmasters
CC download timeout Large graph file, slow connection Use --timeout 180 flag
DataForSEO unavailable Extension not installed Run ./extensions/dataforseo/install.sh
No backlink data returned Domain too new or very small Note: small sites may have <10 backlinks

Fallback cascade:

  1. DataForSEO available? → Use as primary (confidence: 1.0)
  2. Moz configured? → Use for DA/PA/spam/anchors (confidence: 0.85)
  3. Bing configured? → Use for links/competitor comparison (confidence: 0.70)
  4. Always: Common Crawl for domain-level metrics (confidence: 0.50)
  5. Always: Verification crawler for known link checks (confidence: 0.95)
  6. Nothing works? → "Run /seo backlinks setup to configure free APIs"

Pre-Delivery Review (MANDATORY)

Before presenting any backlink analysis to the user, run this checklist internally. Do NOT skip this step. Fix any issues found before showing the report.

Fact-Check Every Claim

  • [ ] Schema claims: Did parse_html return @type for each block? If any @type is missing, re-check — it may use @graph wrapper (valid JSON-LD, not malformed).
  • [ ] "link_removed" findings: Is the page JS-rendered? If unverifiable_js, say so — never report a JS-rendered page as "link removed" (that's a false negative).
  • [ ] H1 findings: Are any H1s in the h1_suspicious list? If so, note they are likely counters/stats, not semantic headings.
  • [ ] Reciprocal links: If site A links to site B AND B links back to A, flag it as a reciprocal link pattern. Check outbound links against verified inbound sources.
  • [ ] Health score: Are 4+ of 7 factors scored? If not, report INSUFFICIENT DATA — never show a misleading numeric score.

Verify Data Source Labels

  • [ ] Every metric in the report has a source label (e.g., "Parsed (0.95)", "CC (0.50)")
  • [ ] Every "not found" result distinguishes between "not crawled" vs "below threshold" vs "error"
  • [ ] Social media pages flagged as unverifiable_js (not link_removed)

Cross-Check Consistency

  • [ ] Platform detection matches actual signals (check for wp-content, shopify CDN, etc.)
  • [ ] Referring domain count in summary matches the actual verified links list
  • [ ] No claim is presented without a data source backing it

If ANY check fails, fix the finding before presenting. Never present inferred data as fact.

Post-Analysis

After completing any backlink analysis command, always offer: "Generate a professional PDF report? Use /seo google report"

Reference Documentation

Load on demand (do NOT load at startup):

  • references/backlink-quality.md -- Detailed toxic link patterns and scoring methodology
  • references/free-backlink-sources.md -- Source comparison, confidence weighting, setup guides