Tagged Questions
3
votes
5answers
435 views
Does heavy JavaScript use adversely impact Googleability?
I've been developing the client-side for my web-app in JavaScript.
The JavaScript can communicate with my server over REST (HTTP)[JSON, XML, CSV] or RPC (XML, JSON).
I'm writing writing this ...