Y T Nuke  
Results 1 to 3 of 3
I'm wondering if there is a way to 100 percent cloak a link. I don't ...
  1. #1
    hoodkist is offline Regular Member
    Join Date
    Jun 2011
    Location
    Beta testing your software
    Posts
    239
    Reputation
    10
    Thanks
    12
    Thanked 31 Times in 28 Posts

    Exclamation Any way to cloak 1 link on your site.

    I'm wondering if there is a way to 100 percent cloak a link. I don't care if I can highlight the link on the page I just don't want any 1 visually to be able to see it. I have tried to see what can be done in the CSS but I'm not able to find any thing. Also please dont tell me to mask the link by simply changing it's color property I'm looking for no visual representation of the link on my page Ty

  2. #2
    hoodkist is offline Regular Member
    Join Date
    Jun 2011
    Location
    Beta testing your software
    Posts
    239
    Reputation
    10
    Thanks
    12
    Thanked 31 Times in 28 Posts

    Default Re: Any way to cloak 1 link on your site.

    Bump Really No One? Its one link is there a plugin or something there just has to be?

  3. #3
    Narrator's Avatar
    Narrator is offline Oh Hai
    Join Date
    Oct 2010
    Location
    /dev/null
    Posts
    360
    Reputation
    102
    Thanks
    185
    Thanked 181 Times in 119 Posts

    Default Re: Any way to cloak 1 link on your site.

    The most common thing people do is change the color to match the background. You could set it to display:none; but I doubt you'd get juice from it. If you wanted to be technical you could use php to recognize the user agent and only show the link to bots, but that will definitely get you penalized.

    HTML Code:
    <a href="http://www.google.com" style="display:none;">Google</a>
    You could also cover it with a solid color div.
    Quick example (dirty code)
    HTML Code:
    <div><a href="http://www.google.com">Google</a></div>
    <div style="float:left; background-color:#ffffff; width:75px; position:relative; top:-20px;">&nbsp;</div>
    Or move the link outside of the visible area:
    HTML Code:
    <a href="http://www.google.com" style="position:absolute; top:-20px;">Google</a>
    I never needed to hide a link so I'm not sure if any of these ideas actually work.


    Cheers!
    Last edited by Narrator; 08-03-2011 at 04:03 AM.
    Google is my puppet, I make it dance.

  4. The Following User Says Thank You to Narrator For This Useful Post:

    hoodkist (08-04-2011)

Natural Slow Link Building


SEO Blasts - High quality link building service

Similar Threads

  1. Replies: 21
    Last Post: 09-18-2011, 10:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76