About the Free Depth distribution analyzer Tool
Analyze how many URLs live at each estimated crawl depth. Review the distribution of your pages across the site hierarchy.
What is the depth distribution analyzer?
The depth distribution analyzer is a server-side tool that takes a list of URLs and shows you how many of them live at each estimated crawl depth. You paste in the URLs you want to examine, and the tool counts how many segments each URL's path contains. The result is a breakdown that groups your URLs by depth, from the shallowest pages at the root of the site down to the deepest, most nested URLs.
Crawl depth is a measure of how far a page sits from the home page in terms of URL structure. A URL like example.com/about is one level deep, while example.com/guides/tools/checker is three levels deep. The number matters because deeper pages are harder for both users and search engines to reach: every additional level places more distance between a page and the root of the site, and pages that sit far from the home page tend to receive less crawl attention and weaker internal link flow.
The tool exists to make that structure visible in one glance. Rather than eyeballing a long URL list and trying to mentally group entries by depth, you paste the list, run the analysis, and get a clear tally of how your URLs are distributed across levels. It is a quick structural overview that turns raw URLs into a usable picture of your site's hierarchy.
What the depth distribution analyzer analyzes
The analysis works by examining the path of every URL in the list you provide. For each address, the tool strips away the protocol and domain, splits the remaining path into its segments, and counts how many segments are present. A URL with no path segments counts as depth zero, a single segment counts as depth one, and so on. Every URL in your list is assigned a depth estimate, and the tool tallies how many URLs fall into each bucket.
The output is a straightforward distribution report. The tool lists each depth level it found and the number of URLs that sit at that level, so you can immediately see whether your site is mostly flat, whether content clusters at a few middle levels, or whether a significant share of URLs is buried several segments deep. The levels are shown in ascending order, which makes the shape of the site easy to read at a glance.
It is worth noting what the tool does not do. The depth it reports is estimated from the URL path alone — it is not a crawl simulation that follows internal links or redirects. A page that is only one URL segment deep but only reachable through five clicks will not be exposed as deeply buried, because the estimate is based on the address, not the navigation. Likewise, pages with short paths are counted as shallow even if no link points to them. The tool is measuring URL structure, and it is honest about that scope.
Within that scope, though, the estimate is consistent and useful. Long, nested URLs almost always indicate deep content, and short URLs almost always indicate shallow content, so the distribution gives you a reliable structural signal about where your site concentrates its depth.
How to use the depth distribution analyzer
Running the analysis is quick, and most of the value comes from choosing the right URL list. Here are the steps:
- Export the URLs you want to analyze — from your sitemap, a crawl report, or your content management system. For a site-wide picture, use the full set of your pages.
- Paste the URLs into the input field, with one URL per line. Keep the list clean so every row is counted exactly once.
- Run the analysis. The tool assigns a depth estimate to each URL based on its path and tallies the results.
- Review the depth distribution in the output. Look at which levels hold the most URLs and whether any pages sit unusually deep.
- Use the breakdown to decide where restructuring helps most — flattening paths, strengthening internal links to buried sections, or reorganizing deep hierarchies.
Because the output is a distribution rather than a line-by-line dump, you get the answer to the structural question immediately: how many URLs live at each depth. That single report tells you more about your site's hierarchy than scanning the raw list would, because it summarizes hundreds of addresses into a handful of counts.
It is also worth understanding how the depth estimate relates to the broader idea of crawl depth that common crawlers report. Many crawling tools define depth as the number of clicks it takes to reach a page from the home page, following the actual link structure. The analyzer's estimate is different but related: it measures depth from the URL path, which in most sites is a close proxy for navigational depth, because the pages that sit deep in the navigation usually also carry deep paths. The tool can never fully replace a real link-based crawl, but it gives you a fast, free view of the same underlying structure without needing a crawler to run over your whole site.
That gap also explains why the analyzer is best used as a filter rather than a final verdict. When you see that your distribution clusters at deeper levels, you know which URLs to investigate with more complete tools — follow the links, check how many clicks really separate those pages from the home page, and decide whether the depth is structural, navigational, or simply a consequence of how the paths were named. The analyzer narrows your attention to the deep end of the site, and that is where the interesting fixes usually are.
How to get better results
- Use a representative URL sample so the depth breakdown reflects your real site structure. A random handful of pages can suggest a different distribution than your actual hierarchy.
- Include the full URL with the domain when you paste, so the tool can correctly separate the path from the rest of the address.
- Check deeper URLs carefully. Buried content is often exactly where internal-link problems live, so pages sitting at high depths deserve a closer look before shallow ones.
- Compare your distribution against your own expectations. If a section you thought was shallow turns out to sit three levels deep, that gap is a finding worth acting on.
- Re-run the analysis after you restructure. A flatter distribution after changes is measurable proof that your navigation or URL structure improved.
- Pair the distribution with an internal-link check. URL depth alone tells you the structure; knowing how pages are linked tells you whether that depth is actually bridged.
Why the depth distribution analyzer matters
Site structure is one of the quieter factors in SEO, but it has real consequences. Search engines have to decide which pages to crawl and how often, and pages that sit deep in a site's hierarchy are routinely crawled less frequently than pages close to the root. Users have the same bias — deep pages are harder to reach through navigation, and in practice they get fewer visits. A site whose important content is buried under many levels is spending its strength on URLs that are hard to discover.
The analyzer turns that abstract concern into a concrete picture. Instead of wondering whether your content is too deep, you see the actual distribution of your URLs across levels. That visibility makes restructuring decisions concrete: you can identify the levels where most of your content sits, spot sections that have drifted deeper than they should, and measure whether your fixes actually flatten the hierarchy.
It matters most when the site is large enough that you cannot hold the structure in your head. On a site with a few hundred pages you might know roughly where everything lives; on a site with thousands of URLs, the depth profile is the only practical way to see how deep your content goes. The tool provides that profile in a single run, which makes it a natural part of any technical audit or restructuring project.
When to use the depth distribution analyzer
- During a site architecture review, to see how deep your URLs sit and whether important pages are buried.
- Before a restructure or information-architecture project, to establish a baseline of how your content is currently distributed by depth.
- When a section of the site keeps underperforming, to check whether its pages are simply too deep to be discovered effectively.
- After moving or merging content, to confirm the new URL structure is flatter than the old one and that content did not end up deeper than before.
Related SEO Tools
Complete your SEO workflow with these related free tools:
- Keyword research - Research the search volume, CPC, and competition of keywords.
- User-Agent parser - Parse a User-Agent into readable individual components. Identify browser, OS, and device details from a UA string.
- URL parser - Parse a URL into readable individual components. Break down scheme, host, path, query, and fragment for inspection.
- Word density counter - Count the number and density of each word in a text. Check keyword balance and avoid overuse in content.
Frequently asked questions
How is crawl depth calculated?
By counting the segments in each URL's path. The tool strips the protocol and domain, splits the remaining path on slashes, and counts the segments. A URL like example.com/about counts as depth one, and a URL like example.com/guides/tools/checker counts as depth three.
Is this a real crawl of my site?
No. The tool analyzes the URL paths you paste in. It does not follow links, run a crawl, or measure how many clicks it takes to reach each page. The depth estimate is based on the URL structure alone.
What is considered a deep URL?
There is no universal threshold, but in practice URLs beyond two or three path segments start to sit far from the root. The more useful question is whether your most important pages are at a shallow depth, since those are the ones that get the most crawl attention.
Does a short URL mean the page is easy to reach?
Not necessarily. The tool measures URL depth, not navigational distance. A page can have a short path and still be poorly linked, or have a longer path and be well linked. For the full picture, pair this analysis with a look at your internal links.
What should I do if many URLs are deep?
Prioritize the deep pages that matter most. Shorten their paths where practical, and more importantly, make sure they receive strong internal links from shallower pages so both users and search engines can reach them despite the URL depth.
Related free tools
Run these related checks next to build a stronger technical and on-page SEO workflow.