When searching for my site in Google this indexes a certain code of angular and shows it in the results
in my index.html I print Json's information in this way
<li><a href="vehiculos.html">{{ common.nav.vehicles }}</a></li>
<li><a href="Empresas.html">{{ common.nav.copanies }}</a></li>
<li><a href="contactos.html">{{ common.nav.contacts }}</a></li>
Sorry for the novice, it's done that way since the site is multi-language.