public Site root files

Contents [-]

What files should you uploaded in the public site root directory?

There are two basic files you should have - favicon.ico and robots.txt. You can also have files that can be required by some web analytics or payment systems. We will discuss only the two basic files.

Robots.txt

When this txt file is inserted to your root directory it will give you control of what pages can or cannot be indexed by the search engines. You can also exclude a certain search engine from being able to search your site at all. For websites with multiple subdomains, each subdomain must have its own robots.txt file. If example.com had a robots.txt file but a.example.com did not, the rules that would apply for example.com would not apply to a.example.com.

There are many web generators but you can create your own robots.txt by following these steps:

  1. Open your favorite text editor and create a robots.txt file
  2. Type in one of the following examples, that fits your needs best:

    User-agent: *
    Disallow: /

    this will disallow ALL search engines to search your site. In this manner your entire site is locked and the search engines have no access to it. The star that you insert for User-agent means that all search engines are concerned and subject to what you disallow them to view.

    User-agent: *
    Disallow:

    By putting nothing for Disallow you are providing access to all search engines, along with the permission to index your entire website.

    User-agent: Google
    Disallow:

    In this case Google's search engine will be able to search your entire website.

    User-agent: Bad search engine
    Disallow: /

    In this case you will disallow Bad search engine to search your website.

    User-agent: *
    Disallow: /private/

    In this case the search engines are not to allowed to index the page with path /private/.

  3. Save the file
  4. Upload by following the steps bellow.

Favicon.ico

Browsers that support a tabbed document interface typically show a page's favicon next to the page's title on the tab. Some programs allow the user to select an icon of their own from the hard drive and associate it with a website. A web designer can create such an icon as a 16×16 pixel square icon.

Review the current files in the root directory of the public site

site root files

The architect can easily browse and manage already uploaded site root files using the “Site root files” module.
To review them, you need to:

  1. Log in to the WordFrame Integra Core Administration
  2. Click on the "Architect" tab in the upper left corner
  3. Click on the "Global settings" menu in the main navigation bar
  4. Click on the "Site root files" link in the "Web Settings" section on the left of the screen.

Upload a file in root folder

  1. Log in to the WordFrame Integra Core Administration
  2. Click on the "Architect" tab in the upper left corner
  3. Click on the "Global settings" menu in the main navigation bar
  4. Click on the "Site root files" link in the "Web Settings" section on the left of the screen.
  5. Click on the “upload root folder files” link in the upper right corner of the grid
  6. Click on the “Browse” button and choose a file you want to upload
  7. Click on the “Upload” button to start the uploading process
Last edited by Boz Zashev on 29 Sep 2010 | Rev. 5 | This page is public | Views: 1
Comments: 0 | Filed under: Global settings | Tags: