YACS-RCOS / yacs-web

Frontend for YACS!
MIT License
5 stars 14 forks source link

Implement Angular Universal for SEO #36

Open Bad-Science opened 6 years ago

Bad-Science commented 6 years ago

YACS is not search optimized. We would like all pages to be indexed, especially the courses views.

The de-facto way to do this with Angular seems to be using Angular Universal. See: https://github.com/angular/angular-cli/wiki/stories-universal-rendering

The slightly tricky part will be making Angular Universal work in production with nginx.