angular - Angular2 set meta title and description -


i created angular2 website , while build setup meta title , description along lines of tutorial did http://blog.devcross.net/2016/03/20/angular-2-seo/. seemed work , title in browser actual updated ok. problem when view source of site still shows me html source resides in main index.html file not updated values.

when check source in console firebug lite shows me updated meta titles , description.

what doing wrong or missing?

when see page's source code, no javascript executed, not able see changes aplied angular. normal. aren't doing wrong based on that.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -