Angular meta tag information does not show in google
问题 I have angular base application yuppi.com.ua and I am using meta directive to bind content description for all pages using following code: <meta ng-if="meta.description != undefined" name="description" content="{{meta.description}}" /> When I inspect code I see that generated HTML contains exect what I need: <meta class="ng-scope" content="Yuppi - самая большая в Украине доска бесплатных объявлений" name="description" ng-if="meta.description == undefined"/> But when I search my site in Google