Yapp.js: Build large client-side applications in a structured way
friendcode.github.io
Yapp.js: Build large client-side applications in a structured way
1–10 of 11 posts
Re: Yapp.js: Build large client-side applications in a structured way
#2Re: Yapp.js: Build large client-side applications in a structured way
#3I want to build website with Yapp.js, my business model involves SEO, how can I do this in your framework?
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.
Re: Yapp.js: Build large client-side applications in a structured way
#4Re: Yapp.js: Build large client-side applications in a structured way
#5I 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 n…
Re: Yapp.js: Build large client-side applications in a structured way
#6Re: Yapp.js: Build large client-side applications in a structured way
#7I want to build website with Yapp.js, my business model involves SEO, how can I do this in your framework?
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
Re: Yapp.js: Build large client-side applications in a structured way
#8Re: Yapp.js: Build large client-side applications in a structured way
#9Re: Yapp.js: Build large client-side applications in a structured way
#10I want to build website with Yapp.js, my business model involves SEO, how can I do this in your framework?
Based off this article http://backbonetutorials.com/seo-for-single-page-apps/