hexo-auto-canonical

0.1.1 • Public • Published

hexo-auto-canonical

Downloads npm LICENSE

A generator automatically make canonical link for hexo. You could use this module for your SEO of blog powered by hexo.

Installation

npm install --save hexo-auto-canonical

Usage

Add an auto canonical helper simply to your html's <head> block as follows:

with ejs,

<%- autoCanonical(config, page) %>

OR with jade,

| !{ autoCanonical(config, page) }

License

Copyright (c) 2016, HyunSeob. Licensed under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i hexo-auto-canonical

Weekly Downloads

54

Version

0.1.1

License

MIT

Last publish

Collaborators

  • hyunseob