Not your ordinary PBN question.

Steve Wickman

Newbie
Joined
Jun 11, 2017
Messages
6
Reaction score
0
so I know there are a ton of questions on PBN but how about this one

so my PBN has back links pointing to pages that do no exist making the back link useless bc it goes to a page that is non existent on the PBN

Oops! That page can’t be found.


It looks like nothing was found at this location. Maybe try one of the links below or a search?


so how would you go about fixing this backlink? anyway to redirect all broken pages like this so they re -direct to the home page so you still get juice for these links.

I have a couple from strong news sites that point to a page that is no longer on the PBN I have...on my PBN do i just install plugin for 404 to 301 redirect and this will still make the backlink pass juice as it will redirect to the home page for a non existent inner page?
 
Last edited:
Mix it up.
Do some full 404->301 redirect to homepage
Do some by rebuilding the page URLs
Do a mixture, rebuild some, redirect some
 
leave it as it is.
I heard google spot PBN really easy. son dont do any footprints....
 
Mix it up.
Do some full 404->301 redirect to homepage
Do some by rebuilding the page URLs
Do a mixture, rebuild some, redirect some

^^ This.

You can also recreate some URLs with "content not found", just make sure you show sidebar or menu there so the linkjuice flows inside your site. Not the safest method overall, but if you do it with couple URLs, it's almost natural.
 
I do not see any problem I always use the plugin 404 301 redirect, it is something very normal that many use
 
If you have a ton of PBNs then 404 301 is the fastest method to deindexation. Build those URLs in your PBN and then redirect it to homepage, dont ask me why so :rolleyes:
 
so we have use 401 and dont use 401...interesting

its tough to rebuild backlinks for all the pages.....thats alot of man hours especially when your look at a large network

I believe 401 to 301 is fine and this will make sure you get all that juice flowing.

Alot of people wanna know why there PBN sucks, its bc most of the links going back to their PBN isnt hitting the home page they were targeted for inner pages which no longer exist and and there is no juice floowing you need to re direct all that traffic with toe 401- 301 there any dozens of free wordpress pluings that will do this just mix it up like you mix everything else up while building a pbn
 
Add the below code to your .htaccess page on your server

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . / [L,R=301]
 
Back
Top