nofollow
v0.0.2
Published
An npm package to give your a tags the rel no follow, so it's a link that you are not endorsing and it doesn't become relevant in your SEO
Downloads
6
Readme
##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);