Hiding Links on a PBN Question

ritafairclough

Senior Member
Joined
Apr 7, 2009
Messages
1,131
Reaction score
641
Hello,

Does anyone know how to hide links to everyone apart from Google bot on a Wordpress PBN site? Is there a plugin for this?

I know about blocking bots....that's not my question - I'd like to hide the linking URLs from view.

Thanks!
 
There are some codes that you can write in robot.txt or index.php. Google it
 
Hello,

Does anyone know how to hide links to everyone apart from Google bot on a Wordpress PBN site? Is there a plugin for this?

I know about blocking bots....that's not my question - I'd like to hide the linking URLs from view.

Thanks!

can be easily done with css, however why would you want to do it?
 
can be easily done with css, however why would you want to do it?

Got a few PBN links before. When I visited the PBN site, I could not figure out which were the backlinks even though they were showing up in GSC.

Think they don't want to give people the impression it is a PBN?
 
Drop your anchor like this in the HTML view:

<a style="display: none;" href="http://target.com">Anchor text</a>

However, I dont think Google likes webmasters intentionally hiding content to users
 
Back
Top