arquitectura-y-enlazado-interno

Designs website architecture and internal linking plans from Screaming Frog crawl exports.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Arianna-Lupi/SEO-Skills --skill arquitectura-y-enlazado-interno-arianna-lupi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: arquitectura-y-enlazado-interno
Source: https://github.com/Arianna-Lupi/SEO-Skills/tree/main/skills/arquitectura-y-enlazado-interno
Command: npx skills add https://github.com/Arianna-Lupi/SEO-Skills --skill arquitectura-y-enlazado-interno-arianna-lupi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Websites often bury important pages too deep, leave orphan pages with zero internal links, and fail to channel link equity toward conversion pages. This Skill structures a site into pillar-and-cluster architecture and produces a concrete internal linking plan so search engines can crawl and rank the pages that matter. ## Core Features & Use Cases - Pillar-to-cluster architecture mapping: Defines a hierarchy where pillar pages link to clusters and back, applying the 3-click rule from the homepage. - Orphan page and depth detection: Runs a deterministic Python script over Screaming Frog exports (internal_all.csv and all_inlinks.csv) to list orphan URLs, pages with few inlinks, and pages deeper than 3 clicks. - Internal linking plan with anchors: Suggests contextual, content-to-product, product-to-product, and navigation links with descriptive anchor text, plus a link equity redistribution plan toward conversion pages. - Use Case: You crawl your site with Screaming Frog and discover a key landing page has only 2 internal links. The Skill identifies it as underlinked, recommends which pillar articles should link to it, and provides the anchor text for each link. ## Quick Start Ask the assistant to analyze your site's architecture and internal linking using your Screaming Frog internal_all.csv and all_inlinks.csv exports, and to deliver an orphan page list plus linking suggestions with anchor text.

Frequently Asked Questions about arquitectura-y-enlazado-interno

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

FAQPage Schema
How do I find orphan pages on my website?▼

Export internal_all.csv and all_inlinks.csv from Screaming Frog, then run the orphans.py script. It flags every crawled URL that never appears as a link destination, meaning no internal page links to it.

How to plan internal linking for SEO?▼

Define internal links during content planning, not after publishing. Combine contextual links between articles, content-to-product links for conversion, product-to-product cross-sells, and navigation links, each with descriptive keyword-rich anchor text.

What is the 3-click rule in website architecture?▼

The 3-click rule states every important page should be reachable within 3 clicks from the homepage. Pages buried deeper get crawled less effectively and receive diluted link equity, so deep structures should be flattened.

Does the orphan detection script need Python packages installed?▼

No external packages are required. The script uses only the Python standard library (csv, json, argparse) and can run via uv or any Python 3 installation, returning JSON output with orphans, low-inlink pages, and depth violations.

Can I use this without Screaming Frog or paid SEO tools?▼

Yes. In manual mode you can build the visual sitemap with the free Octopus.do tool and review crawl depth and inlinks by hand. Ahrefs MCP is optional and paid, while SerpApi MCP offers free supporting data.