Hiding text under an image for SEO purposes

Posted by JCHASE11 on Stack Overflow See other posts from Stack Overflow or by JCHASE11
Published on 2010-05-01T16:01:09Z Indexed on 2010/05/01 16:07 UTC
Read the original article Hit count: 229

Filed under:
|
|

I am going to use a large image on my page with a bunch of text on it. The reason I am including body text on an image is because the text will be rotated, and there currently isn't any GREAT solution for rotating text seamlessly across all browsers.

On this image, there is a lot of text, and I want it to be indexed by search engines. (but its a picture so it's content won't be indexed, obviously) If I was to include a div with all the text html and set the css to display:none, would Google still index the content that is hidden under the picture?

Are their any other solid solutions here?

© Stack Overflow or respective owner

Related posts about css

Related posts about images