Hi! I wrote a little website with AngularJS. I have been searching for info 
on how Google handles Angular sites, but I'm a bit confused. It seems there 
have been changes with how Google bot handles javascript so older advice is 
not necessarily up-to-date anymore. Do I still need to have my server 
render html to Google? I tried using "Fetch as Google" on Google's search 
console and it only shows my index.html with no data inserted. The bindings 
show with double curlies ("  {{ someData }}"). How can I make Google bot 
wait for when the data has been fetched and inserted? I'm using a websocket 
connection to communicate with my server. Is it possible to control when 
the document is considered ready? Should I give up and use PhantomJS or 
something to render html to Google? I'm a bit confused since there are 
posts on the internet that seem to suggest Google would be able to handle 
AngularJS. 

-- 
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to