Does heavy JavaScript use adversely impact Googleability?

Posted by A T on Programmers See other posts from Programmers or by A T
Published on 2012-06-04T03:49:22Z Indexed on 2012/06/04 4:47 UTC
Read the original article Hit count: 250

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 decoupled client in order to use the same code for both my main website and my PhoneGap mobile apps.

However recently I've been worrying that writing the website with almost no static content would prevent search-engines (like Google) from indexing my web-page.

I was taught about this restriction about 4 years ago, which is why I'm asking here, to see if this restriction is still in-place.

Does heavy JavaScript use adversely impact Googleability?

© Programmers or respective owner

Related posts about JavaScript

Related posts about google