more then 100 Javascript links can hurt ? Urgent help needed.

Discussion in 'Google' started by tb1234, Oct 4, 2006.

  1. #1
    Hello guys & folks,

    I am creating one web site where I have to built pages with more then 100 javascript links. These links are external links so I need to put it in JS so SEs wont crawl them as they can or can not be relvant for my site.

    But the basic area where my is questioning is :

    On my page there is more Code (JS) compared with Text (Content), so is that hurt me..?

    I have seen so many sites where thier code to text ratio is low. (More code low text). this is cause it counts HTML tables in code.

    Another problem is I dnt have any content with me to show up so can anyone suggest me any way that can harm me SEO wise..

    Thanks in advance.
     
    tb1234, Oct 4, 2006 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Seems like you are running the risk of some kind of penalty. Why do you need 100 links?
     
    mad4, Oct 4, 2006 IP
  3. tb1234

    tb1234 Peon

    Messages:
    49
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hi,

    Thnks for reply. this site relates to search the things...so for that I need to show various results so that I need to show 100 links.

    I am showing it via JS code as a popup page so SE wont understand it is a link.

    href="javascript:makeNewWindow('http://link','view',900,735,'yes');"

    This is the exact code.
     
    tb1234, Oct 4, 2006 IP
  4. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Why not just block the spiders from that page using robots.txt? Some search engines can read basic JS.
     
    mad4, Oct 5, 2006 IP
  5. iBold

    iBold Peon

    Messages:
    1,055
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #5
    or us the 'nofollow' tag? Seems easier to me..
     
    iBold, Oct 5, 2006 IP
  6. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #6
    no, i guess robots.txt will be better..
    anyway, i saw google sometime overlook that file.
     
    Abhik, Oct 5, 2006 IP
  7. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I wouldn't put a page with 100 nofollow links on my site. Just block google from the page.
     
    mad4, Oct 5, 2006 IP
  8. hexed

    hexed Peon

    Messages:
    333
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #8
    robots really don't listen to the robots.txt and nofollow. If you really want to block them, use mod_rewrite
     
    hexed, Oct 5, 2006 IP