site-architecture

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

Updated May 11, 2026
One-click install
npx skills add https://github.com/javierbadapalacio6-beep/TACTIUM --skill site-architecture-javierbadapalacio6-beep
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: site-architecture
Source: https://github.com/javierbadapalacio6-beep/TACTIUM/tree/main/TACTIUM/.agents/skills/site-architecture
Command: npx skills add https://github.com/javierbadapalacio6-beep/TACTIUM --skill site-architecture-javierbadapalacio6-beep

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, URL structure, and internal linking. ## Core Features & Use Cases - Page Hierarchy Design: Applies the 3-click rule and flat-vs-deep tradeoffs to produce ASCII tree hierarchies and Mermaid visual sitemaps with navigation zones. - URL Structure & Navigation Specs: Defines readable URL patterns per page type, header/footer/sidebar navigation rules, and breadcrumb alignment with schema markup guidance. - Internal Linking Strategy: Builds hub-and-spoke content models, orphan page audits, and cross-section linking plans. - Use Case: A SaaS company adding 200 integration pages and 50 comparison pages asks how they fit into the site. The Skill recommends hub pages at /integrations and /compare, keeps them out of the main nav, and maps the hub-and-spoke linking model. ## Quick Start Ask the assistant to plan the site architecture for your website, describing your site type, existing pages, and goals.

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 clicks of the homepage. Group pages into a hierarchy of 2-4 levels depending on site type, and document it 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 CTA button rightmost. If a dropdown grows beyond roughly 20 items, add a hierarchy level or use a mega menu with 2-4 grouped columns.

Does this skill fix 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 hub-and-spoke internal linking?▼

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