We also built Googlee (https://github.com/FriendCode/googlee), it's a service using PhantomJS, allowing you to snapshot the HTML of any Javascript based website.
Depending on how many pages you want indexed, I would pre-index your website with Googlee (periodically) and cache the results to disk, so you can quickly serve the HTML to Google and other bots.
Feel free to shoot me an email at aaron@friendco.de if you need any help.
As already mentioned, there is a startup called yapp: https://www.yapp.us/. I am not affiliated with them but I will suggest you change the name to something else.
I have made a service that takes care of this for javascript sites that don't want to mess with maintaining this system themself. http://www.BromBone.com
Are your URLs predictable? If that's not the case, then I highly recommend you to take a look a http://seo4ajax.com (disclaimer: I'm one of the co-founder) which is the only service that handles this problem correctly.
Ironically, there's a company called Yapp (https://www.yapp.us/) that's one of the biggest users of Ember.js that I know of. Was super confused when I saw the title...
10 comments
[ 3.4 ms ] story [ 40.3 ms ] threadDepending on how many pages you want indexed, I would pre-index your website with Googlee (periodically) and cache the results to disk, so you can quickly serve the HTML to Google and other bots.
Feel free to shoot me an email at aaron@friendco.de if you need any help.
Google has documented this method here: https://developers.google.com/webmasters/ajax-crawling/
I have made a service that takes care of this for javascript sites that don't want to mess with maintaining this system themself. http://www.BromBone.com
Based off this article http://backbonetutorials.com/seo-for-single-page-apps/