Google says it does not read your folder structure to understand your site. It reads your links. That single sentence rewrites most architecture advice.
“Google generally doesn’t look at the structure of URLs to work out the structure of a site. Instead, it analyzes the linkages between pages.” That sentence is from Google’s own documentation, and it contradicts a decade of advice about folder depth, clean hierarchies and the three-click rule.
What Google says it uses instead is links: “As a general rule, the more links a page has to it within a site, the higher the relative importance of the page to other pages on your site.”
So the architecture question is not what your URLs look like. It is what links to what, and whether anything links to the pages you care about, which is settled when a B2B site is planned around the handful of pages that have to bring in business rather than patched afterwards. Everything below follows from that, including the breadcrumb, which turns out to serve a different purpose from the one usually claimed for it.
What is asserted, and what is not
It is worth separating the documented claims from the folklore, because the folklore is more confident than the documentation.
Directories are about crawl frequency, and only above a size. “If you have more than a few thousand URLs on your site, how you organize your content may have effects on how Google crawls and indexes your site. Specifically, using directories (or folders) to group similar topics can help Google learn how often the URLs in individual directories change.”
The stated benefit is scheduling, not ranking. The worked example is a policies directory that seldom changes next to a promotions directory that changes often: “Google can learn this information and crawl the different directories at different frequencies.”
And reorganising is explicitly deprioritised. “Don’t drop everything and start reorganizing your site right now though … search engines will likely understand your pages as they are right now, regardless of how your site is organized.”
On click depth, the actual claim is weaker than the rule people quote. Google “can use information such as the number of links it needs to follow to reach a page and the number of links to a page to infer the relative importance of a page.” That is an inference about importance. It is not a threshold, and no number appears anywhere in the documentation.
Two things are worth stating as absences. No Google documentation sets a click-depth limit, and none says folder depth affects ranking. The term “orphan page” does not appear in Google’s documentation either; the equivalent published instruction is simpler.
And that instruction is the one to act on. “Every page you care about should have a link from at least one other page on your site.”
The breadcrumb does two jobs, and neither is the one usually claimed
Breadcrumbs are worth having. The reasons are specific, and one common justification for them is wrong.
What the markup produces. “Google Search uses breadcrumb markup in the body of a web page to categorize the information from the page in search results.” The feature “is available on desktop”, which is a limitation worth knowing before it is presented as a universal win.
And the guideline that contradicts standard practice. “We recommend providing breadcrumbs that represent a typical user path to a page, instead of mirroring the URL structure.”
Which means your breadcrumb is a navigation artefact, not a URL echo. If people reach a page from a category that is not in its URL path, that category is the correct breadcrumb.
The markup requirements are short. At least two list items. Each needs item, name and position, where “Position 1 signifies the beginning of the trail.” And a detail that saves an argument: “If the breadcrumb is the last item in the breadcrumb trail, item is not required.”
Multiple trails are permitted. “If there are multiple ways to navigate to a page on your site, you can specify multiple breadcrumb trails for a single page.”
Now the accessibility claim, which is usually overstated. Under WCAG, a breadcrumb is a sufficient technique for 2.4.8 Location, and 2.4.8 is Level AAA. The criterion reads: “Information about the user’s location within a set of web pages is available.”
It does not satisfy the AA criterion people cite. 2.4.5 Multiple Ways requires that “More than one way is available to locate a web page within a set of web pages”, and its sufficient techniques are a table of contents, a site map, a search function, links to related pages, and links from the home page. A breadcrumb is not on that list.
So the honest position. Breadcrumbs are endorsed by W3C as good practice and they help orientation, but no A or AA criterion requires them, and having one does not discharge Multiple Ways.
The documentation is unusually direct about this, and it saves small sites a piece of work they were told was mandatory.
The three conditions. “You might not need a sitemap if: Your site is ‘small’. By small, we mean about 500 pages or fewer on your site … Your site is comprehensively linked internally … You don’t have many media files (video, image) or news pages that you want to show in search results.”
With the reason. “If your site’s pages are properly linked, Google can usually discover most of your site.”
And the honest limit on what a sitemap buys you. “A sitemap helps search engines discover URLs on your site, but it doesn’t guarantee that all the items in your sitemap will be crawled and indexed.”
Two elements are wasted effort. “Google ignores <priority> and <changefreq> values.” The protocol itself says the same about priority: it “is not likely to influence the position of your URLs in a search engine’s result pages.”
One element is worth getting right. Google uses the last modified value “if it’s consistently and verifiably … accurate”, and defines what counts: “an update to the main content, the structured data, or links on the page is generally considered significant, however an update to the copyright date is not.”
And the hard limits, from the protocol. 50,000 URLs and 50MB uncompressed per file, all URLs from a single host, and each URL under 2,048 characters.
Crawl budget is not your problem
This is the topic most likely to consume a small site’s attention for no return, and the documentation opens by saying so.
The disqualifier is the first sentence. “If your site doesn’t have a large number of pages that change rapidly, or if your pages seem to be crawled the same day that they are published, you don’t need to read this guide.”
The stated audience. “Large sites (1 million+ unique pages) with content that changes moderately often (once a week)” or “Medium or larger sites (10,000+ unique pages) with very rapidly changing content (daily)”.
With the caveat that belongs beside the numbers. “The numbers given here are a rough estimate to help you classify your site. These are not exact thresholds.”
And two counter-intuitive instructions for anyone who does qualify. Do not use robots.txt to reallocate budget: “Google won’t shift this newly available crawl budget to other pages unless Google is already hitting your site’s crawl capacity limit.” And do not use noindex for the purpose, “as Google will still request, but then drop the page … wasting crawling time.”
What does create the problem, for a B2B site, is filters. Faceted navigation “based on URL parameters, can generate infinite URL spaces”, producing overcrawling and “slower discovery crawls”. If your site has filterable listings, that is where the attention belongs.
Structured data guidance moves, and two changes affect what is worth implementing.
The sitelinks search box is gone. Google removed the documentation in November 2024, recording the reason plainly: “The sitelinks search box feature is no longer available in Google Search results.” Any advice to add WebSite markup with a search action for that purpose is out of date.
But WebSite markup still has a use. It is now the main lever on the site name shown in results: “To indicate your site name preference, add WebSite structured data to your home page.” Two required properties, name and url, on the home page only, one name per domain or subdomain.
Organization markup has no required properties at all. “There are no required properties; instead, we recommend adding as many properties that are relevant to your organization”, with the suggestion to focus on name, an indication of real-world presence such as address or telephone, and online presence such as url or logo.
And the sentence that should temper every structured data project. “Google does not guarantee that your structured data will show up in search results, even if your page is marked up correctly according to the Rich Results Test.”
With a useful clarification about consequences. A structured data manual action “means that a page loses eligibility for appearance as a rich result; it doesn’t affect how the page ranks in Google web search.”
One further deprecation to note if you have it. The FAQ rich result is being withdrawn, no longer appearing in results from 7 May 2026.
Start with the instruction that is actually binding: every page you care about should have a link from at least one other page. Export your page list, compare it against your internal links, and fix the gaps. That is worth more than any restructure.
Add breadcrumbs, and build them from how people actually reach the page rather than from the folder path. Mark them up with at least two items and correct positions, and know that the accessibility benefit is real but sits at AAA.
Check the two thresholds before spending anything on sitemaps or crawl budget. Under 500 well-linked pages, one of those jobs is optional and the other does not apply to you.
And if your site has filters that generate URL parameters, look there. That is the one architecture problem a mid-sized B2B site genuinely creates for itself.
Does my URL folder structure help Google understand my site?
Google states the opposite: 'Google generally doesn't look at the structure of URLs to work out the structure of a site. Instead, it analyzes the linkages between pages.'
How many clicks from the homepage should a page be?
No Google documentation states a click-depth threshold. What it says is that it can use the number of links it needs to follow to reach a page to infer relative importance, which is a different and weaker claim.
Do I need an XML sitemap?
Maybe not. Google lists three conditions under which you might not need one: about 500 pages or fewer, comprehensive internal linking, and few media or news pages.
Do breadcrumbs help accessibility conformance?
Only at AAA. A breadcrumb is a sufficient technique for 2.4.8 Location, which is Level AAA. It is not among the sufficient techniques for 2.4.5 Multiple Ways at AA.