Search code examples
javascriptsearchindexingsearch-enginerobots.txt

Does google robot index text from javascript document.write()?


Lets say I have this:

<script type="text/javascript">
    var p = document.getElementById('cls');
    p.firstChild.nodeValue = 'Some interesting information';
</script>

<div id="cls"> </div>

So, google robots will index text Some interesting information or not?

Thanks!


Solution

  • Update SearchEngine watch has recently mentioned that Google bot has been improvised to read JavaScript, to quote exactly

    it can now read and understand certain dynamic comments implemented through AJAX and JavaScript. This includes Facebook comments left through services like the Facebook social plugin.