The following metatag will prevent the appliance from archiving a document:
<meta name="tamu-googlebot" content="noarchive" />
The following metatag will prevent the appliance from showing result snippets for a document:
<meta name="tamu-googlebot" content="nosnippet" />
Note that these metatags must be present in documents at crawl time for the appliance to obey them.
The Appliance will also obey directives such as "index", "noindex", "follow", and "nofollow" in a ROBOTS meta tag. Here are some examples:
<meta name="robots" content="index,follow" /> <meta name="robots" content="noindex,follow" /> <meta name="robots" content="index,nofollow" /> <meta name="robots" content="noindex,nofollow" />