Tuesday, September 26, 2017

SEO challenges with Angular 4?

Angular is bad for SEO? Well maybe so. There is server-side loading to try to make a web site more crawlable. You cannot use lazy loading with it and you will want to use HostListener and HostBinding to manipulate DOM elements and not, for example, injected jQuery. Grabbing ahold of elements and wrangling them while using server-side loading is a little trickier.

No comments:

Post a Comment