
Security News
Node.js TSC Votes to Stop Distributing Corepack
Corepack will be phased out from future Node.js releases following a TSC vote.
vuepress-plugin-china-search-console
Advanced tools
Supply Chain Security
Quality
Maintenance
Vulnerabilities
License
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搜索收录, 页面自动推送头条搜索收录。
yarn add -D vuepress-plugin-china-search-console
# or
npm install -D vuepress-plugin-china-search-console
// .vuepress/config.js
import { searchConsolePlugin } from 'vuepress-plugin-china-search-console'
module.exports = {
plugins: [
searchConsolePlugin({
// options ...
})
]
}
// .vuepress/config.ts
import { defineUserConfig } from 'vuepress'
import { searchConsolePlugin } from 'vuepress-plugin-china-search-console'
export default defineUserConfig({
plugins: [
searchConsolePlugin({
// options ...
})
]
})
export interface SearchConsolePluginOptions {
/**
* @description: baidu 统计id | 填写后开启百度统计分析
* @see: https://tongji.baidu.com/web/help/article?id=175&type=0&from_query=%E4%BB%A3%E7%A0%81%E8%8E%B7%E5%8F%96&index=0
*/
baiduId?: string
/**
* @tip: 由于默认头条自动推送采用https,使用http网页不会生成
* @description: 头条搜索 自动推送id | 填写后开启头条搜索自动推送
* @see: https://zhanzhang.toutiao.com/page/inner/link/auto_include
*/
toutiaoAutoPushId?: string
/**
* @description: 是否开启百度自动推送 | 即页面自动推送收录建议
* @default: true
*/
autoPushBaiduSwitch?: boolean
/**
* @tip: 2021-01-27 获得官方邮件回复,目前自动收录已不使用
* @description: 是否开启360自动推送 | 即页面自动推送收录建议
* @default: false
*/
autoPush360Switch?: boolean
}
sitemap
和 robots.txt
,vuepress官方也正在提交审核阶段,相信很快就会有了。plugin-sitemap。推出后大家就可以去各个站长平台提交自己的 sitemap
地址了。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 ?
FAQs
VuePress plugin - China search console
We found that vuepress-plugin-china-search-console demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.
Research
Security News
Research uncovers Black Basta's plans to exploit package registries for ransomware delivery alongside evidence of similar attacks already targeting open source ecosystems.
Security News
Oxlint's beta release introduces 500+ built-in linting rules while delivering twice the speed of previous versions, with future support planned for custom plugins and improved IDE integration.