Click depth is how many clicks it takes to get from the home page to a given page. The received wisdom is that everything should be within three, and like most received wisdom it is roughly right and badly explained.
Three is not a rule. What is actually true is narrower: depth is a symptom, and the number tells you how much of your site the internal linking has abandoned.
Why depth matters at all
Not because Google counts clicks and applies a penalty at four. Because internal links are how importance moves around a site, and a page five clicks down is receiving whatever is left after four divisions.
The practical consequence is that deep pages get crawled less often and rank worse than their content deserves, and on a large site they may not get crawled at all. The extreme version of this is a page nothing links to, at depth infinity, which is the case where 8,317 pages out of 9,220 were unreachable.
So depth and orphaning are the same problem measured differently.
The number that actually matters
Not the maximum depth. The distribution.
A site where 90% of pages sit at depth two or three and a handful sit at six is fine. The six are probably archives. A site where the bulk of the catalogue sits at depth five has an architecture problem, and the fix is structural rather than a matter of adding links.
Any crawler will give you this as a chart. It takes ten seconds to read and it is one of the more useful ten seconds in an audit.
For a sense of what dense linking looks like, the 2024 Web Almanac put the median page across the whole web at 41 internal links, rising to 129 on the top thousand sites by traffic. Depth is the other side of that number: a site with few links per page has to be deep, because there is nowhere else for the pages to hang.
What actually causes depth
- Pagination. The commonest cause by a distance. If a category has twenty pages of products and each page links only to the next, product 400 is twenty clicks from the category. Everything on page eight onwards is functionally invisible. This is why “load more” and deep pagination are an architecture decision, not a UX one.
- Too few categories. Counterintuitive, but a flat structure with three categories and two thousand products creates depth, because the only way to reach most products is through pagination. More categories, properly chosen, makes the site shallower.
- Navigation that hides the middle. A menu that links to top-level categories and a footer that links to policies. Everything in between is reachable only by browsing.
- Content that never got linked. Blog posts from four years ago, reachable only through the archive. Not harmful, but they are not doing anything either.
On a genuinely large site depth stops being theoretical, because crawling becomes rationed. Google’s crawl budget guidance puts that threshold at a million pages updating weekly or ten thousand changing daily. Below it, deep pages are crawled less often but they are crawled. Above it, the deep end of the site can simply stop being visited.
What I do about it
Fix the categories before adding links. If depth comes from pagination, the answer is a better category structure so there is less to paginate. Adding a “popular products” block to the home page is a plaster on a structural problem.
Make the hubs real. Category pages with copy and contextual links pull their children up a level. This is the same fix as most internal linking problems.
Do not solve it with a sitewide links block. Adding a footer with two hundred links technically reduces depth to two and achieves nothing, because a link that appears on every page says nothing about the relationship between any two pages.
Accept depth for things that deserve it. Old blog archives, legal pages, individual reviews. Not everything needs to be three clicks from the home page, and pretending otherwise produces the two-hundred-link footer.
The honest caveat
I have never seen a site’s traffic move because click depth was reduced in isolation. It is a diagnostic more than a lever. A deep site is telling you something about how the architecture was designed, and it is that underlying thing you are fixing.
If someone has handed you “reduce click depth” as a headline recommendation with no explanation of what is causing it, ask what is causing it.
The short version
- Three clicks is not a rule. Depth is a symptom of internal linking, not a metric to hit.
- Read the distribution, not the maximum.
- Pagination is the commonest cause. Product 400 on page 20 is invisible.
- Too few categories creates depth, not the other way round.
- Fix the structure, not the symptom. A 200-link footer games the number and changes nothing.
- Depth and orphan pages are the same problem measured two ways.
If a site should be ranking and it isn’t, that’s the work I do. Internal linking is the layer underneath this one. If you’re not sure which of several plausible problems is costing you, that’s what an SEO audit is for.

