My question is simple: is KnockoutJS SEO friendly? I'm having a website and using Knockout data template intensively, but I'm doubting if Google crawler would ever find out about my site, as the page is a large bunch of template, no real HTML markup is present.And how can I improve this? Using RSS?
Check out this article:
In short, with html5 pushstate, you can easily take advantage of both worlds: 1. the speed of ajax 2. the ability to display page content normally for clients with no js support (including search engines)