Just wondering when content (or anything for that matter) is added in a "display:none;" span tag will it still be picked up by the Search Engines? Or would this be picked up with less value / be considered spammy by the bots?
Here is an example:
I plan on using this code with a bit of JavaScript to allow the user to "Read More >" to view the rest of the content and make it visible to the user. (So that it does not bloat my site design with loads of content). Hope this makes sense. Here is an example of what I mean in action, scroll down to the user reviews.
Thanks! I hope I can make this work and still have a SEO Friendly site!
Here is an example:
Code:
<span style="display: none;">blah blah blah</span>
Thanks! I hope I can make this work and still have a SEO Friendly site!