tabs on web page and seo

Posted by GaVrA on Stack Overflow See other posts from Stack Overflow or by GaVrA
Published on 2010-06-12T14:15:43Z Indexed on 2010/06/12 14:22 UTC
Read the original article Hit count: 354

Filed under:
|

I know there is a lot of js plugins to do "tabs", but also i can do it my self. Just have some elements with display:none and when you click some other element display changes to block, or something like that.

Now, i have a one site i am developing, where i am giving specific users(all within one usergroup) access to edit only one page which i have created. That part is done. Now i have a request to give those users ability to edit 2 more sub pages, but since its all gonna be the same, like text with some pictures, i was thinking to put 3 textarea's so they will have 1 page where they can edit content of all those 3 pages.

What i also thought was to only have one page and on it to have 3 tabs. Each tab for each possible page.

When i started thinking about that the only concern was seo.

How does seo works regarding elements with display:none?

What jquery tabs plugin do you recommend that has the ability to access tabs via id of the element in url? I was looking at jquery ui demo but there when you get the url of one of those tabs and try to open it in new window, that tab is not opened. For example this link:

http://jqueryui.com/demos/tabs/#tabs-2

It does not open tab #2...

Any help is appreciated!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about tabs