Robots
Robots Meta Tag
DescriptionThe robots meta tag allows you to tell the search engines which pages you would and would not like indexed for others to search for.

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
Code
<HEAD>

<META NAME="robots" content="index">

</HEAD>
Output
n/a
Practice
Advertisements