Exhibit: Robots Meta Tag


Information on the Robots meta tag can be found at http://www.robotstxt.org/wc/meta-user.html and http://www.robotstxt.org/wc/exclusion.html.

The Robots Meta tag should be placed in the "head" section of the page:

     <html>
     <head>
     <meta name="robots" content="noindex,nofollow">
     <meta name="description" content="This page ....">
     <title>...</title>
     </head>
     <body>
     ...

 

To see an example of the meta tag, click here.