4

I have a web site developed in AngularJS that I need to be crawl-able by Google, so I followed this tutorial: http://www.yearofmoo.com/2012/11/angularjs-and-seo.html

All well and good, but the HTML it outputs still has ng-repeat directives and the filters do not seem to be working:

Regardless of what termId I use all the items are shown instead of the filtered list.

Is this even possible as the filtering happens once the page is completely loaded?

Ben Southall
  • 637
  • 1
  • 10
  • 16
  • Are you setting a 'status' message in the DOM once all your AngularJS code (including filtering) has completed? http://www.yearofmoo.com/2012/11/angularjs-and-seo.html#sptting-out-the-html-pages – Michael Angstadt Jan 10 '15 at 17:01
  • Possible duplicate of [Page is not completely loaded/rendered when onLoadFinished fires](http://stackoverflow.com/questions/27260702/page-is-not-completely-loaded-rendered-when-onloadfinished-fires) – Paul Sweatte Aug 19 '16 at 17:39

0 Answers0