Basics

SharePoint Pages vs Sites: Understanding the Difference

Clarify the distinction between SharePoint pages and sites, learn when to use each, and understand how they work together to create effective information architecture.

SharePoint Support TeamDecember 10, 202414 min read
SharePoint Pages vs Sites: Understanding the Difference - Basics guide by SharePoint Support
SharePoint Pages vs Sites: Understanding the Difference - Expert Basics guidance from SharePoint Support

The Fundamental Building Blocks

New SharePoint users often confuse pages and sites, but understanding this distinction is crucial for effective SharePoint design. Think of sites as buildings and pages as rooms within those buildings—each serves a different purpose and operates at a different level.

SharePoint architecture diagram showing hub sites, team sites, and content structure
Enterprise SharePoint architecture with hub sites and connected team sites

Sites Explained

What Is a Site?

A SharePoint site is a container that holds:

  • Multiple pages
  • Document libraries
  • Lists
  • Web parts
  • Settings and permissions
  • Branding and navigation

Site Characteristics

  • Has its own URL (e.g., /sites/marketing)
  • Independent permission structure
  • Own navigation and branding
  • Contains multiple pages and libraries
  • Can connect to hub sites

Types of Sites

Team Sites

  • Connected to Microsoft 365 Group
  • Collaborative workspace
  • Private by default
  • Shared mailbox, calendar, Planner
  • Best for: Project teams, departments, working groups

Communication Sites

  • Standalone (no M365 Group)
  • Broadcast information to audience
  • Public or private
  • No shared mailbox
  • Best for: Intranets, announcements, portals

Hub Sites

  • Special designation, not a type
  • Connects multiple sites together
  • Shared navigation
  • Aggregated content (news, search)
  • Best for: Organizational structure

When to Create a New Site

Create a Site When

  • New team or project needs dedicated space
  • Different permissions required
  • Separate navigation structure needed
  • Content is logically distinct
  • Different governance requirements

Don't Create a Site When

  • Just need a new page
  • Content fits existing site scope
  • Would fragment information
  • Creates unnecessary complexity

Pages Explained

What Is a Page?

A SharePoint page is a single web page within a site:

  • Displays content and web parts
  • Part of the Site Pages library
  • Shares site's permissions by default
  • Uses site's navigation
  • Has its own URL path

Page Characteristics

  • Lives within a site
  • Shares parent site permissions (can override)
  • Modern responsive design
  • Customizable with sections and web parts
  • Version history tracked

Types of Pages

Site Pages

  • Standard content pages
  • Evergreen information
  • Reference documentation
  • About pages, policies, guides

News Posts

  • Time-stamped articles
  • Appear in news feeds
  • Roll up across sites
  • Internal communications

Wiki Pages (Classic)

  • Legacy format
  • Simple editing
  • Being phased out
  • Migrate to modern pages

When to Create a New Page

Create a Page When

  • Adding content to existing site
  • New topic within site's scope
  • Documentation or reference material
  • News or announcement

Don't Create a Page When

  • Content belongs in different site
  • Should be a document instead
  • Would make navigation unwieldy
  • Duplicates existing content

Key Differences

Scope and Structure

| Aspect | Site | Page |

|--------|------|------|

| Level | Container | Content |

| URL | /sites/name | /sites/name/SitePages/page.aspx |

| Contains | Pages, libraries, lists | Sections, web parts |

| Permissions | Site-level | Inherits from site (can override) |

| Navigation | Has own navigation | Appears in site navigation |

| Branding | Site theme | Uses site theme |

Permissions Model

Site Permissions

  • Site owners, members, visitors
  • Controls access to everything in site
  • M365 Group membership (team sites)
  • Can grant external access

Page Permissions

  • Inherits from site by default
  • Can break inheritance
  • Individual page sharing
  • Useful for draft/restricted content

Creating Each

Creating a Site

  • SharePoint start page > Create site
  • Choose Team or Communication
  • Name, description, privacy
  • Configure settings
  • Add to hub (optional)

Creating a Page

  • Go to existing site
  • New > Page (or News post)
  • Choose template
  • Add sections and web parts
  • Publish

Working Together

Site and Page Hierarchy

