Backlink Check
Builds a real-data backlink profile for any domain and a side-by-side link gap against a named competitor.
Marketing & SEOIntermediate★ 189⑂ 2AI score 8/10Last updated: Aug 31, 2026
What it does
- Pulls total backlinks, referring domains, dofollow share, and authority distribution via DataForSEO Backlinks (falling back to a connected Ahrefs or Semrush provider).
- Fetches the top ~100 referring domains by rank and analyzes anchor text distribution.
- With a competitor named, computes the link gap — strong domains linking to them but not to you — as a ready outreach list.
- Flags quality risks: exact-match commercial anchors at scale, link velocity spikes, low-authority-heavy profiles.
- For your own site, cross-checks Google Analytics referral sessions to see which links actually send visitors.
- If no data provider is connected, it stops and names the missing connection instead of inventing link counts.
Who it's for
- SEO specialists picking link-building targets from data rather than gut feel
- Agencies delivering recurring backlink reports to clients
- Growth teams that need to quantify the link gap versus competitors
Examples
- "Check my backlinks" → profile summary table, top referring domains, anchor distribution
- "Link gap vs competitor.com" → outreach list of high-authority domains linking only to the competitor
- "Which backlinks actually drive traffic?" → linking domains cross-referenced with GA referral sessions
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/Ryze-AI-Adgent/open-seo-mcp-skills/HEAD/skills/backlink-check/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/backlink-check folder from the GitHub repo Ryze-AI-Adgent/open-seo-mcp-skills into my ~/.claude/skills/backlink-check/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/Ryze-AI-Adgent/open-seo-mcp-skills.git && mkdir -p ~/.claude/skills && cp -r open-seo-mcp-skills/skills/backlink-check ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/Ryze-AI-Adgent/open-seo-mcp-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill in:
cp -r open-seo-mcp-skills/skills/backlink-check ~/.claude/skills/ - Required: connect a DataForSEO (or Ahrefs / Semrush) MCP server to Claude Code with valid API credentials — without it the skill will halt by design.
- Optional: connect the Google Analytics MCP to enable the referral-traffic cross-check on your own site.
- Restart Claude Code and try: "Check the backlink profile of my domain."
View source on GitHub ↗License: MIT