nofollow

0.0.2 • Public • Published

##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);


Readme

Keywords

none

Package Sidebar

Install

npm i nofollow

Weekly Downloads

1

Version

0.0.2

License

ISC

Last publish

Collaborators

  • cihankoseoglu