site-architecture

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

3|Updated Nov 8, 2014
One-click install
npx skills add https://github.com/mintuz/.dotfiles --skill site-architecture-mintuz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-architecture
Source: https://github.com/mintuz/.dotfiles/tree/main/agents/.agents/skills/site-architecture
Command: npx skills add https://github.com/mintuz/.dotfiles --skill site-architecture-mintuz

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 provides a structured methodology for designing page hierarchies, navigation systems, URL patterns, and internal linking plans that work for both users and search engines. ## Core Features & Use Cases - Page Hierarchy Design: Apply the 3-click rule and flat-vs-deep tradeoffs to build ASCII tree sitemaps and Mermaid visual sitemaps for any site type (SaaS, blog, e-commerce, docs, hybrid, small business). - Navigation & URL Specification: Define header nav (4-7 items), footer columns, breadcrumbs, and consistent URL patterns with redirect guidance for restructures. - Internal Linking Strategy: Implement hub-and-spoke content models, orphan page audits, and cross-section linking plans. - Use Case: A SaaS company adding 200 programmatic integration pages asks how they fit into the site. The Skill recommends hub pages at /integrations, keeps them out of the main nav, defines URL patterns, and maps the hub-and-spoke internal linking structure. ## Quick Start Ask the AI 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 or sitemap?

Start with a content inventory and business goals, then apply the 3-click rule so important pages sit within three levels of the homepage. Produce an ASCII tree hierarchy, a Mermaid visual sitemap, a URL map table, and a navigation specification as deliverables.

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 enforce a consistent trailing slash policy.

How many items should be in my website header navigation?

Keep header navigation to 4-7 items with the CTA button rightmost and the logo linking home on the left. If a dropdown exceeds roughly 20 items, add a hierarchy level or use a mega menu with 2-4 columns.

Does this skill fix XML sitemaps or crawl errors?

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

How do I add hundreds of programmatic SEO pages without breaking navigation?

Create hub pages (e.g., /integrations, /compare) that link to all generated pages, keep them out of the primary header nav, and use hub-and-spoke internal linking. Consider crawl budget implications when adding large page volumes.

What is the difference between flat and deep site architecture?

Flat architectures (2 levels) suit small sites but don't scale; deep architectures (4+ levels) suit e-commerce and large docs but risk burying content. Most SaaS and content sites work best at 3 levels, balancing findability with clean navigation.