Is it good practice to base a web application on browser AJAX calls – SEO
In a standard MVC web application, is it ok to render most of the content with ajax calls? Let's take Facebook as example, they load dynamically most of the content. Should we follow this approach? What measures should we take…