ADDON "HACK":You can also add the "no index and no follow" rule to each page header as well as the URL.
Go to your admin control panel, and open the style manager, and choose to edit the
headinclude template and look for:
PHP Code:
<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />
and add the following AFTER:
PHP Code:
<meta name="robots" content="no index, no follow" />
if you want to have the page indexed, but still have the no follow rule stay in effect use this instead:
PHP Code:
<meta name="robots" content="no follow" />