Prevent search engines from indexing your site

Posted on March 26th, 2007 in HTML & CSS by Jeffrey

I believe adding the following code in the <head> section will tell search engines to skip your page:

<meta name=”robots” content=”noindex, nofollow”>

  • Comments Off
Next Page »