aaronthepug
Junior Member
- Dec 7, 2018
- 152
- 60
Hi everyone,
I've decided to build a PBN for myself to use for my projects and to learn a little more about SEO (my weakest IM channel by far). Been reading tutorials and content on building a PBN, and all makes sense, so I wanted to list out what is needed, and hoping someone of you can confirm and clear things up for me, what I should adjust in my plan, and if I missed anything.
Thanks!
I've decided to build a PBN for myself to use for my projects and to learn a little more about SEO (my weakest IM channel by far). Been reading tutorials and content on building a PBN, and all makes sense, so I wanted to list out what is needed, and hoping someone of you can confirm and clear things up for me, what I should adjust in my plan, and if I missed anything.
- Get good and clean domains. Speaking to someone on BHW for a few domains to start off with that are TF: 14+, DA: 16+, Ref Dom: 10+ somewhat related to my niche. Can I register all these in the same registrar (Google Domains, GoDaddy, etc), or in different ones?
- Hosting - use different hosting accounts and servers. So I'll host one with ASmallOrange, GreenGeeks, etc.
- Websites - I'll be using WordPress and use different free themes on each one, with the usual plugins (cache, SEO, etc.). Should I setup CloudFlare (free) to add HTTPS to them?
- Content - I'll try to get domains with the same theme/niche, and outsource the production of content for the website(s), to be able to post a blog post once a week. I'll also make some general pages all websites usually have (About, Contact Us, FAQ, Privacy Policy)
- Linking to money site - Do I just link the money site URL on the footer for the entire website, on home page only, or in blog posts?
- Bot blocking - As I understand, this is to block your competitors (and others) from seeing how you are ranking and not be able to see your PBN sites. Adding the code snippet below that is to be added to the .htaccess file.
Thanks!
Code:
SetEnvIfNoCase User-Agent .*rogerbot.* bad_bot
SetEnvIfNoCase User-Agent .*exabot.* bad_bot
SetEnvIfNoCase User-Agent .*mj12bot.* bad_bot
SetEnvIfNoCase User-Agent .*dotbot.* bad_bot
SetEnvIfNoCase User-Agent .*gigabot.* bad_bot
SetEnvIfNoCase User-Agent .*ahrefsbot.* bad_bot
SetEnvIfNoCase User-Agent .*sitebot.* bad_bot
SetEnvIfNoCase User-Agent .*spbot.* bad_bot
Order Allow,Deny
Allow from all
Deny from env=bad_bot