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
OR
Or maybe even using jquery hide/visible ?
Thanks in advance!
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: