MicahCarrick
09-03-2006, 05:56 PM
I have a project in which a DIV needs to be hidden from search engines and other spiders. Initially, the DIV is hidden using the CSS "display: none;". When a user clicks a graphic, it is changed to "display: block;"
Will search engines see the contents of this DIV or will it ignore it? Do I need to generate the contents of the DIV dynamically using JS when the user clicks the graphic so google won't see it?
Will search engines see the contents of this DIV or will it ignore it? Do I need to generate the contents of the DIV dynamically using JS when the user clicks the graphic so google won't see it?