I would like to syndicate content from one website to sections withing many other websites.

So far I've been using iframe but the problem is that the content presented on these websites is not indexed hence does not improve SEO.

I was wondering if you have a solution for that?

A server-side implementation is an option but it requires more time-consuming integration each time the content is changing.

I was told that <object> implementation may be indexable by the search crawlers. Is it true?

Much obliged. MS.

Recommended Answers

All 2 Replies

You could always use curl (in php)

Use divs that are loaded using ajax. Take a look at www.montecitopicturecompany.com. The menubar links are actually javascript calls that use ajax to load server-side content (a mix of static html and java server pages). If you google the site you'll see that the ajax-loaded content is indexed.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.