I'm working on a Single Page Application developed in AngularJs and using Prerender.io for known SEO issues. In AngularJs I set Prerender.io following this tutorial.
Except for the home page, all other pages are rendered correctly; I think the homePage has a timing problem because it has a list that needs to be populated and this could slow it down a lot.
It is sufficient to use the variable $window.prerenderReady and ng-cloak or there may be other solutions (AngularJs or Prerender.io settings)
to be applied to solve the problem?
Thank you