Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

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.Image Removed

...

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.


Code Block
<?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>
Code Block
title
Info

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.

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1ecd09
sortmodified
showSpacefalse

...

reversetrue
typepage
cqllabel in ( "title" , "browser" , "web" ) and type = "page" and space = "ASKB"
labelstitle web browser


Page Properties
hiddentrue


Related issues