Using RoboTag 1.1

RoboTag is a companion program to RoboGen. RoboTag will generate the robot exclusion meta tag that is used to indicate to some web robots if the page should be indexed or links on the page followed. This method works on a page to page basis and is facilitated through a simple meta tag.

Using RoboTag

Using RoboTag is very simple, you select what you don't want to robot to do using the Robot Rules check boxes and then click the copy button to put the meta tag code in your Windows clipboard. Then you simple paste the meta tag code into your HTML file.

Where to put the META Tag

Like any META tag it should be placed in the HEAD section of an HTML page:

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

More Information

For more information about robot exclusion META tags, the robot exclusion protocol, and for links to other robot exclusion resources visit the RoboGen web site at http://www.rietta.com/robogen.


Copyright 1999 Rietta. All Rights Reserved
http://www.rietta.com/robogen