I have implemented Angular Universal in angular 5 app. However, I could not see meta tags, source code in the view page source. When I inspect code in the developer tool, i see meta tags, keywords. But not in the source code. SEO Checker also could not find keywords. Is it normal?
Asked
Active
Viewed 462 times
0
-
No it's not normal; the principle of angular universal is to have the meta rendered server side. ANy errors in the console server side? – David Jul 30 '18 at 15:04
-
till yesterday there was no errors, but now it does not work without writing www.example.com/index.html, it throws an error like - Error: The XMLHttpRequest compatibility library was not found. i could not find any solution in the internet – Gulnar Faganli Aug 07 '18 at 06:42