The robots meta tag looks like
<META NAME="robots" content="XXX">
XXX is replaced with one of four options:
index - Index the page with search engines
noindex - Search engines completely ignore the page
follow - Search engines follow the page
nofollow - Search engines index but do not follow the page
|
index.html - Notepad |
....<HEAD>
<META NAME="robots" content="index">
</HEAD>....
|
|