I have to load remote content in several sites and I'd like to know which is the best technique. I know I can go trough an <iframe> but it isn't SEO friendly. I want the content to be found and indexed by Google and the other search engines.
Which is the best way?
<iframe>- load the content into a
<div>using jquery or other JavaScript