Show/Hide Div JS and SEO

Discussion in 'Scripts' started by kuzo, Aug 12, 2011.

  1. #1
    Hi!
    My question is: What is more advantagous way how to create a list.
    EITHER Show/hide div JS (example: http://www.javascriptjunkie.com/examples/9-show-hide-div.htm )
    OR subdivisions for each new page (I click on subdivison-> it redirects me to page)
    my example: www.555.com
    there are subdivisions like:
    dog
    cat
    ball
    ...
    when I click on cat-> www.555.com/cat will open

    Whats better for SEO-more keywords in google/ better space for ads...( ads within the text...)
    Are there any advs or disadvantages when using SHOW/DIV JS?
    THANKS
     
    kuzo, Aug 12, 2011 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    Of the two, I prefer the show/hide. Which is more advantageous? Neither, it's a matter of taste. I also sometimes rewrite a div's contents on the fly, so the div is always visible, but what's in it changes.
     
    Rukbat, Aug 25, 2011 IP
  3. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #3
    Redirecting to another page is inefficient and slower. Show/hide is client-side so, unless the user has a very slow computer, it's almost instantaneous.

    You can also do tabs, making each tab 100% of the screen, so it looks like redirection, but it's still being done in the browser.

    Which is better for SEO? Neither one. All on one page (which is what switching looks like) or on separate pages all on one site looks about the same to SEO.
     
    Rukbat, Sep 1, 2011 IP
  4. nik.

    nik. Active Member

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    63
    #4
    SEO depends on keywords density so with any page the content and addon contents matters
     
    nik., Nov 27, 2011 IP