I have a SPA project (AngularJS). I build my project for each customer separately. When google robots crawl my web page, they just crawl source code then, source code indexed in search result. But if I say fetch and render from webmaster tools every things OK! Google indexed the rendered code and show it in search result. I wonder that. Is there any meta definition to say "Hey google fetch and render this page"? Such as :
<meta name="robots" content="index,follow,render">