I keep hearing about javascript templating engines like knockoutjs or backbone recently. They all seem pretty cool but I was wondering if using such systems prevents good indexing of web pages.
Are the search engines' crawlers able to parse the javascript data? I thought it was bad practice to put the page's content in javascript as it was not parsed by some of these crawlers.