Site architecture
Site architecture is the structural design of how a website's pages are organized, connected, and accessible. It determines how efficiently search engines can discover and crawl every important page, how link equity flows from authoritative entry points to deeper content, and how users navigate to what they need. Poor architecture is one of the most common root causes of chronic SEO underperformance — because even excellent content cannot rank consistently if it is buried, disconnected, or inaccessible.
Learning objectives
After completing this module, you will be able to:
- Understand how site architecture affects crawl efficiency, link equity, and user experience.
- Design a flat, logical hierarchy that supports both SEO and user navigation.
- Diagnose structural problems in existing sites.
The hierarchy model
A well-structured site organizes content into a logical hierarchy from general to specific:
Homepage
├── Category A
│ ├── Subcategory A1
│ │ ├── Page
│ │ └── Page
│ └── Subcategory A2
└── Category B
└── Subcategory B1
Each level represents a topic layer:
- Homepage: broadest authority, links to top categories.
- Category pages: major topic areas, receive homepage authority.
- Subcategory pages: focused subtopics, receive category authority.
- Individual pages: specific topics, receive subcategory authority.
This hierarchy creates topical organization and a natural authority cascade from the most-linked entry points down to specific content.
Flat vs deep structures
Flat architecture: Most pages are reachable within 2–4 clicks from the homepage. Search engines can efficiently discover and revisit all pages. Link equity flows more evenly throughout the site.
Deep architecture: Pages require 8–12 clicks to reach from the homepage. Crawlers may not reach deep pages frequently. Link equity dilutes across many intermediate hops. Deep pages are invisible to most users.
Rule of thumb: Important pages should be reachable within 3 clicks from the homepage. Pages deeper than 4–5 clicks receive significantly less crawl attention and authority.
Click depth and crawl prioritization
Click depth — the number of links a crawler must follow from the homepage to reach a given URL — is one of the strongest signals of page importance within a site. Googlebot prioritizes pages that are:
- Linked from many internal pages (high internal link count).
- Reachable in few clicks from high-authority entry points.
Practical implication: if a high-value product category requires 7 clicks to reach from the homepage, it receives far less crawl attention than it deserves. Flatten the structure and add navigation links.
Silos vs topic clusters
Silos organize content so that topic A never links to topic B — each silo is internally linked and isolated from other silos. This is an older SEO approach focused on preventing "confusion" between topics.
Topic clusters organize around a hub page that links to related subtopic pages, and those pages link back to the hub. Clusters also allow relevant cross-linking between different clusters. This is the more modern and effective approach, reflecting how Google evaluates topical authority through the entire link graph.
Topic clusters are recommended for most content-driven sites. Silos may have merit in very specific regulated-content contexts, but are generally outdated as a primary SEO architecture strategy.
Internal linking as architecture
Navigation, breadcrumbs, and contextual internal links together define the lived architecture of the site. A perfect visual sitemap means nothing if the actual HTML links do not reflect it.
Architecture decisions to validate:
- Homepage → all primary category pages (via navigation).
- Category pages → all subcategory pages (via grid or content links).
- All content pages → parent category (via breadcrumb).
- Related content linked contextually across pages.
- No orphan pages (pages with zero internal links).
URL structure alignment
URL structure should mirror the site hierarchy. A flat, logical URL structure reinforces architectural relationships:
/shoes/— category/shoes/running/— subcategory/shoes/running/nike-pegasus/— specific product
Mismatched URL structures (e.g., products at /p/12345/ with no topical hierarchy) lose the structural signal that URL paths can provide.
Checklist
- All important pages are reachable within 3–4 clicks from the homepage.
- Categories and subcategories reflect genuine topic hierarchy.
- Every page type has at least one internal link pointing to it.
- No orphan pages exist in the indexed set.
- URL structure mirrors the content hierarchy.
- Link equity flows logically from homepage to high-value categories and content.
Measurement
| Metric | What it tracks |
|---|---|
| Average click depth by page type | Structural accessibility |
| Orphan page count | Internal link coverage |
| Crawl frequency by click depth layer | Whether deep pages are crawled regularly |
| Internal links per category page | Authority support for key commercial pages |
| Organic traffic by site section | Performance by architectural tier |
Common mistakes
Building menus and navigation for brand identity, not user or crawler needs. Mega-menus that show every product at the top level without structure, or minimalist navigation that only shows 3 items, both fail SEO. Navigation must be comprehensive and hierarchical.
Creating deep silos without cross-linking. Even topic-cluster architectures benefit from cross-links between related clusters. Isolating content prevents topical authority from reinforcing itself across the site.
Adding content without updating architecture. Publishing new content that sits at click depth 12 with no navigation link is the most common way sites accumulate orphan or near-orphan pages. Every new content type needs an architectural home before publishing.
Confusing URL structure with site architecture. You can have a flat URL structure (/page) and a deep architecture (the page has no internal links). URL structure and link architecture are both important — but are different things.
Redesigning architecture without redirect mapping. Any architectural change that alters URLs or removes pages requires a complete redirect map. Architecture changes without redirects cause immediate organic traffic loss.