0.0.2 • Published 8 years ago

nofollow v0.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

##nofollow

nofollow gives your links the rel attribute of 'nofollow'

The nofollow keyword indicates that the link is not endorsed by the original author or publisher of the page, or that the link to the referenced document was included primarily because of a commercial relationship between people affiliated with the two pages.

###Usage

var noFollow = require('./nofollow');

var link = document.getElementById("somelink");

noFollow.addNoFollow(somelink);