Published:
Aug 4, 2025
|
Modified:
|
5
min read

How to Identify the Site Template of a SharePoint Online Site

Ivan Fioravanti
Ivan Fioravanti, Co-founder and CTO for CoreView, uses his system engineer and .NET development skills to lead CoreView’s technology team. He’s passionate about AI, automation and all things Microsoft 365.

You can determine the template used by a SharePoint Online site through several methods. This article outlines the most reliable ways, including PowerShell, browser tools, and CoreView’s reporting platform.

Method 1: Find SharePoint Site Template Using PowerShell

#Set Parameters
$TenantAdminURL = "https://contoso-admin.sharepoint.com"
$SiteURL="https://Contoso.sharepoint.com/sites/TestSite"
#Connect to SharePoint Online
Connect-SPOService -Url $TenantAdminURL 
#Get Site Template of the Site Collection
(Get-SPOSite -Identity $SiteURL).Template
Parameter screen

Method 2: Check the SharePoint Site Template Using Browser Page Source

  • Open your SharePoint Online site collection in your preferred browser.
  • Right-click and select View Page Source (or press F12 to open developer tools).
  • Use the find/search function (Ctrl+F) to look for webTemplateConfiguration.
  • The corresponding value will represent the site’s template.
View source screen

Method 3: View SharePoint Site Template with CoreView

  • Navigate to the CoreView app.
  • Under “REPORTS”, select “SharePoint” and choose “SharePoint site usage”.  
Site Usage screen
  • Ensure to scroll down and check if the “Template” and “Root web template” columns are selected. If not, you can select them from the list. By doing so, you'll be able to access the necessary information.
Site Usage - Root template screen

Get a personalized demo today

Created by M365 experts, for M365 experts.