I am trying to build a mobile web app whose content has top be crawled by search engines, its an idea that we are willing to test call it an MVP.
Currently we are considering using AngularJS on the front-end and then Ruby for the webservice.<p>I have been thinking about how well angularJS apps work well with search engines as it is imperative that the site is crawlable and also what would be the most efficient language to build a fully functioning, scalable web service. We have the option of PHP, Ruby, Python.<p>Thanks in advance
You might want to check this for the crawling issue: <a href="http://blog.earlyclaim.com/get-your-javascript-website-perfectly-crawled-with-docker/" rel="nofollow">http://blog.earlyclaim.com/get-your-javascript-website-perfe...</a>
For the webservice I would choose Symfony but it really does not matter what language you choose.