Limited Access Users Still See the Site Name: Fix
🔍 WiseChecker

Limited Access Users Still See the Site Name: Fix

When you grant a user Limited Access permission to a SharePoint site, you expect them to see only the specific items you share. Instead, the user can still see the site name in their browser title bar and in SharePoint search results. This occurs because Limited Access permission does not hide the site metadata that SharePoint displays in navigation and search. This article explains why the site name remains visible and provides steps to restrict visibility at the site level.

Key Takeaways: Fix Limited Access Users Seeing the Site Name

  • SharePoint admin center > Active sites > Site permissions: Change site visibility from Public to Private to hide the site from users who have not been granted explicit access.
  • Site Settings > Site Closure and Deletion: Lock the site to prevent users from seeing its content in search results and navigation.
  • SharePoint admin center > Search > Manage Search Schema: Remove the site from search results to stop the site name from appearing in search queries.

ADVERTISEMENT

Why Limited Access Users Still See the Site Name

Limited Access permission allows a user to access a specific item or document without granting them broad access to the site. However, SharePoint displays the site name in several places that are not controlled by item-level permissions. The site name appears in the browser title bar, in the site navigation panel, and in SharePoint search results. This happens because site metadata such as the title, URL, and description are stored at the site collection level and are visible to any authenticated user who knows the site address or can find it through search.

SharePoint does not have a built-in permission that hides the site name from Limited Access users. The site name is part of the site collection’s public metadata. When a user has Limited Access to a single document library, they can still see the site name in their browser tab and in the site’s navigation bar. Additionally, if the site’s visibility is set to Public, the site appears in SharePoint search results for all users in the organization, including those with Limited Access.

How Site Visibility Affects Limited Access Users

Site visibility settings control whether a site appears in search results and in the SharePoint start page. By default, sites are set to Public, meaning any authenticated user can find the site through search. Limited Access users can see the site name in search results even if they cannot open the site. Changing the site visibility to Private removes the site from search results for users who have not been granted explicit access.

How Browser Title and Navigation Are Controlled

The browser title bar displays the site name based on the site’s Title property. This property is set at the site collection level and is visible to all users who can access the site URL. Limited Access users can see the site name in the browser title bar because they are authenticated and have been granted at least Limited Access to the site. The only way to prevent this is to remove the user’s access entirely or to lock the site.

Steps to Prevent Limited Access Users From Seeing the Site Name

Method 1: Set Site Visibility to Private

  1. Sign in to the SharePoint admin center
    Go to https://admin.microsoft.com and open the SharePoint admin center. In the left navigation, select Active sites.
  2. Select the target site
    Find the site where Limited Access users see the site name. Click the checkbox next to the site name to select it.
  3. Open the Settings panel
    Click Settings in the top toolbar. The Settings panel opens on the right side of the screen.
  4. Change site visibility to Private
    In the Settings panel, locate Site visibility. Select Private from the dropdown list. Click Save.
  5. Verify the change
    Ask a Limited Access user to perform a SharePoint search for the site name. The site should no longer appear in their search results. The site name still appears in the browser title bar if the user navigates directly to the site URL, but they will not see the site name in search or on the SharePoint start page.

Method 2: Lock the Site

Locking a site prevents all users from viewing its content. This method is useful when you want to temporarily hide the site from everyone, including Limited Access users. Locking the site removes the site from search results and hides the site name from the browser title bar for all users.

  1. Go to Site Settings
    Navigate to the site. Click the gear icon in the top right corner and select Site Settings.
  2. Open Site Closure and Deletion
    Under Site Administration, click Site closure and deletion.
  3. Lock the site
    Click Lock this site. A confirmation dialog appears. Click OK to confirm.
  4. Verify the lock
    Have a Limited Access user try to access the site URL. They should see an access denied message. The site name no longer appears in their browser title bar or in search results.

Method 3: Remove the Site From Search Results

If you do not want to change site visibility or lock the site, you can remove the site from SharePoint search results. This method prevents the site name from appearing in search while keeping the site accessible to users who have the direct URL.

  1. Open SharePoint admin center
    Go to the SharePoint admin center. In the left navigation, expand Search and select Manage Search Schema.
  2. Create a new search result source
    Click New Result Source. Give it a name like "Exclude Site Name." Set the protocol to SharePoint Search Results. In the Query Transform field, enter: {searchTerms} -Path:"https://yourtenant.sharepoint.com/sites/yoursite". Replace the URL with your site’s full URL. Click OK.
  3. Apply the result source to the default search results page
    Go to Search Settings in the admin center. Under Which results sources should queries use?, select the new result source you created. Click Save.
  4. Test the change
    Have a Limited Access user search for the site name. The site should no longer appear in the search results.

ADVERTISEMENT

If Limited Access Users Still See the Site Name After the Main Fix

Site Name Still Appears in Browser Title Bar

The browser title bar displays the site name based on the site’s Title property. Changing site visibility to Private does not affect the title bar. To hide the site name from the title bar, you must either lock the site or remove the user’s access entirely. If you need to keep the site active, consider using a different permission level that does not include Limited Access, such as Read access, which still shows the site name.

Site Name Appears in SharePoint Start Page

The SharePoint start page shows sites that are followed by the user or that have been recently visited. Limited Access users who have visited the site before will see the site name in the "Recent" list. To remove the site from the start page, ask the user to unfollow the site or clear their SharePoint browser cache. Alternatively, you can set the site visibility to Private, which removes the site from the start page for users who have not explicitly been granted access.

Search Still Shows the Site Name After Setting Visibility to Private

Search results may take up to 24 hours to update after you change site visibility. If the site name still appears in search immediately after the change, wait for the next search crawl cycle. You can force a reindex by going to Site Settings > Search and offline availability > Reindex site. Click Reindex and then check search results after 30 minutes.

Item Limited Access Read Access
Access to specific items Yes, only items explicitly shared No, access to all items on the site
Site name in browser title bar Visible Visible
Site name in search results Visible if site is Public Visible if site is Public
Site name in SharePoint start page Visible if site is Public Visible if site is Public
Ability to see site navigation No Yes

Limited Access permission does not hide the site name from the browser title bar or from search results. To fully prevent Limited Access users from seeing the site name, you must change the site visibility to Private, lock the site, or remove the site from search results. Using a combination of these methods gives you the most control over site visibility. For sites that require strict confidentiality, consider using a private site collection that is not indexed by search.

ADVERTISEMENT