Click depth
3 minute read · Updated 28 August 2026 · Also called crawl depth
Click depth is the number of clicks it takes to reach a page from the homepage, following the shortest available path of links.
Lower is better. Shallow pages are crawled more often and inherit more link equity. A page four clicks deep is treated as less important than one at two — regardless of how good it is.
Click depth is not URL depth
The two get confused constantly. /a/b/c/d/page/ has five folders in the URL but may sit one click from the homepage if something on the front page links to it. Conversely a URL like /offer/ looks shallow and can be six clicks away if the only route runs through a paginated archive.
Search engines follow links, not slashes. Restructuring URLs to look shallower changes nothing; adding a link does.
How deep is too deep
The common rule of thumb is three clicks. Treat it as a heuristic rather than a threshold — nothing breaks at four. What is reliably true is the direction: each additional level means less frequent crawling and a smaller inherited share.
A workable target for most sites: every page you want to rank within three clicks, everything else within five. Anything beyond that should be there on purpose. Pages reachable only through page seven of a paginated archive are the classic case — technically not orphaned, but close enough to be treated the same way.
Measuring and fixing it
Any crawler that starts at the homepage reports it — Screaming Frog calls the column Crawl Depth, Sitebulb shows the distribution as a chart. Sort descending and look at what sits at the bottom.
The fix is almost never a navigation change. Adding menu entries makes every page heavier and dilutes the links that already exist. The cheaper move is a handful of contextual links from well-linked pages: one link from a page at depth one puts the target at depth two immediately.
Hub pages work for the same reason. A single well-placed overview that links thirty deep pages lifts all thirty at once — which is what a topic cluster does structurally.
Why pagination is the usual culprit
On most content sites the deepest pages are old blog posts, and the reason is arithmetic. A blog listing ten posts per page puts post number sixty on page six. If the pagination only links to adjacent pages — previous, next, and a couple of numbers — reaching page six takes several clicks, and everything on it inherits that depth.
Shops have the same problem in a different shape: a product on page eleven of a category listing is functionally buried, even though the category page itself sits one click from the homepage.
Widening the pagination helps a little. Linking the good older posts from somewhere that is not a listing helps considerably more.
Depth and importance are not the same thing
Click depth measures the shortest path, not the number of links. A page one click from the homepage because it sits in the main menu is shallow but may receive only that one link. A page three clicks out with forty inbound contextual links from relevant articles is deeper and stronger.
So depth is a useful diagnostic and a poor target on its own. Read it alongside the count of inbound internal links; the pages that are both deep and rarely linked are the ones that need attention, and the pages that are deep but heavily linked usually do not.
The mobile menu trap
Since Google indexes the mobile version of a page, the mobile navigation is the one that determines depth. A desktop mega-menu exposing sixty category links means nothing if the mobile menu shows six and loads the rest through JavaScript with no href behind them.
Worth checking directly: open a page on a phone-sized viewport, view the source, and count the links actually present in the HTML. Where the desktop and mobile link sets differ substantially, the smaller one is what counts.
Going deeper: the complete guide to internal linking covers discovery paths and why depth correlates with how often a page gets crawled.