Forum Moderators: open

Message Too Old, No Replies

How to stop Googlebot from reading a page

What is the HTML to stop Google from reading a page?

         

bokesch

7:10 am on Dec 6, 2002 (gmt 0)



Can someone tell me what the HTML tag is that is used to prevent Googlebot from reading certain pages?

Thanks

WebGuerrilla

7:21 am on Dec 6, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi bokesch,

You can find a complete information on Robots meta tags at:

[searchengineworld.com...]

fathom

7:27 am on Dec 6, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



There are many different way to do this.

The best is disallow googlebot to a directory in the robots.txt since it will read this first (once per day or each visit).

User-agent: googlebot
Disallow: /directory/

Meta Robot [google.com]