PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

Adding SEO support #238

Closed agarwalvinit closed 6 years ago

agarwalvinit commented 6 years ago

Hi Guys, Thanks for creating this boilerplate app. It would be nice if there could be SEO support as I haven't seen any seo supported boilerplate. Again just a suggestion. Thanks !

fesor commented 6 years ago

This is very depend on project. AngularJS doesn't have any ability to preform server side rendering. You could use https://github.com/prerender/prerender for this, but I don't think that we could generalize such solutions so it will appear in starter.

So closing this for now.