0.0.4 • Published 2 years ago

vuepress-plugin-baidu-seo v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vuepress-plugin-baidu-seo

Baidu SEO plugin for vuepress v1.x

Install

$ yarn add -D vuepress-plugin-baidu-seo

# or

$ npm install -D vuepress-plugin-baidu-seo

Usage

module.exports = {
  plugins: [
    ['vuepress-plugin-baidu-seo', {
      ignoreLocal: true,
      hm: 'xxxxxxx'
    }]
  ]
}

Options

Baidu Tongji

hm

  • Type: String
  • Default: undefined
  • Description: the code of baidu tongji

ignoreLocal

  • Type: Boolean
  • Default: false
  • Description: ignore 127.0.0.1 and localhost access for baidu tongji
0.0.3

2 years ago

0.0.2

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago