hexojs / hexo-filter-nofollow

Add nofollow attribute to all external links automatically.
MIT License
38 stars 7 forks source link
hexo hexo-filter hexo-plugin nofollow seo

hexo-filter-nofollow

npm version npm license build status npm download

Add nofollow attribute to all external links automatically.

hexo-filter-nofollow add rel="noopener external nofollow noreferrer" to all external links for security, privacy and SEO. Read more.

Installations

$ npm i hexo-filter-nofollow --save

Options

nofollow:
  enable: true
  field: site
  exclude:
    - 'exclude1.com'
    - 'exclude2.com'