Skip to content

Glossary Click Depth

What Is Click Depth?

Definition

Click depth is the number of clicks needed to reach a page from the homepage by following links, always counted along the shortest route. It has nothing to do with the number of folders in the address.

Nesting wooden boxes taken apart and lined up in a row — beside the title Click Depth
Each box was sitting inside the next one
On this page 5
  1. What Click Depth Is
  2. Not URL Depth
  3. Why It Matters
  4. How to Measure and Reduce It
  5. Common Mistakes
In brief

Why shortening a URL brings the page no closer, what really decides distance, what happens to whatever sits at the back, and why the three-click rule is not a law.

Nesting wooden boxes taken apart and lined up in a row — beside the title Click Depth
Each box was sitting inside the next one

What Click Depth Is

Click depth is the number of clicks needed to reach a page from the homepage by following links. The homepage sits at zero, whatever it links to sits at one, and so on inwards. It measures distance within the site, not size and not quality.

It is always counted along the shortest route. If a product page takes five clicks via the menu and two via a block on the homepage, its depth is two. That is why a single well-placed link can change the figure for hundreds of pages at once.

And it depends entirely on internal linking: the same page, with the same content and the same address, changes depth as soon as somebody adds or removes a link. It is not a property of the page but of the network around it.

One distinction changes the number and hardly anyone states it: where you count from. The homepage is the usual starting point, but a site with several real entrances — a shop whose traffic lands directly on categories, a blog entered through articles — has more than one origin. Measuring only from the homepage produces a pessimistic figure for pages that are in practice one click from where people actually arrive.

Even so the homepage stays the reference, because it is also where the crawler usually starts when it walks the site again. Measuring from other entrances is a useful supplement, not a substitute.

Not URL Depth

This is the most widespread confusion, and it is expensive because it leads to fixing what is not broken. Counting the slashes in an address says nothing about actual distance: a URL with five folders can be one click from the homepage, and an address with no folders at all can be buried.

From which follows something practical: shortening addresses brings nothing closer. Rewriting /women/shoes/ankle-boots/x as /x changes the address, forces a redirect and leaves the page exactly as far away as before, because nobody touched the links.

What does work is the opposite: leave the address alone and add a link from somewhere near the homepage. This is where a well-placed breadcrumb helps, which also shortens the way back up into the parent categories.

The confusion has a less familiar sibling of the same kind: believing that the URL's folders define the site's hierarchy for Google. They do not. The structure a search engine reconstructs comes from the links it finds, and a flat address with good navigation is understood without trouble.

Where folders genuinely help is the daily work: they group reports, allow filtering by section in Search Console and make a rule in robots.txt readable. Useful to whoever administers the site, not for bringing pages closer.

The same shop, and the shorter address is the one that sits further away

Why It Matters

For the crawler, distance is a signal of importance. What is linked from near the homepage gets discovered sooner and revisited more often; what hangs at the end of a long chain is requested rarely. On a small site this is irrelevant; on one with thousands of pages it decides which part of the crawl budget reaches which section.

For the visitor, distance is effort. Every extra click is a chance to leave and lifts the bounce rate, and the sense of being far away affects the user experience even when the destination page is excellent.

And there is an edge case worth naming: the page no link leads to. It has no depth, it has infinity. That is an orphan page, and to a search engine it barely exists unless it appears in the sitemap.

Two effects deserve separating, because they get mixed up. One is discovery: a new page linked from near the homepage is found within days, a buried one may take weeks or not be found until it appears in the sitemap. The other is refreshing: a page already in the index that lives at the back takes longer for changes to show.

The second effect catches people out more often. A price is corrected or a description rewritten, and weeks later the search result still shows the old one. The cause is not always the content: sometimes it is simply that the page is reached late.

How to Measure and Reduce It

Measure it with your own crawler that walks the site from the homepage and records how many hops it takes to reach each URL. Any crawling tool does this; what matters is starting at the homepage and following only real links, not the list of published pages, which says nothing about routes.

Read the result as a distribution, not an average: how many URLs sit at each level. A healthy distribution keeps the valuable content in the first levels and leaves the dispensable at the back. If it is the other way round, the problem is not depth but navigation.

Three moves reduce it: link from pages already close to the homepage; flatten the navigation by removing intermediate levels that add nothing; and use themed listings or blocks that jump straight into the depth of the catalog, which is particularly effective in e-commerce.

A warning about measurement that invalidates whole reports: a crawler that does not execute JavaScript cannot see links that only exist afterwards. On a site with navigation built in the browser, the report comes out with enormous depths or half the catalog unreachable, and the problem lies in the tool, not the site. Measure twice, with and without execution, and compare.

The second caution concerns parameters. If the crawl treats every GET parameter as its own URL, the levels fill with variants of the same page and the distribution stops meaning anything. Normalising before counting is part of the work, not a detail.

Common Mistakes

The first is stated above and deserves repeating because people keep doing it: rewriting addresses in the belief that this brings pages closer. It changes the address, not the route.

The second is treating the three-click rule as a law. It is not one, and applying it strictly produces enormous menus with hundreds of links that spread weight badly and make navigation unreadable on mobile. A few clear routes beat many shortcuts.

And the third, subtler one: lowering depth by linking from the footer. Technically it works, the crawler follows the link, but a link appearing on all thousand pages of the site carries little weight and nobody uses it. The number improves and the actual situation does not.

A fourth mistake is treating the figure as a goal in itself. Bringing average depth from four to three achieves nothing if what moved forward were thin content pages while the catalog that sells stays at the back. The useful question is not how high the average is but what sits far away and whether it matters.

And the last, the quietest: changing the navigation and not measuring again. Depth shifts with every menu rebuild, every new block on the homepage and every category retired. It is a live measure; a report from six months ago describes a site that no longer exists, just as with the traffic of a finished campaign.

Manuel Riveiro Rodriguez CEO & Digital Strategist

A technical audit covers this and everything else in one pass.

Request an audit

Frequently asked

Is the three-click rule true?

As guidance it works; as a rule it does not. What matters is not the exact number but that the route is obvious at every step. A site reached in four clicks where you always know where to go beats one of three clicks with a menu of two hundred links.

Does shortening the URL reduce depth?

No. Address and route are different things: depth is set by links, not by slashes. Shortening addresses also forces redirects that get carried for years, without a single page moving closer to the homepage.

What depth is acceptable?

It depends on size. On a hundred-page site everything should sit at three or less without effort. On a catalog of a hundred thousand the same expectation produces impossible menus; there the sensible goal is that what generates business sits close and no group of pages ends up isolated at the back.

Does a footer link count?

For the calculation, yes: if it is on the homepage, the linked page sits at one click. For the actual effect, little. A link repeated across every page of the site gets very few clicks and passes on little strength, so the number improves and nothing else does.

How do you measure it on a large site?

With your own crawl starting at the homepage and recording the number of hops to each URL. Crawl the way a search engine is treated, respect robots.txt, and read the result by section: the site-wide average hides exactly the corners where the problem sits.