my current html looks like this:
<title ng-bind="title">Loading</title>
<meta name="description" content="[[description]]">
<base href="/">
<meta name="fragment" content="!">
angular.js config:
$locationProvider.html5Mode(true);
$locationProvider.hashPrefix('!');
I thought it's enough to let the googlebot index site correctly. But nope, it's not taking correct title or description. If I run "fetch as googlebot" site renders correctly..What should I do?