jquery load() and SEO - anyone got a decent answer?
Many aspects of my site are dynamic. I am using jquery. I have a div which once the DOM is ready is populated using load(). Then if a button is clicked, using load() once again, this value is replaced by another value. This kind of setup is common across my site. My homepage is essentially lots of dynamically loaded, refreshed, and changeable content. What are the repercussions of this for SEO? Ive seen sites where each page is loaded using load() and then displayed using the animation functions... It looks awesome ! People have posed this question before, but noone has answered it properly.