This guide is valid until version 5.0. In version 5.1 the setting is adjusted with more options. See https://signifikant.atlassian.net/wiki/spaces/ASKB/pages/71893240/Technical+documentation+-+Search+Engine+and+Analytics+configuration?src=search .

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 articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues