Writing text with JavaScript

This page is testing various different methods of writing text (in this case, links) with JavaScript, to see what the different search engines can work out (by what they follow). I've put in one NoScript, but it wasn't needed for all of them.

Lets get started with a plain old document.write

Next we'll try document.writeln

Next lets write multiple bits of text, but in one write method:

Next lets write multiple bits of text, in multiple write methods (it still makes a valid link):

Write the contents of a variable:

This time document is assigned to a var then written to:

This time it calls a function

This time it's simply wrapped in an eval

This is heavily obfuscated using The Enkoder Form

This time it calls a function in an external file

This time it calls a function in an external file that is excluded by robots.txt

Lastly, this one is a plain old document.write but writing a plain text link

Page: NRTestsSpideringJsWrite