I have a page that has two parts that are slower loading. As they are already ASCXes, it would be trivial to render them asynchronously with jQuery.
That would mean, obviously, that the content in question isn't pumped to the browser on the first trip, but rather 200ms or so behind it.
Do the spiders evaluate the content that loads via script? Does it have an affect on ranking?
And if not, wouldn't that allow a malicious SEO abuser to climb the rankings by replacing content after loading the page (achieving higher rankings due to use of popular search terms in the first push by the browser, replacing the content with crap ads after the page loads via script)?
Finally, does it make any difference if the content being loaded is loaded into empty divs/elements versus those already populated by text? On first thought it seems more legit that a small placeholder div with not a lot in it is being used by a site developer to improve UX.
Cheers.