The Modern SharePoint Architecture 2026: Transitioning from Subsites to Hub Sites
Discover why the modern "flat" SharePoint architecture (Hub Sites) is essential for scalability in 2026. This technical guide provides a step-by-step blueprint for promoting sites to Hubs, managing shared navigation, and migrating legacy hierarchies without breaking data integrity.
Planning a migration?
Get a free 30-min call with our engineers. We'll review your setup and map out a custom migration plan — no obligation.
Schedule a free call- 1,500+ migrations completed
- Zero downtime guaranteed
- Transparent, fixed pricing
- Project success responsibility
- Post-migration support included
In the early days of SharePoint on-premises, information architecture was built like a pyramid. You had a single top-level Site Collection, and underneath it, you would nest subsite after subsite, creating a deep, rigid hierarchy. For years, this was the standard. But as we move further into the cloud era with Microsoft 365, that model is not just outdated—it's dangerous to your data governance and scalability.
If you are an IT Manager, SharePoint Administrator, or System Architect looking at SharePoint best practices 2026, the message is clear: "Hub, don't Sub."
This guide is a comprehensive, technical deep dive into the modern "flat" architecture of SharePoint Online. We will move beyond high-level theory and walk through the specific steps of architecting, building, and managing a Hub Site topology that scales. We will also address the specific migration challenges that come with flattening a legacy environment and how to handle them without data loss.
1. The Anatomy of Modern Architecture
To understand why we are moving to Hub Sites, we first need to dissect the flaw in the old model.
The Legacy Model: Site Collections & Subsites
In the classic model (SharePoint 2013/2016), you might have a structure that looks like this:
- Root: contoso.sharepoint.com/sites/HR
-
- Subsite: .../sites/HR/Recruiting
-
- Sub-subsite: .../sites/HR/Recruiting/Interns
This structure relied on permission inheritance. If you had access to the HR root, you likely had access to everything beneath it unless an admin manually "broke" that inheritance. This created two massive problems:
- Security Rigidity: Moving a subsite to a different department (e.g., moving "Recruiting" to "Operations") was technically impossible without third-party tools or complex export/import scripts.
- URL Dependencies: The URL of the child site depended entirely on the parent. You couldn't change the parent structure without breaking links to every child site beneath it.
The Modern Model: Hub Sites
In the modern architecture, every site is a top-level site. We no longer nest sites physically inside one another. Instead, we use Hub Sites to create logical associations.
- HR Site: contoso.sharepoint.com/sites/HR (Standalone Site Collection)
- Recruiting Site: contoso.sharepoint.com/sites/Recruiting (Standalone Site Collection)
- Interns Site: contoso.sharepoint.com/sites/Interns (Standalone Site Collection)
We then "associate" the Recruiting and Interns sites to the HR Hub. They are physically separate but logically connected. This allows you to move the "Recruiting" site to a different Hub simply by changing a dropdown menu setting—no data migration required.
Hub Site tenant limit: Microsoft caps Hub Sites at 2,000 per tenant. This is a hard architectural constraint. In large enterprises with many divisions, you will hit it faster than you expect if Hubs proliferate without governance. Plan your Hub topology against this ceiling before you start registering sites.
Hub-to-Hub Hierarchy
SharePoint Online supports associating a Hub Site with another Hub Site, creating a two-level hierarchy. For example, you might have a top-level "Corporate" Hub that aggregates three divisional Hubs: "Americas," "EMEA," and "APAC." Each divisional Hub then has its own associated department sites beneath it. This allows enterprise-wide search scoping and navigation to coexist with divisional navigation — but it also means architectural decisions compound quickly. A flat topology is still the right default; use hub-to-hub hierarchy only when your org genuinely operates in distinct, navigable tiers.
Core Distinctions: Team Sites vs. Communication Sites
Before building your Hubs, you must choose the right building blocks. A common question we hear is: What is the difference between a Team Site and a Communication Site?
| Feature | Team Site | Communication Site |
|---|---|---|
| Primary Purpose | Collaboration & Co-authoring | Broadcasting & Publishing |
| Target Audience | Specific workgroup (Private) | Entire organization (Public) |
| M365 Group | Yes (Creates Teams, Planner, OneNote) | No (SharePoint only) |
| Security Model | Members can edit content | Few creators, many readers |
| Best For | "Department Internal," "Project Alpha" | "HR Benefits Portal," "Company News" |
SharePoint Tips and Tricks: If you are building an Intranet home page, always use a Communication Site. If you are building a workspace for a specific department to store working drafts, use a Team Site.
2. Strategic Implementation: Building the Hub Topology
Let's get technical. How do you actually architect this? You don't just "create a Hub Site" from the "Create Site" menu. A Hub Site is an existing site that you promote to Hub status.
Step 1: Identify Your Hubs
Do not create a Hub for every team. Use Hubs for major logical groupings. Common SharePoint intranet examples of Hub structures include:
- The "Intranet" Hub: Connects HR, IT, Marketing, and Corp Comms communication sites.
- The "Project" Hub: Connects 50+ individual Team Sites (one for each active project).
- The "Department" Hub: Large departments (e.g., Finance) might have their own Hub connecting "Accounts Payable," "Payroll," and "Audit" sites.
When NOT to use Hub Sites
Hub architecture solves real problems, but it introduces its own constraints. Consider these before committing:
- Search scope degradation at scale. When a single Hub has hundreds of associated sites, scoped search returns broader and broader results. A Hub with 400 associated sites starts to feel like a tenant-wide search with a different label. If precise search scoping matters to your users, keep Hubs smaller and more purposeful.
- Hub sprawl. Without governance over who can register Hub Sites, organizations hit the 2,000-Hub tenant limit, fragment search experiences, and create navigation inconsistencies. Establish a formal request process before you hand out Hub registration rights.
- Legacy compliance requirements. Some regulated industries have audit requirements tied to specific folder or permission structures. Flattening a subsite hierarchy can disrupt those structures in ways that affect compliance reports. Audit your compliance dependencies before migrating.
- Small, stable environments. If your organization has fewer than 20 sites with no growth planned, a flat Hub topology adds governance overhead for minimal benefit. A well-managed site collection with clean permissions may be the right answer.
Step 2: Promoting a Site to a Hub (Admin Guide)
You must be a SharePoint Administrator to do this.
- Navigate to the SharePoint Admin Center.
- Go to Active Sites.
- Select the site you want to serve as the "Parent" (e.g., the main HR Communication Site).
- In the command bar, select Hub > Register as hub site.
- Give it a display name (e.g., "HR Hub"). This name will appear in the global navigation bar for all associated sites.
Step 3: Associating Child Sites
Now, let's answer: "How do I create a SharePoint site for my department?" and link it.
- Create the site (e.g., "Recruiting") as a standalone Team Site.
- In the SharePoint Admin Center, select the "Recruiting" site.
- Click Hub > Associate with a hub site.
- Select "HR Hub" from the dropdown.
The "Bake Time": Note that when you associate a site, the theme and navigation updates may take up to 2 hours to propagate. If you don't see the top bar change immediately, do not panic. This is normal behavior in SharePoint Online's distributed system.
3. Benefits of the Hub Architecture
Why go through this effort? The Hub model offers features that the old subsite model never could.
1. Shared Navigation & Branding
When you associate a site with a Hub, it automatically inherits the Hub's top navigation bar and color theme. This is crucial for SharePoint site structure best practices. It means you can update the navigation on the HR Parent site, and the "Recruiting" site automatically reflects that change. You manage navigation in one place, not fifty.
2. Scoped Search
If you are asking, "Why is my SharePoint search not finding files?", it is often a scope issue. In a Hub architecture, the search box automatically scopes to the entire Hub. If a user is on the "Recruiting" site and searches for "Policy," SharePoint will check the Recruiting site and the parent HR site (and any other associated sites). This creates a unified discovery experience without cluttering results with irrelevant documents from the IT department.
3. News Roll-Up
This is a massive SharePoint productivity hack for internal comms. The Hub Site can use the "News" web part to aggregate news posts from all associated child sites. If the "Recruiting" team posts a "New Hire Alert" on their site, the HR Hub can automatically display that headline on the main HR landing page. This automation replaces manual newsletters and copy-pasting links.
4. Technical Deep Dive: Permissions & External Sharing
Security in a flat architecture is different. Since sites don't physically live inside each other, they don't automatically inherit permissions. This is a feature, not a bug, but it requires deliberate management.
SharePoint Permissions Explained
In the flat model, each site is an island of security.
- Site Owners: Full Control.
- Site Members: Edit access (can delete files).
- Site Visitors: Read-only access.
Best Practice: Always use SharePoint Groups (or M365 Groups) rather than assigning permissions to individual users ("Jane Doe"). If Jane leaves the company, you have to hunt her down in every unique file permission. If she is in a group, you remove her once from the group, and access is revoked everywhere.
How to Stop Inheritance (When Necessary)
Even in a flat model, you might have a specific Document Library within a site that needs tighter security (e.g., "Executive Bonuses" folder in the HR site).
- Navigate to the Library.
- Click the Gear Icon > Library Settings > More Library Settings.
- Click Permissions for this document library.
- Click Stop Inheriting Permissions.
- Critical Warning: When you do this, SharePoint copies the existing groups. DO NOT remove the Owners group. If you remove the Owners group, you will lock yourself out of the library. Only remove the Members and Visitors groups, then add the specific users who need access.
External Sharing
How to share files externally on SharePoint securely:
Never turn on "Anonymous Access" (Anyone with the link) for internal operational sites.
- Go to SharePoint Admin Center > Policies > Sharing.
- Set the organization-wide slider to "New and existing guests" (requires authentication).
- For sensitive sites (e.g., Finance), select the specific site in Active Sites and override the setting to "Only people in your organization."
Moving to a flat Hub architecture changes how security flows. Since sites no longer physically live inside each other, permissions don't automatically trickle down. To understand how to manage access in this new model, read our [Definitive Guide to SharePoint Permissions & Security].
5. Overcoming Common Limitations
The "5000 Item Limit Threshold" Workaround
A classic technical interview question: "SharePoint 5000 item limit threshold workaround."
Many users panic when they see the error "The view cannot be displayed because it exceeds the list view threshold."
- The Reality: SharePoint can store 30 million items in a list. The 5,000 limit is purely a viewing limit (how many items SQL can query at once).
- The Fix: You do not need to delete data. You need to Index Columns.
-
- Go to List Settings.
- Scroll down to Indexed Columns.
- Create an index for the columns you filter by (e.g., "Status," "Date Created").
- Modify your View to filter by the Indexed Column (e.g., "Show items where Status is Active"). As long as the result of the filter is under 5,000, the list will load instantly, even if it holds a million records.
Sync Errors
How to fix SharePoint sync errors:
The OneDrive sync client is robust but fragile. The most common cause of sync errors is path length (URLs exceeding 400 characters for the full path) or special characters in file names. These are the two most frequent causes, but not the only ones — throttling, conflicting edits, and files locked by other processes can all trigger sync failures.
- The Fix: Encourage users to use the "Add Shortcut to OneDrive" feature rather than the "Sync" button for large libraries. "Add Shortcut" creates a logical link in OneDrive without trying to replicate the full site structure locally, reducing sync conflicts significantly.
6. Advanced Customization: Automation & Design
SharePoint Automation
How do I automate approval workflows in SharePoint using Power Automate?
Stop using email for approvals.
- In your Document Library, click Integrate > Power Automate > Create a flow.
- Select the template "Start an approval when a new file is added".
- Connect to your M365 Outlook.
- Now, whenever a user uploads a contract, your manager gets a Teams notification with an "Approve/Reject" button. The status automatically updates in a SharePoint column.
The SharePoint Lookbook
If you lack design skills, use the SharePoint Lookbook at lookbook.microsoft.com. It provides pre-built, stunning templates for Intranets, Crisis Management, and Learning centers.
How to use SharePoint Lookbook:
- Visit the site.
- Select a design.
- Click "Add to your tenant."
- Microsoft will automatically provision the site, web parts, and demo content in your environment in minutes. It is an incredible way to jumpstart a deployment.
7. The Organization Strategy: Folder vs. Metadata
One of the oldest debates in the ecosystem: SharePoint folder vs. metadata.
- Folders: Familiar to users, but rigid. If you file a contract under "2025" -> "Vendors", you can't easily find all contracts for "Vendor X" across all years.
- Metadata: Flexible. You tag a document with "Year: 2025" and "Vendor: Acme Corp." You can now filter by Year, Vendor, or both instantly.
Best Practice: Use a hybrid approach. Use Metadata for 90% of your organization. Use Folders only for permission boundaries (since you can't easily set permissions on a metadata tag, but you can on a folder).
A note on the Managed Metadata Service (Term Store)
The metadata strategy above depends heavily on the Term Store — SharePoint's centralized taxonomy service. Rather than creating ad-hoc column choices on each list, the Term Store lets you define controlled vocabularies (e.g., a canonical list of department names or vendor categories) that are enforced consistently across every site in the tenant. If you are serious about metadata-driven information architecture, building out your Term Store before migration is not optional. Retrofitting taxonomy onto an already-populated library is significantly harder than designing it upfront.
8. The Migration Challenge: Getting from Legacy to Modern
If you are reading this, you likely have a legacy environment full of deep subsites. You cannot simply "flip a switch" to make them Hubs. You have to flatten the structure.
This means you must:
- Provision new top-level Site Collections.
- Move the data from the old subsite to the new top-level site.
- Rebuild the navigation and permissions.
Flattening your site structure is only the first step. You must also flatten your data by moving away from deep folder trees. Learn how to transform your files using [Mastering Information Architecture: Content Types & Metadata].
This brings us to the most dangerous part of the process: Data Migration.
The Risk of "Copy and Paste"
Many IT teams try to save money by manually moving files or using basic drag-and-drop migration tools. This is a recipe for disaster.
- Lost Metadata: When you drag a file from a subsite to a new site, "Created By" resets to you (the admin), and "Created Date" resets to today. You lose the historical audit trail. In a compliance audit, a document that shows "Created By: IT Admin" on the date of migration — rather than the original author and date — can invalidate the record entirely.
- Broken Version History: You lose all previous drafts of the document.
- Broken Links: Hard-coded links to the old subsite URL will break.
- Recycle Bin behavior: Subsites and site collections handle the Recycle Bin differently. When you migrate content from a subsite to a new top-level site collection, items deleted during the transition period sit in the source site's Recycle Bin, not the destination's. If the source subsite is decommissioned before the retention window expires, those items are unrecoverable.
How to evaluate migration tooling
Several tools exist for SharePoint migrations, each with meaningful trade-offs:
- Microsoft SharePoint Migration Tool (SPMT): Free, Microsoft-supported, handles file shares and SharePoint Server content. Limited support for complex permission mapping and Managed Metadata columns.
- ShareGate: Commercial tool with a GUI, good for smaller migrations. Struggles with very large libraries and complex lookup columns.
- Veeam Backup for Microsoft 365 / Metalogix (now part of Quest): Strong on backup-and-restore scenarios; less purpose-built for restructuring migrations (e.g., subsite-to-site-collection flattening).
- Azure Data Factory / custom scripting: High control, high effort. Appropriate when you have non-standard data shapes or need to transform metadata during the move.
The right tool depends on your volume, permission complexity, and metadata requirements. Any tool that resets "Created By" and "Modified By" without a workaround is not acceptable for a compliance-sensitive migration.
Frequently Asked Questions
- What happens to my old subsites when I associate them with a Hub Site?
- Nothing happens to the content or structure of the subsite immediately, but the association itself is virtual. The subsite does not physically move. However, to fully adopt the modern flat architecture, you should eventually migrate that subsite data into a new, standalone Site Collection and then associate that new site with the Hub. This decouples the URL dependency and security inheritance issues inherent in the legacy subsite model.
- Can a SharePoint site belong to multiple Hub Sites?
- No, a SharePoint site can only be associated with one Hub Site at a time. This limitation forces a clean information architecture. However, you can create "Hub-to-Hub" associations (e.g., associating a "Regional Sales Hub" with a "Global Sales Hub") to extend search scopes and roll up news across multiple hubs without breaking the single-parent rule.
- I associated my site with a Hub, but the navigation bar hasn't changed. Why?
- This is a common behavior in SharePoint Online known as propagation delay or "bake time." When you associate a site with a Hub, the shared theme and top navigation bar can take anywhere from 15 minutes to 24 hours to fully propagate to the child site. Do not disassociate and re-associate; simply wait for the backend timer jobs to complete.
- What is the difference between a Communication Site and a Team Site?
- Think of a Team Site as a private workspace for collaboration—it comes connected to an M365 Group (Teams, Planner, OneNote) and is designed for co-authoring documents. A Communication Site is for broadcasting information to a wide audience (like an Intranet homepage); it has no M365 Group, relies on a "few creators, many readers" permission model, and features visually rich web parts for news and events.
- How does search work in a Hub Site architecture?
- Hub Sites automatically scope search results. When a user searches for a keyword on a Hub's parent site (or any associated child site), SharePoint searches across the entire Hub family. This means a search for "Benefits" on the HR Hub will return results from the Benefits site, the Policy site, and the Payroll site, provided the user has permission to see them.
- Can I still create subsites if I really want to?
- Technically, yes, the feature still exists in the admin settings, but it is strongly discouraged. Microsoft has stopped developing features for subsites. Modern features like M365 Group connection, Microsoft Teams integration, and Hub Site association do not work fully or at all with subsites. Continuing to build subsites today creates technical debt that will require a costly migration later.
- How do I move my legacy subsites to a modern flat architecture without losing metadata?
- You cannot simply "convert" a subsite to a standalone site collection with a button click. You must migrate the data. "Copy and paste" methods will destroy version history, "Created By" metadata, and custom permissions. For a lossless transition, you need an engineer-led migration solution like ClonePartner, which scripts the move to preserve all metadata, versions, and permission structures during the flattening process.