killswitch
Administrator
Posts: 121
Joined: May 2008
Reputation: 0
|
Making sure to not get indexed in Google
Here's a guide to not getting indexed in major search engines, and to remove yourself from these sites.
Why would you want this?
Some people make personal sites for a small group of people, and do not want their site being indexed, and their valuable work all over the internet.
Okay, so let's say you do not want any search engine to index any part of your site. The first part is to create a file called
Quote:robots.txt
Then put the following in that file:
Code:
User-agent: *
Disallow: /
All pages won't get indexed. Now, let's say you only want the search engine to not index only one page. Then you must put the following in the robots.txt page.
Code:
User-agent: *
Disallow: /directory1/
Disallow: /directory2/
Disallow: /directory3/
This means those 3 directories will not be indexed by any search engine, good for work you want to show off to people, but don't want it lying around on the web.
Now let's say you do not want to have only a particular search engine to index your site, like Google, or Yahoo. Then use the following, and substitute "bot" with the search engine of your choice.
Code:
User-agent: Bot
Disallow: /
Now, here's the opposite, if you want to only have one search engine index your site, use the following and substitute "bot"
Code:
User-agent: bot
Disallow:
User-agent: *
Disallow: /
That's all, hope that helps :thumb1:
![[Image: B1.png]](https://i159.photobucket.com/albums/t145/bretteoz/b%20asil/B1.png)
![[Image: NewAgeAdsV.png]](https://i261.photobucket.com/albums/ii77/Psychorj/NewAgeAdsV.png)
100% Free Advertising to your Mybb forum
|
|
| 09-09-2008 10:29 AM |
|
Gilj
Junior Member
Posts: 11
Joined: Sep 2008
Reputation: 0
|
RE: Making sure to not get indexed in Google
TY ^^.
|
|
| 09-22-2008 01:38 AM |
|
shadow007
Junior Member
Posts: 10
Joined: Sep 2008
Reputation: 0
|
RE: Making sure to not get indexed in Google
good tut :)
|
|
| 09-25-2008 06:18 AM |
|
Zomaian
Junior Member
Posts: 13
Joined: Sep 2008
Reputation: 0
|
RE: Making sure to not get indexed in Google
Thanks might be useful for a personal blog thingy :)
|
|
| 09-29-2008 07:26 AM |
|
vomer
Junior Member
Posts: 5
Joined: Oct 2008
Reputation: 0
|
RE: Making sure to not get indexed in Google
good share thanks!!
|
|
| 10-01-2008 07:12 AM |
|
fmjc001
Junior Member
Posts: 11
Joined: Oct 2008
Reputation: 0
|
RE: Making sure to not get indexed in Google
I wonder, would banning the bots IP from cPanel help?
|
|
| 10-01-2008 07:37 AM |
|
MXIIA
Junior Member
Posts: 14
Joined: Oct 2008
Reputation: 0
|
RE: Making sure to not get indexed in Google
Probably would, but there are quite a few bots out there, can't ban them all.
|
|
| 10-01-2008 10:27 AM |
|
james3
Junior Member
Posts: 5
Joined: Oct 2008
Reputation: 0
|
RE: Making sure to not get indexed in Google
thanks
|
|
| 10-02-2008 04:22 PM |
|
Pintar
Junior Member
Posts: 12
Joined: Oct 2008
Reputation: 0
|
RE: Making sure to not get indexed in Google
Maybe we can ban the HTTP Referrer?
|
|
| 10-10-2008 03:24 PM |
|
DAMINK
Member
Posts: 116
Joined: Aug 2008
Reputation: 0
|
RE: Making sure to not get indexed in Google
There are many bots that don't obey the robots.txt file though. Sure the big ones like google and yahoo abide by them but yea not all.
I have heard of people that specifically search robots.txt files for Disallow: /whatever.
Now if someone does not want the bots near it then more than likely its good gear.
Why not just allow bots to view forum or site but protect areas with .htaccess and password it.
Or if its a forum just make in certain user groups.
But i do both to be sure.
|
|
| 10-10-2008 05:01 PM |
|