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, I see some text from footer but there should content description from . is anybody know what is wrong
Google will choose your search results snippets from the following places (not necessarily in this order):
This means that just because you have a meta description tag doesn't mean Google is going to use it.