vuepress-plugin-china-search-console
Home: https://vuepress.qbb.sh/china-search-console/
Source: Github
Vuepress2 plugin: For the Chinese search engine console, include baidu analytics, vuepress page auto push baidu search engine, auto push 360 search engine and auto push toutiao(bytedance) search engine.
针对Vuepress2的SEO增强插件:包含 百度统计,页面自动推送百度收录,页面自动推送360搜索收录, 页面自动推送头条搜索收录。
Install
yarn add -D vuepress-plugin-china-search-console
npm install -D vuepress-plugin-china-search-console
Use JS:
import { searchConsolePlugin } from 'vuepress-plugin-china-search-console'
module.exports = {
plugins: [
searchConsolePlugin({
})
]
}
Use TS:
import { defineUserConfig } from 'vuepress'
import { searchConsolePlugin } from 'vuepress-plugin-china-search-console'
export default defineUserConfig({
plugins: [
searchConsolePlugin({
})
]
})
Options:
export interface SearchConsolePluginOptions {
baiduId?: string
toutiaoAutoPushId?: string
autoPushBaiduSwitch?: boolean
autoPush360Switch?: boolean
}
Other
- 借鉴了 Vuepress2官方插件 - google分析
- 自动收录 :就是借浪打浪的思想,利用用户访问你的网站,网站发起给搜索引擎,进而提高你网站的曝光度。至于有多少成效其实要看搜索引擎了。
- 由于百度和360自动收录是代码是固定的,但头条需要一个token,需要去站长平台进行查询,虽然自动推送比较方便但还是建议大家都去站点平台提交站点地图比较好。
- 其实目前来看最省心的 SEO 是设置
sitemap
和 robots.txt
,vuepress官方也正在提交审核阶段,相信很快就会有了。plugin-sitemap。推出后大家就可以去各个站长平台提交自己的 sitemap
地址了。 - 本来该插件是只想做百度分析,但是自动推送收录这个随便一起集成了。
- 建议在百度统计 管理页面点击侧边栏的单页应用设置,开启单页应用数据统计
如何获取百度统计id:
- 进入百度站长页面
如何获取头条自动推送id
- 进入头条站长页面
License
MIT
Copyright (c) 2022-present Qiubin Zheng zhengqbbb@gmail.com (https://github.com/Zhengqbbb)
I just try my best to make thing well, Could you give a star ⭐ to encourage me ?