The META attribute "robots" is placed in the <head> field of each page that
you do not want indexed. (Note: Search robots are usually called spiders.)

< META NAME="robots" CONTENT="all | none | index | noindex | follow |
nofollow">

Explanation:

all: Allow the spider to index all files and links.

none: The spider may not to index this page and it may not follow links.

index: The spider may index this page.

noindex: The spider may not index this page, but it may follow links to
other pages.

follow: The spider is free to follow links from this page to other ones.

nofollow: The spider may index this page but links may not be followed.

Example...

    <META NAME="robots" CONTENT="noindex, nofollow">

___________________________________________________
Andreas Ramos    [EMAIL PROTECTED]    www.andreas.com

____________________________________________________________________
--------------------------------------------------------------------
 Join The Web Consultants Association :  Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------

Reply via email to