10 comments

[ 3.4 ms ] story [ 40.3 ms ] thread
I want to build website with Yapp.js, my business model involves SEO, how can I do this in your framework?
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.
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...
looking at that scary diagram and thinking "will all yapp apps (yapps?) be as structural as the underlying framework?"
I like it - its pretty much my current app set-up for backbone + marionette, but done in a better structure.