Hello all, I am curious if anyone has looked into the ramifications of using various JQuery scripts that employ hide and other CSS features to hide content. Not for nefarious purposes, but simply for user experience. Let me give an example. We have a site we developed that is getting good traction on google now, but all the content is hidden and loads on the same page only after it is selected in the navigation. So all of the About Us content is loaded on the homepage, but it is hidden and slides out when the user clicks on the about us button. This is usually done with the jquery command slide which depending on how you do it can place the div off the screen, or simple hide the div until it is called. The H1 etc tags are also in these various hidden divs. Has anyone noticed any problems using these techniques and having Google flag them as attempting to game the system by hiding content? The sites that we do this with are generally based in Wordpress, so this content has actual pages, though those can't be reached without explicitly entering in their URL. As I mentioned, the sites we have done this with have been getting good results, but always curious how to make things better without sacrificing user experience. Thanks!