Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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.



  • No labels