-3

I am in initial stages of creating a public website with client-side rendering using AngularJS. I've read in many forms that dynamic generated content won't be indexed by Google. Is there any way to go forward without affecting search engine indexing and ranking or should I shift to the conventional development ?

My client want it to be done in AngularJS. So I just wanna make sure that there is no workaround before I start convincing them.

John Conde
  • 217,595
  • 99
  • 455
  • 496
Aneesh Mohan
  • 1,077
  • 8
  • 17

2 Answers2

3

Googlebot can now process JavaScript so you don't need to do anything to make that content accessible to Google

John Conde
  • 217,595
  • 99
  • 455
  • 496
0

You can also use a service like prerender.io or built your own pre-rendered version by using tools like PhantomJS.

Here is a nice article about AngularJS SEO with PhantomJS: http://lawsonry.com/2014/05/diy-angularjs-seo-with-phantomjs-the-easy-way/

alfrescian
  • 4,079
  • 1
  • 18
  • 20