If content and keywords determine what a page can rank for, site architecture determines how much internal authority that page receives to compete for ranking. It's the part of technical SEO that most resembles an information-design problem: there's no single correct structure, but there are clear principles that separate an architecture that helps rankings from one that quietly gets in the way.
Internal PageRank: why linking isn't neutral
The original PageRank idea, adapted to a site's internal context, still holds up as a mental model: every page has a certain amount of "authority" that it distributes among the pages it links to. A page with many internal inbound links (say, the homepage, linked from every page's menu) has more authority to distribute; a page linked only from a single old article receives very little. This means internal linking architecture is a lever you can design deliberately: deciding which pages link to which isn't just a matter of user navigation, it's an authority-distribution decision.
Silo architecture: group by topic, not just by category
A topical silo groups all content related to a topic under a coherent URL and linking structure: a broad pillar page about the general topic, linked to several more specific pages that go deeper into subtopics, and these linked to each other when it makes sense, but with limited links outside the silo. This concentrates topical relevance (Google understands what a group of pages is about better when they consistently link to each other) and helps authority keep circulating within the topic instead of diluting toward unrelated content.
Silo example for a furniture store:
/living-room-furniture/ (pillar page)
/living-room-furniture/sofas/ (subtopic)
/living-room-furniture/coffee-tables/(subtopic)
/living-room-furniture/shelving/ (subtopic)
Each subtopic links to the pillar and to its products;
the pillar links to all three subtopics; products
link to each other only if they're complementary.
Click depth: the "three clicks" rule isn't a myth
Click depth measures how many clicks it takes from the homepage to reach a specific URL. It isn't an official Google guideline with a magic number, but there is a real, well-documented correlation: the deeper a page's click depth, the less crawling and less authority it receives, because every additional level dilutes the linking signal flowing down from above. On large sites (ecommerce with thousands of products, especially) it's common to find products 5, 6 or more clicks deep, almost always indexed with difficulty and performing far worse in rankings than equally relevant but better-linked products.
The fix isn't flattening the entire site to a single level (that would create an unmanageable navigation menu), but ensuring additional linking paths that shorten the real distance: "related products" links, links from category pages to featured products, or a user-visible HTML sitemap linking directly to the deepest pages.
Orphan pages: pages that exist but receive no internal links
An orphan page is an indexable URL that receives no internal link from any other page on the site; it's only reachable by direct URL, by the XML sitemap, or by an external link. With no internal links, that page receives no distributed authority and, on top of that, it's harder for Google to recrawl it frequently. It's a far more common problem than it sounds: it shows up constantly on sites where content is published via automated imports or migrations, with nobody checking afterward whether it ended up linked from anywhere visible.
Anchor text: the label that describes what the link is about
Anchor text (the visible, clickable text of a link) is a signal Google uses to understand what the destination page is about, in addition to the source page's context. Descriptive anchor text ("website cost calculator") carries far more information than a generic one ("click here" or "read more"), which says nothing about what's being linked to. The practical recommendation isn't forcing the exact same keyword into every internal link toward a page (that can read as manipulation), but using natural, descriptive variations that honestly reflect the destination content.
Breadcrumbs: visible, structured internal linking
Breadcrumbs serve a double function: they help the user understand where they are within the site's hierarchy, and they automatically generate consistent internal links toward higher levels of that hierarchy on every page. Marked up with BreadcrumbList structured data (see the structured data guide), they also generate a specific rich result that shows the navigation path directly in the search result instead of the full URL.
How to audit an existing site's linking architecture
The usual technical process combines a full site crawl (recording, for each URL, how many internal inbound links it receives and at what click depth) with real Search Console data (impressions and clicks per URL) to cross-reference the two: pages with high business or search value but few internal links are top candidates for reinforced linking; pages with a huge number of internal links but no real value (legal pages, session pages, admin pages) are candidates to review whether they really need such prominent linking.
Frequently asked questions
How many internal links are too many on a single page?
There's no strict technical limit, but hundreds of links on a single page dilute the authority distributed among them so much that the practical effect per link is nearly zero. As a reference, most well-optimized pages stay in a range of 20 to 100 relevant internal links, depending on the page type.
Does menu navigation count as "real" internal linking?
Yes, and it's usually the site's strongest authority source, precisely because it appears on every page. That's also why including menu links to low-value pages (like legal pages) without need distributes authority toward content that can't make use of it.
Should I always link from high-authority pages to new ones?
It's one of the most efficient tactics for speeding up indexing and ranking of new content: linking from already-indexed, well-ranking pages to recent content transfers authority and helps Google discover and crawl it sooner.
Are internal links in the footer worth as much as ones in the main content?
Google has indicated it gives more weight to links within the main content than to those in repeated templates like the footer or sidebar, precisely because the latter appear on every page with no direct relation to each page's specific content.
Is changing the architecture of an already-indexed site risky?
It can be if done without planning: reorganizing URLs and internal linking all at once, without properly configured 301 redirects (see the redirects guide), can temporarily lose accumulated rankings. Done gradually and with correct redirects, though, it usually improves performance in the medium term.