hexo-nofollow-only

1.0.1 • Public • Published

hexo-nofollow-only

Adds nofollow attribute to all external links in your hexo blog posts automatically.

Features

  • Add rel="external nofollow" ONLY (not noreferrer, noopeener) to all external links, SEO friendly.

Install

$ npm install hexo-nofollow-only --save

Options

You can configure this plugin in _config.yml.

nofollow:
	enable: true
	exclude:
    - exclude1.com
    - exclude2.com
  • enable - Enable the plugin. Defaults to false.
  • exclude - Exclude hostname

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i hexo-nofollow-only

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    3.52 kB

    Total Files

    5

    Last publish

    Collaborators

    • devtox