Keeping a site private.

Status
Not open for further replies.

StupidGlitch

Active Member
2,577
2008
538
0
So yeah, best ways to keep a site/forum totally private?

Ie, i don't want it crawled all over google etc.

Best ways of how to make this happen? I won't need to rely on ddl/linkbacks/link exchanges etc etc..

Only two i can think of atm is https and having it closed off to guests.
 
9 comments
for blocking google u just need to add robots.txt with follow rules
User-agent: *
Disallow: /

& for making a site non-visible for guests, you already know(if the site is based on some forum script) :P
 
hmmm how would you get traffic? word of mouth !! is there anything unique with your upcoming site to urge users to signup :|
 
edit your robots.txt plus limit non members to a login page only reason being some rogue bots can disregard robots.txt compleately for example yandex
 
Status
Not open for further replies.
Back
Top