How do I make pages noindex?

In the AI Console you can set noindex for the entire support center or for individual articles.

How do I set noindex for the entire support center?

  1. Go to Touchpoints > Support Center.
  2. Select the support center and go to the Page Templates tab.
  3. In the master page template, add the line in bold inside the head tag:
    <html>
      <head>
        <title>...</title> 
        <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> 
      </head>
  4. Save your changes.

How do I set noindex for an article?

  1. Go to Knowledge > Articles > .
  2. Find the article you want to make noindex and open it for editing.
  3. On the Visibility tab, select the Do not index this article option.

    Result: The article is added to the robots.txt file.

  4. Publish the article.