```

SharePoint Tenant

└── Hub Site (Intranet)

├── Communication Site (Corporate Communications)

│ ├── Home Page

│ ├── About Us Page

│ ├── Leadership Page

│ └── News Posts (multiple)

├── Team Site (Marketing)

│ ├── Home Page

│ ├── Campaign Pages

│ └── Document Libraries

└── Team Site (HR)

├── Home Page

├── Benefits Page

├── Policies Page

└── Document Libraries

```

Navigation Connections

Site Navigation

  • Top navigation (hub-inherited or custom)
  • Left navigation (site-specific)
  • Quick launch
  • Mega menus

Page Links

  • Pages linked in navigation
  • In-page links to other pages
  • Cross-site page links
  • Related content web parts

Content Aggregation

Across Sites

  • News web part (from hub)
  • Highlighted content web part
  • Search results
  • Sites web part

Within Site

  • Page navigation web part
  • Quick links
  • Document library views
  • News from this site

Common Scenarios

Scenario 1: Department Intranet

Structure

  • Hub site: Company Intranet
  • Team site per department
  • Pages within each department site

Example

```

Company Intranet Hub

├── HR Team Site

│ ├── Benefits (page)

│ ├── Policies (page)

│ ├── Onboarding (page)

│ └── HR Documents (library)

├── IT Team Site

│ ├── Service Desk (page)

│ ├── How-To Guides (page)

│ └── IT Policies (page)

└── Marketing Team Site

├── Brand Guidelines (page)

├── Campaign Calendar (page)

└── Marketing Assets (library)

```

Scenario 2: Project Workspace

Structure

  • One team site per project
  • Multiple pages within project site
  • Document library for project files

Example

```

Project Alpha Site

├── Home (page - dashboard)

├── Project Plan (page)

├── Meeting Notes (page)

├── Status Reports (news posts)

├── Documents (library)

└── Tasks (Planner integration)

```

Scenario 3: Knowledge Base

Structure

  • Communication site for knowledge base
  • Categories as page sections or folders
  • Individual pages per article

Example

```

Knowledge Base Site

├── Home (page - search focused)

├── IT Support (page - category)

│ ├── Password Reset (page)

│ ├── VPN Setup (page)

│ └── Software Requests (page)

├── HR Questions (page - category)

│ ├── Time Off Policy (page)

│ └── Benefits FAQ (page)

└── Facilities (page - category)

├── Room Booking (page)

└── Building Access (page)

```

Best Practices

Site Planning

Before Creating Sites

  • Define site purpose and scope
  • Identify owner and audience
  • Determine hub association
  • Plan permission structure
  • Consider naming conventions

Site Governance

  • Site creation policy
  • Naming standards
  • Lifecycle management
  • Storage quotas
  • Review schedules

Page Planning

Before Creating Pages

  • Confirm content belongs in this site
  • Plan page structure
  • Identify web parts needed
  • Consider navigation placement
  • Plan for maintenance

Page Best Practices

  • Clear, descriptive titles
  • Organized sections
  • Appropriate web parts
  • Mobile-friendly design
  • Regular content updates

Avoiding Common Mistakes

Don't

  • Create site when page would suffice
  • Make pages too long/complex
  • Ignore navigation planning
  • Forget mobile users
  • Neglect governance

Do

  • Plan before creating
  • Follow naming conventions
  • Consider findability
  • Test on multiple devices
  • Document decisions

Conclusion

Understanding the difference between SharePoint sites and pages is fundamental to effective information architecture. Sites provide the organizational structure and permissions framework, while pages deliver the actual content. By using each appropriately and planning thoughtfully, you can create intuitive, well-organized SharePoint environments.

Ready to design your SharePoint architecture? Contact our consultants for information architecture planning services.

Share this article:

Written by Errin O'Connor

Founder, CEO & Chief AI Architect | Microsoft Press Bestselling Author | 25+ Years Microsoft Ecosystem

Errin O'Connor is a Microsoft Press bestselling author of 4 books covering SharePoint, Power BI, Azure, and large-scale migrations. He leads our SharePoint consulting practice with expertise spanning 500+ enterprise migrations and compliance implementations across HIPAA, SOC 2, and FedRAMP environments.

Need Expert Help?

Our SharePoint consultants are ready to help you implement these strategies in your organization.