vuepress-plugin-canonical-with-pagination
v0.2.0
Published
Add link canonical and next/prev to Your vuepress blog
Downloads
6
Maintainers
Readme
Vuepress Plugin Canonical with pagination
Add <link rel='canonical' ...>, <link rel='next' ...> / <link rel='prev' ...> to your vuepress site. Project extends vuepress-plugin-canonical
Install
npm i vuepress-plugin-canonical-with-pagination -DUsage
Read How to use vuepress Plugin first, modify your .vuepress/config.js.
module.exports = {
plugins: [
[
'vuepress-plugin-canonical-with-pagination',
{
baseURL: 'https://google.com', // base url for your schema, mandatory, default: ''
}
]
]
}