Settings and Tools for Webmasters

This section describes how to do the following:

  • Change website name, description, and keywords.
  • Change the contact information that is used on the site.
  • Upload a site icon (favicon) for your website.
  • Make your website more visible in search results, and embed various search engine services.
  • Prevent certain pages or areas of your website from being indexed by search engines and shown in search results.
  • Notify site visitors about the use of non-essential cookies on your site. This might be of interest only to webmasters residing in the European Union.

Changing Website Name, Description, and Keywords

Website name is a line of text that is shown in the title bar of a user’s browser when they visit your website. By default, it is “My website”, but you can change it to anything you want.

Website description is shown by search engines when your website is listed in search results. Website keywords are analyzed by search engines and are used for displaying your website when people search for these keywords.

You can specify the site description and keywords that the editor will use for all pages of your website (in Settings tab > Basic), and specify custom values for specific pages (in Pages tab > page name > Edit page description and keywords).

To edit your website name, description, and keywords:

  1. Go to the Settings tab > Basic tab.

  2. Specify the website name that your visitors will see as the title of their browser window when they visit your website.

  3. To show both your website name and the current page name in the browser title window and to increase your website recognition in search engine results, select the Add website name to page titles checkbox.

  4. Add short description (up to 255 symbols) of your website.

  5. Provide a list of keywords that describe your website (10-15 keywords are recommended).

    The description and keywords will be used by default for new and existing pages.

  6. Click OK to save changes.

Changing Contact Information

The contact information and company name that you specified in the first step of creating your site are shown in the relevant places and elements of the site, such as About Us, Contact Us pages, and in Map modules. You can change this information in all respective locations at once (by editing the values in the Settings tab > Owner Info), or you can manually overwrite each value by editing text on the pages.

Uploading a Site Icon (Favicon)

A favicon is a small icon displayed in the browser’s address bar when you visit a website, and also appears next to the website name in the list of favorite bookmarks. You can create a favicon using a variety of online tools and then upload your favicon through the Presence Builder editor. All your website visitors will see this favicon.

To upload a favicon for your website:

  1. Go to the Settings tab > Basic tab.
  2. Click Browse and select the location of the favicon to upload. The favicon will be uploaded.
  3. Click OK to save changes.

To remove a favicon from your website:

  1. Go to the Settings tab > Basic tab.
  2. Click Remove in the Favicon section. The favicon will be removed.
  3. Click OK to save changes.

Verifying Website Ownership

Most search engines require you to verify website ownership when you register your website or sign up for webmaster assistance services. Verification is typically done by uploading or creating a file with a specific file name.

To verify website ownership:

  1. Go to the Settings tab > Advanced tab.
  2. Provide the verification file:
    • If you know the name of the verification file requested by a search engine, provide the verification file name in the Create verification file field and click OK. Presence Builder will create it in the correct place.
    • If you have already downloaded your verification file from a search engine, upload the verification file to the Upload verification file field and click OK.
  3. After the verification file is created or uploaded and your website is published, confirm your ownership on the search engine website.
  4. Click OK to save changes.

To edit the HTML <head> section of your website (for example, to add ownership verification meta code):

  1. Go to the Settings tab of the Presence Builder’s main menu, then go to the Advanced subtab.

  2. Click Edit Metadata.

  3. Insert the code into the provided field and click Add.

    Note

    Only valid HTML tags permitted for <head> section by HTML standards are supported. Metadata changes will be available only after you publish your website.

  4. Click OK to save changes.

Embedding Analytics Code

An analytics service is a tool that allows you to obtain information about your visitors. After you register with an analytics service, such as Google Analytics, and acquire the required code, you can embed the analytics service on your website.

To embed an analytics service:

  1. Register with an analytics service and acquire the code.

  2. Go to the Settings tab > Advanced tab.

  3. Click Embed Analytics.

  4. Insert the code you have received from the analytics service into the provided field and click Add.

    Note

    The analytics service will start working only after you publish your website.

  5. Click OK to save changes.

Downloading the Sitemap

Some search engines will ask you to provide your sitemap for analysis and optimization purposes. You can download your sitemap from the Presence Builder editor.

To download your website sitemap:

  1. Go to the Settings tab > Advanced tab.
  2. Click Download Sitemap.
  3. Click OK to start downloading the sitemap.xml file.

Preventing Search Engines from Indexing Certain Pages of Your Site

To prevent search engines from indexing certain pages of your website, you can add the appropriate directives into the robots.txt file. This file is stored on the customer account to which your site is published.

To prevent search engines from indexing certain areas of your website:

  1. Go to the Settings tab > Advanced tab.

  2. Click the link Edit robots.txt.

  3. Type your directives into the input field. Place each directive on a new line.

    For example, to prevent all search engine robots and crawlers from indexing the contents of the directory /private and the file /my_secret.html on your customer account, add the following lines:

    User-agent: *
    Disallow: /private/
    Disallow: /my_secret.html
    

For more information about the robots.txt file and directives you can use, refer to http://www.robotstxt.org/robotstxt.html.