0.2.0 • Published 6 years ago
vuepress-plugin-canonical-with-pagination v0.2.0
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: ''
}
]
]
}