friends.
I have site written in angular. How google or other search robots indexing this sites? What techniques can be used to allow robots to see pages content?
Internet says how optimise site on angular for indexing if $locationProvider.html5Mode(false); Exist method for indexing site if url of pages like: http://site.com/!#audio/1234
But in my site $locationProvider.html5Mode(true); That means that url of pages without !# http://site.com/audio/1234. But all content of page loades with javascript.
I need help. Thank you!