Angular application indexed by Google Angular application indexed by Google angularjs angularjs

Angular application indexed by Google


In theory you shouldn't have to prerender your page to google crawler. They parse javascript nowadays. http://googlewebmastercentral.blogspot.ca/2014/05/understanding-web-pages-better.html

Google parses my angularJS website just fine. https://www.google.nl/search?q=site%3Atest.coachgezocht.nu

Using $locationProvider.html5Mode(true); and:

    RewriteEngine On    RewriteCond %{REQUEST_FILENAME} !-f    RewriteCond %{REQUEST_FILENAME} !-d    RewriteCond %{REQUEST_URI} !index    RewriteRule (.*) index.html [L]