Will I Get Penalised For JavaScript Links?

Discussion in 'Link Development' started by GingerApple, Apr 25, 2009.

  1. #1
    Hi

    I'm looking for a way to change all the links in my footer of my website (coded in HTML) all in one go (if that makes sense) so I was thinking about doing something like this:

    <script type="text/javascript" src="footer.js"></script>

    and then in the footer.js file:

    document.write('LINKS HERE');

    Would the links get penalised for this by SEs because I thought I had read somewhere they couldn't read JavaScript very well? I want the links to follow because they're linked to other sites in my network.

    Any information would be helpful :)

    Thanks, Will
     
    GingerApple, Apr 25, 2009 IP
  2. AlbertMARKET

    AlbertMARKET Peon

    Messages:
    719
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I believe Google will just skip the javascript with the links like it waas never there.
     
    AlbertMARKET, Apr 25, 2009 IP
  3. need.sc

    need.sc Guest

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    well in that case i would use <div> and chage that with javascript
    something like
    <code>
    document.getElementById('divname').innerHTML = "new link"
    </code>
     
    need.sc, Apr 25, 2009 IP
  4. GingerApple

    GingerApple Peon

    Messages:
    803
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Ooh, do people think that would work? ^
     
    GingerApple, Apr 26, 2009 IP