View Single Post
  #2 (permalink)  
Old 08-07-2012, 01:13 AM
J. H. Rasmussen J. H. Rasmussen is online now
Super Moderator
 
Join Date: 11-11-11
Location: Copenhagen, Denmark
Posts: 1,856
iTrader: 0 / 0%
dofollow and nofollow is for crawlers, and crawlers don't execute javascript.

By default links are dofollow, if you want a link to be nofollow, you will need to add "manually" the rel="nofollow" to the link.

If you want all links on a page to be nofollow, then you can add a meta-tag in the header of the document:
Quote:
<meta name="robots" content="nofollow">
You can't do it with javascript.
 
Reply With Quote