I was just curious if web search bots, namely the google bot, can read javascipt/text arrays and include them in the search results? for example:

<script type="text/javascript">
var text = new Array(); 
text["what"] = "blah blah blah";
text["who"] = "blah blah blah";
text["how"] = "blah blah blah";
</script>

So to rephrase, will a google bot read the blah blah blah and include it in search and ranking system?

Thanks
-emrys

    Unless the Javascript is put somewhere in the main body the Google bot should miss it.

      Anyway i just checked on google and none of that text comes up. So for future note that process doesnt work 🙂

      thanks
      -emrys

        Write a Reply...