https://github.com/techiediaries/jekyll-autonofollow
jekyll-autonofollow is a Jekyll plugin that adds rel="external nofollow" and target="_blank" to all external urls in your posts.
https://github.com/techiediaries/jekyll-autonofollow
jekyll jekyll-autonofollow jekyll-plugin nofollow
Last synced: 8 months ago
JSON representation
jekyll-autonofollow is a Jekyll plugin that adds rel="external nofollow" and target="_blank" to all external urls in your posts.
- Host: GitHub
- URL: https://github.com/techiediaries/jekyll-autonofollow
- Owner: techiediaries
- License: mit
- Created: 2016-11-28T10:41:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T16:15:56.000Z (almost 9 years ago)
- Last Synced: 2025-04-15T04:33:45.839Z (about 1 year ago)
- Topics: jekyll, jekyll-autonofollow, jekyll-plugin, nofollow
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
jekyll-autonofollow
=========
jekyll-autonofollow is a Jekyll plugin that adds rel="nofollow" to all external urls in your posts.
The plugin adds rel="external nofollow" to all external links, make your website SEO friendly.
The plugin adds target="_blank", which opens external links in new window or tab
## Installation
gem install jekyll-autonofollow
## Usage
Enable and configure your plugin in _config.yml by adding the following
nofollow:
enable: true
exclude:
- site1.com
- site2.com
First you specify enable : true to enable the plugin .
Then you can optionally add a set of urls to exclude which means the plugin won't add rel="nofollow" when it encouters any link pointing to the excluded urls.
## Contributing
You are more than welcome to contribute.
Simply fork the repo and send a pull request.
Created by [Techiediaries](https://www.techiediaries.com)
## Release History
* 1.0.0 Initial release