JS dynamic img change and SEO

Posted by Gusepo on Stack Overflow See other posts from Stack Overflow or by Gusepo
Published on 2010-03-19T10:20:36Z Indexed on 2010/03/19 10:31 UTC
Read the original article Hit count: 242

Filed under:
|
|

Hi all,

I've built a web site using jquery to make nice transitions between content.

The code works this way: there are 2 imgs (body and footer) when I click on a link (instead of going to another page) I fade out the 2 imgs and change the src attribute of the 2. When the new imgs are loaded I fade them back in.

I'm using SWFaddress to allow user go directly to internal content.

Now I'd like to make my content indexed by google and other Search engines, all the text content is inside the imgs, So I've got the text in ALT attribute.

My question is: if a dinamically change the imgs ALT attribute using JS, will spiders be able to read it properly? consider that I'm using SWFaddress to create a sitemap..

Thanks

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about seo