Internal Linking Optimizer
An SEO skill that audits internal link structure, orphan pages and anchor text, then outputs a prioritized source/target/anchor linking plan.
Marketing & SEOIntermediate★ 458⑂ 38AI score 8/10Last updated: Jul 4, 2026
What it does
- Audits total internal links, average links per page, link distribution, crawl depth and link-equity flow, producing a structure score.
- Finds orphan pages with no inbound internal links and sorts them into keep-and-link, boost, or delete/noindex/redirect buckets.
- Reviews anchor text distribution for over-optimization and generic anchors, recommending varied descriptive alternatives.
- Builds a pillar/cluster map and lists concrete links to add as source page → target URL → suggested anchor.
- Cleans up main nav, footer, sidebar and breadcrumb links, then produces a phased implementation plan with tracking metrics.
Who it's for
- Content marketers whose blog posts get buried despite decent traffic.
- Docs/SaaS content owners with hundreds of pages and tangled architecture.
- In-house SEOs rolling out a topic-cluster strategy.
Examples
Analyze internal linking structure for example.com sitemap→ structure score, problem pages, prioritized repair plan.Find internal linking opportunities for my post on email marketing best practices→ 5 links with insertion paragraph, destination URL, anchor text and priority.Find orphan pages on my site→ zero-inbound-link pages grouped by value with a recommended action for each group.
· · · 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/ViryaZheng/recomby-geo/HEAD/plugins/recomby-geo/skills/internal-linking-optimizer/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 plugins/recomby-geo/skills/internal-linking-optimizer folder from the GitHub repo ViryaZheng/recomby-geo into my ~/.claude/skills/internal-linking-optimizer/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/ViryaZheng/recomby-geo.git && mkdir -p ~/.claude/skills && cp -r recomby-geo/plugins/recomby-geo/skills/internal-linking-optimizer ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/ViryaZheng/recomby-geo.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r recomby-geo/plugins/recomby-geo/skills/internal-linking-optimizer ~/.claude/skills/ - Restart Claude Code and trigger it with something like
improve site architectureorfind orphan pages on example.com. - The template and example files referenced in the skill live in a separate GitHub repo — open those links and paste the content into your session if you need the full output templates.
View source on GitHub ↗License: MIT