Hide link

Joined
Mar 17, 2015
Messages
25
Reaction score
4
Hey guys, how are ya'

So, I have 4 or 5 webs with lots of traffic and high pagerank and so on. I created a new web a little time ago and I want to create some backlinks for this "new" web. I mean I want my 4 or 5 other webs to have links to my new web. How can I hide this backlinks? (obviously not for google, but my bosses they don't have to see them). Would this be cloaking?

Thanks in advance.
 
Don't loose your job for a few links, be smart.
 
Try:

<div style="display: none;"><a href="httpwebsiteurl">keyword</a></div>
 
If they own this new web of yours, why You want to hide it from them?
Irrelevant.

Anyway, pretty sure the css attribute (display:none) is not the way to go. I would rather just position it out of the screen or hide it "under" (z-index) an image.
 
Back
Top