Robots.txt for PBN

rakeem

Junior Member
Joined
Nov 2, 2011
Messages
133
Reaction score
49
Hi dudes,

i want no plugin for hiding my PBN. Please post the codes for robots.txt or .htaccess to secure PBN.

I would appreciate it if you dont post any plugins for this.

Thanks... Cheers.
 
you mean you want to hide your links and avoid the google spiders to crawl them?
 
Hi dudes,

i want no plugin for hiding my PBN. Please post the codes for robots.txt or .htaccess to secure PBN.

I would appreciate it if you dont post any plugins for this.

Thanks... Cheers.

If you mean to keep spiders of your page it's on a robots.txt file with this:

Code:
User-agent:*

Disallow: /

Upload that to the path you want to keep the spiders away ... if that's what you want to do that it.
 
If you mean to keep spiders of your page it's on a robots.txt file with this:

Code:
User-agent:*

Disallow: /

Upload that to the path you want to keep the spiders away ... if that's what you want to do that it.

Correct me if I'm wrong but if this is for a PBN, I think you need to add a line to allow Google spiders, otherwise your network will be kind of useless.
 
i want to block all the unnessasary bots to hide my PBN. I know i can use plungins like spider spanker pro, etc. but as i said i dont want any plugin.

Cheers...
 
Or just:

User-agent: *
Disallow: /
User-agent: Googlebot
Allow: /
User-agent: Slurp
Allow: /
User-Agent: msnbot
Allow: /
User-Agent: bingbot
Allow: /

You are better off whitelisting a few than blacklisting a bunch.
 
Don't do that for every website as that s a footprint in case of manual inspection from big G.
 
Back
Top