site-architecture

Plans website page hierarchies, navigation structures, URL patterns, and internal linking strategies.

Updated Jul 14, 2026
One-click install
npx skills add https://github.com/ingresarios-ai/launchago26 --skill site-architecture-ingresarios-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: site-architecture
Source: https://github.com/ingresarios-ai/launchago26/tree/main/.agents/skills/site-architecture
Command: npx skills add https://github.com/ingresarios-ai/launchago26 --skill site-architecture-ingresarios-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Planning or restructuring a website's information architecture is difficult: pages get buried, navigation becomes cluttered, URLs grow inconsistent, and internal linking is neglected. This Skill produces a complete site architecture plan covering page hierarchy, navigation design, URL structure, and internal linking. ## Core Features & Use Cases - Page Hierarchy Design: Applies the 3-click rule and flat-vs-deep principles to produce ASCII tree structures and Mermaid visual sitemaps for any site type (SaaS, blog, e-commerce, docs, small business). - URL Structure & Navigation Specs: Generates URL maps with consistent patterns, header/footer/sidebar navigation layouts, and breadcrumb implementations aligned to the hierarchy. - Internal Linking Strategy: Designs hub-and-spoke content models, cross-section links, and orphan page audits for restructuring projects. - Use Case: A SaaS company adding 200 programmatic integration pages asks how they fit into the site. The Skill recommends hub pages, URL patterns like /integrations/{name}, keeps them out of the main nav, and defines the linking model. ## Quick Start Ask the assistant to plan the site architecture for your website, describing your site type, main sections, and whether it is a new build or a restructure.

Frequently Asked Questions about site-architecture

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

FAQPage Schema
How do I plan a website site structure and page hierarchy?▼

Start with a content inventory and business goals, then apply the 3-click rule so important pages sit within three levels of the homepage. Group pages into logical parent-child sections and document the result as an ASCII tree with URLs at each node.

What URL structure should I use for blog posts and feature pages?▼

Use short, readable, lowercase paths with hyphens that mirror the hierarchy, such as /blog/post-slug and /features/feature-name. Avoid dates, IDs, query parameters, and deep nesting, and keep one consistent pattern per section.

How many items should a website header navigation have?▼

Keep the primary header navigation to 4-7 items, ordered by priority, with the logo on the left and a CTA button rightmost. If sections grow large, group them into dropdowns or mega menus limited to 3-4 columns.

Does this skill handle XML sitemaps and crawl errors?▼

No. XML sitemaps, crawl errors, and indexation are technical SEO concerns handled by the seo-audit skill. This skill covers information architecture design: page hierarchy, navigation, URL patterns, and internal linking.

How do I create a visual sitemap to share with a design team?▼

Use Mermaid graph TD diagrams showing pages as nodes and hierarchy as edges, with subgraphs marking header and footer navigation zones. Color-coding can distinguish existing, new, and deprecated pages for restructuring proposals.

What is the hub-and-spoke internal linking model?▼

A hub page covers a broad topic and links to detailed spoke pages, each of which links back to the hub and to related spokes. This concentrates internal link equity on the hub and ensures no page becomes an orphan.