skip to Main Content

angular.js seo – google indexing

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.…

VIEW QUESTION
Back To Top
Search