Home Tip of the day – Mark Trusted SharePoint Sites as Authoritative for Copilot Search
Post
Cancel

Tip of the day – Mark Trusted SharePoint Sites as Authoritative for Copilot Search

Tip

If users need Copilot Search to prioritize a trusted collection of SharePoint content, use authoritative sites instead of repeating the same instruction in every prompt.

An authoritative site tells Copilot Search that the content on that SharePoint site is a preferred source for relevant answers. This is useful for official policy hubs, service documentation, HR guidance, product knowledge, and other content that should outrank less-controlled copies.

Use authority for trusted content

Good candidates are sites with:

  • A clear business owner
  • Reviewed and maintained pages or documents
  • A defined audience and purpose
  • A reliable navigation and content structure
  • Permission settings that match the intended audience

Do not mark a site authoritative merely because it contains a large amount of content. Authority is a governance decision, not a popularity score.

Remember what authority does not do

Authoritative-site configuration does not grant access to content. Copilot Search still respects the user’s existing permissions and applicable Microsoft 365 security and compliance controls.

It also does not fix outdated or contradictory information. Review the content lifecycle, archive duplicates, and assign an owner before elevating a site.

First improve the source, then mark it authoritative. A trusted label should make accurate content easier to find, not make unreliable content look official.

A practical review checklist

Before adding a site, check:

  1. Is the site an official source for a defined topic?
  2. Is the content reviewed by the responsible team?
  3. Are old pages and duplicate documents handled?
  4. Are permissions intentionally configured?
  5. Is there an owner who will review the designation later?

Revisit authoritative sites when ownership, information architecture, or business policy changes.

Configure the site

The current release uses SharePoint Online PowerShell rather than a SharePoint admin center setting:

1
2
3
Connect-SPOService -Url "https://<tenant>-admin.sharepoint.com"
Set-SPOSite -Identity "https://<tenant>.sharepoint.com/sites/<siteName>" `
  -IsAuthoritative $true

My recommendation is to begin with a small, reviewed set of official sites. Microsoft currently supports up to 100 authoritative sites, and changes can take up to 72 hours to appear in supported experiences, so record the owner and review date for every designation.

References

Image Prompt

1
Wide horizontal blog banner, 40:21 aspect ratio. Flat illustration of a knowledge manager guiding two colleagues toward a bright trusted digital knowledge hub, while dimmer document shelves sit behind them. Deep charcoal background with blue, cyan, amber, and green accents. People and hub centered with generous safe space. No readable text, no logos. --ar 40:21 --style raw
This post is licensed under CC BY 4.0 by the author.

Tip of the day – Choose the Right Copilot Component Display Mode

-