AngularJS content and Google
问题 Recently I've seen articles stating that Google now crawls sites and renders CSS and Javascript. Example article by Google themselves: http://googlewebmastercentral.blogspot.co.uk/2014/05/understanding-web-pages-better.html I have a single page application setup in Angular with HTML5 mode on the routing. An ng-view in my index.html is populated based on the URL like so: app.config(function($routeProvider, $locationProvider){ $locationProvider.html5Mode(true); $routeProvider.when("/", {