- Joined
- Dec 5, 2014
- Messages
- 104
- Likes
- 107
- Degree
- 1
I'm in the process of building out a huge review / informational page that focuses on a specific product line within a larger brand. I currently have a basic JS/CSS tab system set up, where readers can select a tab for an individual product within the line and the content will change to reflect the product they selected. Currently, I'm just using `display: none;` to hide the inactive tabs' content.
My question is, how does having certain portions of the content initially hidden but still accessible via the UI factor into SEO? Altogether, the tabs hold about 2,000 words of content, but only ~500 words are displayed depending on which tab is selected. I know that Googlebot is of course recognizing and indexing this content, but is there any chance I'm at a disadvantage or somehow being penalized for having ~75% of this section hidden at any one time? Anyone have experience with this?
My question is, how does having certain portions of the content initially hidden but still accessible via the UI factor into SEO? Altogether, the tabs hold about 2,000 words of content, but only ~500 words are displayed depending on which tab is selected. I know that Googlebot is of course recognizing and indexing this content, but is there any chance I'm at a disadvantage or somehow being penalized for having ~75% of this section hidden at any one time? Anyone have experience with this?