I have a few sections of my homepage that load remote XML feeds. Even though they cache it locally for a period of time (15-30 minutes), there's still a chance of the occasional delay of up to 30 seconds while fetching new data.
So now I'm loading these in an Ajax script instead of directly from the page.
My question is, will Google and other search engines still read the data that's on these Ajax-fetched pages as part of the homepage? It's not a big deal either way, I just need to know how much attention to pay them for SEO.