Changing title in web browser
This guide is valid until version 5.0. In version 5.1 the setting is adjusted with more options. See Technical documentation - Search Engine and Analytics configuration .
This guide explains how to change the page title of the web browser. The title is shown below.
Step-by-step guide
Follow these steps to change page title.
Locate the custom-text.config file in the App_Data folder.
Use the file under App_Data if you wish to change the title on all sites on the server. Use the file under App_Data/<site> if you wish to change the title on a specific site.
If no custom-text.config file exist, create one.Add a custom text in the file using the tag <PageTitle>. See sample below.
Restart IIS.
<?xml version="1.0" encoding="utf-8"?>
<CustomText xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Texts>
<Text keytext="PageTitle">
<Translation language="en-US">My Parts Catalog</Translation>
</Text>
</Texts>
</CustomText>
Search engine optimization
Please consider search engine optimization when selecting title. Refer to separate article on how to configure and set up search engine settings.