Being pretty much a novice with JS, I would appreciate it if someone would explain how to create a text link with JS that is totally "unspiderable" as in I don't want the link getting followed and the page getting indexed. Thanks.
garann
8:55 pm on Dec 9, 2003 (gmt 0)
How about <a href="javascript:location.href='unspiderableLink.html';">Click here if you're not a spider!</a>?
jim_w
9:04 pm on Dec 9, 2003 (gmt 0)
You can also put the js into a js file and call it like…