Agree with Bharat,

There are node.js module called prerender.io i use it on my learning 
project -> triphore.herokuapp.com

check the source in these links:
1. http://tripmoo.herokuapp.com/*#!*/trips
2. http://tripmoo.herokuapp.com/*?_escaped_fragment_=*/trips

Prerender.io check your url if it contains "*?_escaped_fragment_="*. If so 
the server will render the view and send static page instead of js page.
I can use prerender to render static page from my angular app and modify 
the meta tag like facebook, twitter, and so on...

On Thursday, May 8, 2014 7:33:47 AM UTC+7, Bruce Whealton wrote:
>
> I was wondering about the impact of  AngularJS on SEO.  It seemed like the 
> prevailing wisdom was that the Google bot could not read what was in 
> JavaScript, at least not in the sense of reading html and the content 
> within tags.  So, with angularjs, we have code sent from the server to the 
> browser.  Other than with nodejs, javascript isn't running on the server. 
>  However, Angular.JS compiles the view data, I believe...the data from the 
> page scope that is presented in between braces.  So, when the site is being 
> indexed, is the google bot seeing the same thing the browser sees, in terms 
> of view content?
> Thanks in advance for any help,
> Bruce

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to