📦 plugin-sitemap
这个插件会为你的站点创建一个站点地图,以便搜索引擎的爬虫能够更准确地爬取你的网站。
production only
这个插件在开发过程中始终不工作,只在生产环境中启用,因为它会在构建输出上工作。
安装流程
- npm
- Yarn
- pnpm
npm install --save @docusaurus/plugin-sitemap
yarn add @docusaurus/plugin-sitemap
pnpm add @docusaurus/plugin-sitemap
提示
如果你已经安装了 @docusaurus/preset-classic
,就不需要安装这个包了。
你可以通过预设选项配置这个插件。
配置
接受的字段:
参数 | 类型 | 默认值 | 描述 |
---|---|---|---|
changefreq | string | 'weekly' | 见站点地图文档 |
priority | number | 0.5 | 见站点地图文档 |
ignorePatterns | string[] | [] | 一列 glob 模式。匹配成功的路径不会出现在站点地图中。 注意你可能要在这里加上 base URL。 |
filename | string | sitemap.xml | 创建的站点地图的路径,相对于输出目录。 如果你有两个插件实例输出两个文件,会很有用。 |
信息
这个插件会读取某些站点配置:
noIndex
: results in no sitemap generatedtrailingSlash
: determines if the URLs in the sitemap have trailing slashes