Forum Moderators: open
I am in the early stages of starting a service that will syndicate content to webmasters.
I'm looking for a method that will let webmasters easily aggregate this content. At the same time the content will have to be SEO friendly.
3 options that i have looked at:
JavaScript - I'm unsure if SE bots can read this content.
Iframe - From my research SE bots will not index the page the iframe is being displayed on. Bots will index the page that the iframe is sitting on, which isn't useful.
XSLT - is great for SEO because html will be rendered server side. The problem is that webmasters would have to install an app on their server which would perform the XML transformation. This makes things too complicated because a lot of webmasters wont bother using this service if they have to go to the trouble of installing a web app.
Is JS my best route? I do know that SE bots are getting better at reading content from javascript because of new Ajax style sits.
Anyone's insight or suggestions would be greatly appreciated.
Presumably you are keen that the syndicated content be accessible to the search engine bots.
On the other hand maybe from a SEO perspective you could have a duplicate content problem.
Picture this:
content entry service --> syndication process --> webmasters site