Site architecture

Site architecture is how your pages relate to each other through navigation, internal links, and URL hierarchy. Good architecture makes every page reachable in a few clicks, concentrates authority where it matters, and tells Google how your topics cluster. Bad architecture buries pages where nothing can find them and spreads authority so thin that nothing ranks. This page walks through the three-click rule, the broad-and-shallow sweet spot, the hub-and-spoke pattern, and the mistakes that bury good content.

The mental model

Think of your site as a city. The homepage is downtown. Categories are neighborhoods. Individual pages are addresses. Roads (internal links) connect them. Visitors drive in, turn at intersections, arrive at destinations. If a page has no road connecting it to downtown, it's in the wilderness. Nobody finds it.

Site architecture is planning the road network before paving it.

The 3-click rule

Every important page should be reachable from the homepage in three clicks or fewer. Not two. Not five. Three. This isn't just a usability rule. Pages deeper than three clicks get less PageRank flow, fewer internal links, less frequent crawling, and lower rankings as a consequence.

Flat, deep, and the sweet spot

The flat architecture

Every page is one click from the homepage. Works for portfolios and very small sites. Falls apart past 100 pages because your nav gets overwhelming.

The deep architecture

Categories nested inside categories nested inside categories. Discoverable through menus but painful to reach. Pages 5 levels deep get less authority and less frequent crawling.

The sweet spot: broad and shallow

homepage
  ├── category1
  │     ├── subcategory1a (hub)
  │     │     ├── post1
  │     │     ├── post2
  │     │     └── post3
  │     └── subcategory1b (hub)
  ├── category2
  └── about / contact / etc.

Most sites should aim for 2 to 3 levels deep. Top-level categories are hubs. Every leaf page is at most 3 clicks from the homepage. That's the shape that scales.

The hub-and-spoke model

For content-heavy sites (blogs, documentation, ecommerce categories), hub-and-spoke is the pattern that concentrates authority.

The effect: the hub gets concentrated link equity, which cascades to the spokes. Google sees a coherent topic cluster.

Internal linking that supports architecture

URL structure should reflect architecture

Your URLs should map to the hierarchy:

Category-folder URLs signal hierarchy to both users and Google. They're also easier to manage as the site grows.

Architectural mistakes

Tools

What to do with this

Draw your site architecture on paper. Start with the homepage. Branch out to categories. Branch to subcategories. Plot where individual pages sit. Circle any page that's more than three clicks from home. Those are the ones to pull up.

Next: JavaScript SEO, the modern minefield that breaks crawling on sites that overuse client-side rendering.