Welcome to Virtual Tutorial World Guest!



Disable Seach Engine Listings

 
Post new topic   Reply to topic    VTW Forum Index -> HTML
View previous topic :: View next topic  
Author Message
Please Register and Login to this forum to stop seeing this advertsing.





Tokens:


Posted:     Post subject:

Back to top
computergeek67
Administrator
Administrator


Joined: 31 Jul 2007
Posts: 144


Tokens: 147
Location: US

PostPosted: Wed Jan 23, 2008 6:22 pm    Post subject: Disable Seach Engine Listings Reply with quote

Search engines use web crawler (spider/robot) which browses WWW in an automated manner to provide up-to-date data. But what if one doesn’t want to get listed? Yes, “robots.txt” comes into play when you have to set your own trend whether to allow bots or prevent your site from being crawled!

Place robots.txt in your root directory with the following parameters and it will keep all robots out:

Quote:
   User-agent: *
   Disallow: /

An alternate way to prevent robots from indexing your page is by placing <META> tag in the <HEAD> section of your page. To block all robots, use:
Code:

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


To allow other robots to index except Googlebot, use the following tag:

Code:
<META NAME=”GOOGLEBOT” CONTENT=”NOINDEX, NOFOLLOW”>


Enjoy being search-engine-safe

-AxDimensions



_________________



Come to me if you have any questions
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    VTW Forum Index -> HTML All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Card File  Gallery  Forum Archive
Powered by phpBB © 2001, 2005 phpBB Group
Virtual Tutorial World ©2007-2008 computergeek67

Affiliates