Non spiderable links in JS

Discussion in 'JavaScript' started by uca, Dec 30, 2006.

  1. #1
    I believe that links in JS are not always picked up by search engines, therefore they do not leak PR, maybe not followed, etc.

    If there isn't another way I was wondering how many ways of linking in JS there are.

    Thanks very much for any help!

    :)
     
    uca, Dec 30, 2006 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    I believe the majority of Javascript is NOT ran or followed by Search engines. You might be able to trick Search engines though - by doing something like this (by actually writhing the html that SearchEngines see in the JS)

    document.write("<a href='.....'>LinkName</a>");
     
    ccoonen, Dec 30, 2006 IP
    uca likes this.
  3. uca

    uca Well-Known Member

    Messages:
    2,242
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    155
    #3
    Thanks very much ccoonen! Green rep on its way!

    :)

    Anybody else with other options, just to learn them all?
     
    uca, Dec 30, 2006 IP