Foundational3 min read

Crawl depth explained

Crawl depth is how many clicks it takes to reach a page from your homepage — the shortest path through internal links. It's one of the most predictive structural metrics there is, because depth correlates tightly with two things that decide rankings: how often a page is crawled and how much internal authority it receives. This is the concept explained: what depth is, why it matters so much, how it relates to authority, and what a healthy distribution looks like. For the step-by-step fixes, see the companion how-to.

stairs

Run the Crawl Depth Checker on your site — free, no account.

Check your crawl depth free

What crawl depth measures

Crawl depth is the click-distance from the homepage (depth 0) to a page, following the shortest chain of internal links. The homepage's direct links are depth 1, what they link to is depth 2, and so on. Crucially it's about clicks, not URL folders: a page at /a/b/c/d/e is depth 1 if the homepage links straight to it, and a page at /article can be depth 6 if it's only reachable through five pagination hops.

Depth is click-distance, not URL nesting
[Home] depth 0
   |
   ├─► /products        depth 1
   │      └─► /products/shoes   depth 2
   │             └─► /products/shoes/running  depth 3
   │
   └─► /blog/post-from-2019      depth 1
          (homepage links to it directly, so
           it's shallow despite the URL)
Depth follows the link graph, not the address bar. Anything the homepage or a hub links to directly is shallow, regardless of how deep its URL path looks.

Why depth decides crawling and ranking

Two independent mechanisms make depth matter, and they compound:

  • chevron_rightCrawl frequency falls with depth. Search engines crawl shallow, well-linked pages more often, because they look more important and are reached sooner in the crawl. A deep page is recrawled rarely, so its updates are indexed late and it can drift stale.
  • chevron_rightAuthority falls with depth. Because internal authority decays with every hop, a deep page inherits only a heavily-reduced share — the same idea as authority travel distance. Depth and authority are two readings of one underlying problem.
info

The practical line: Keep pages that matter within about three clicks of a strong entry point. Past that, both crawl frequency and authority drop off sharply, and good content starts underperforming for reasons that have nothing to do with the content.

What a healthy depth distribution looks like

Depth is best read as a distribution — how many pages sit at each click-depth — not a single number. A healthy site has most of its important pages shallow and only low-value pages in the deep tail.

Healthy vs unhealthy depth profiles
HEALTHY                       UNHEALTHY
depth  pages                  depth  pages
  0    █                        0    █
  1    █████                    1    ██
  2    ████████  <- bulk of     2    ███
  3    ████         valuable    3    █████
  4+   ██  (minor only)         4+   ████████████  <- valuable
                                          pages buried here
Healthy: the bulk of pages — and all the important ones — sit at depth 1–3, with only minor pages deeper. Unhealthy: a heavy tail at depth 4+ that includes pages you actually want to rank.
warning

Don't flatten everything: A long deep tail is only a problem if it contains pages that matter. Forcing every page shallow bloats navigation and dilutes links — the goal is shallow *important* pages, not uniform depth. Minor pages are allowed to sit deep.

How it connects to the rest of structure

Depth isn't a standalone metric — it's downstream of your linking. Deep pages are usually deep because they're only reachable through pagination, deep filters, or a single buried nav link. Fixing depth means adding contextual links from shallow, authoritative pages, strengthening hubs, and wiring pages into clusters that pull whole topics up at once.

RankForge maps your full depth distribution, flags valuable pages stranded in the deep tail, and recommends the specific links that would flatten them — feeding the same dimension of the Structural Health Score. For the hands-on process, read how to improve crawl depth.

FAQ

What is a good crawl depth?expand_more

Keep important pages within about three clicks of the homepage or another strong entry point. Beyond depth three, crawl frequency and internal authority fall off sharply. The exact number matters less than the principle: priority pages shallow, only minor pages deep.

Is crawl depth the same as URL depth?expand_more

No. Crawl depth is click-distance through internal links; URL depth is how many folders are in the address. A page with a deeply-nested URL can be shallow if the homepage links to it directly, and a page with a flat URL can be deep if it's only reachable through many hops.

Why do my deep pages rank poorly?expand_more

Because depth costs them on two fronts at once: they're crawled less often (so updates are indexed late) and they receive only a heavily-decayed share of internal authority. Shortening the path with contextual links from shallow, authoritative pages usually helps more than editing the page.