Will using display: none on a href to my site improve my alexa ranking?

zumiez

Newbie
Joined
Feb 3, 2013
Messages
18
Reaction score
2
Hello all,

I have access to a lot of websites and was wondering if I put a link to my money site but wrap it with a display: none if I will see an improvement in my alexa rank without any penalties?

I can't put my link visible because my main site's content wouldn't be very relevant. Basically looking to boost my "Sites Linking In" etc.

So either

Code:
<a href="websiteurl" style="display: none;">mysite</a>

OR

Code:
<div style="display: none;">
<a href="websiteurl">mysite</a>
</div>

Or maybe even using jquery hide/visible ?

Thanks in advance!
 
Last edited:
Back
Top