internal-linking

Construct a directed internal link graph from AEM Edge Delivery Services query-index.json and .plain.html files.

Updated May 14, 2026
One-click install
npx skills add https://github.com/Focus-GTS/eds-content-ops-skills --skill internal-linking-focus-gts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: internal-linking
Source: https://github.com/Focus-GTS/eds-content-ops-skills/tree/main/skills/internal-linking
Command: npx skills add https://github.com/Focus-GTS/eds-content-ops-skills --skill internal-linking-focus-gts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Internal linking gaps hide valuable pages from search engines and readers, creating orphans, weak topical clusters, and uneven link equity across an AEM Edge Delivery Services (EDS) site.

Core Features & Use Cases

  • Builds an internal link graph from EDS /query-index.json plus each page’s .plain.html to measure inbound/outbound link strength.
  • Detects orphan pages and content silos using graph metrics to find pages that have no contextual body links and groups that rarely cross-link.
  • Generates specific, actionable recommendations including suggested anchor text and placement to improve navigation quality and strengthen topical authority.

Use case example: You launch a new blog section and want to ensure new articles earn contextual inbound links by recommending where each page should be linked from existing pillar and related posts.

Quick Start

Use internal-linking for an EDS domain to crawl the query index, extract contextual body links from .plain.html, then produce orphan and silo findings with concrete link recommendations.

Frequently Asked Questions about internal-linking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find orphan pages in AEM Edge Delivery Services?

Orphan pages in AEM Edge Delivery Services are identified by constructing a directed link graph from /query-index.json and per-page .plain.html anchor extraction. This detects pages lacking contextual body links and highlights content silos that rarely cross-link.

What is the best way to audit internal link equity for an EDS site?

Auditing internal link equity for an EDS site involves building a directed link graph to measure inbound and outbound link strength. It separates body links from structural nav/footer links and classifies link types to ensure accurate equity distribution analysis.

How do I generate anchor text recommendations for cross-silo contextual linking?

Anchor text recommendations for cross-silo contextual linking are generated by analyzing the link graph to find related pillar posts. The output provides specific, actionable suggestions including exact anchor text and placement to strengthen topical authority and navigation quality.

Does the internal linking analysis distinguish between body links and structural navigation links?

Yes, internal linking analysis separates body links from structural navigation and footer links. It further classifies link types into body contextual, block, and CTA categories to accurately measure true contextual link equity across the site.

How are partial fetch failures handled during an SEO internal link audit?

During an SEO internal link audit, partial fetch failures are handled robustly without unsafe external navigation. The analysis normalizes link targets to internal paths and continues processing available data to ensure reliable graph construction.