function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jack Rose 1Jack Rose 1 

Setting Browser Tab Title On Napili Community

Hi All, 

Hoping someone can help me. I'm trying to add a static title to the browser tab for my community.Rather than the titl on the Tab displaying the name of the page tht is currently open, I want to force it to always say knowledge community, 
I've been trying to find some information on doing this and know I need to edit the community head mark up. I attempted to add the <Title> attribute but it did nothing (except stopping the page content from loading). 
I'm not a developer, just an Admin so any help would be appreciated. 

Thanks in Advance
Jack 
SandhyaSandhya (Salesforce Developers) 
Hi,

Did you try this in your page 
<apex:page title="My Tab Title">

https://salesforce.stackexchange.com/questions/110709/change-browser-tab-title-for-community
 
Best Regards,
Sandhya
Jack Rose 1Jack Rose 1

Hi Sandhya, 

I did try the above, unfortunatey the <apex:page> tag is not allowed in the community header. 
I also tried the code - document.title = "This is the new page title."; which is in the link you provided this just adds the text to the page rather than effecting the tab name 

Vidhya Prabhu 10Vidhya Prabhu 10
HI @Jack Rose 
Were you able to fix this?
I am having similar issue.

BR,
Vidhya