ROBOTS META TAG

Robots is the most important <Meta> tag which indicate the robots to index the your page in search list or not over the internet.

Some times you don’t want to display your page over the internet then Robots meta tag is very useful to you.

For example:

<META NAME=”ROBOTS” CONTENT=”NOINDEX, NOFOLLOW”>

In above example the name robots is used to identify that this is the robots tag and content attribute is used to defined weather your page will index or no index and follow or not follow.

Note: The “NAME” attribute in the mata tag must be “ROBOTS” .

The above example will do no index and no follow your page over the internet.

If you want to index your page but not follow the page to any other then you can use the following syntax.

<META NAME=”ROBOTS” CONTENT=”INDEX, NOFOLLOW”>

If you want to no index your page but follow the page to any other then you can use the following syntax.

<META NAME=”ROBOTS” CONTENT=”NOINDEX, NOFOLLOW”>

If you want to index your page but follow the page to any other then you can use the following syntax.

<META NAME=”ROBOTS” CONTENT=”NOINDEX, NOFOLLOW”>

Leave a Reply

Your email address will not be published. Required fields are marked *