/
Changing title in web browser

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.

  1. Locate the custom-text.config file in the App_Data folder.

  2. 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.

  3. Add a custom text in the file using the tag <PageTitle>. See sample below.

  4. 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.

Related articles







Related content

How to configure start page with images
How to configure start page with images
Read with this
Technical documentation - PageMetaData and PageTitle
Technical documentation - PageMetaData and PageTitle
More like this
Technical documentation - Toolbar, menu and footer settings
Technical documentation - Toolbar, menu and footer settings
Read with this
How to add search terms
How to add search terms
More like this
Technical documentation - Presentation settings in version 5
Technical documentation - Presentation settings in version 5
Read with this
How to refer to a page without using language code
How to refer to a page without using language code
More like this