51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

Hexo使用 hexo-filter-nofollow 加强网站SEO和防止权重流失

引言 {#引言}

为网站使用到的所有外链添加rel="noopener external nofollow noreferrer", 可以有效地加强网站SEO和防止权重流失。

hexo-filter-nofollow插件自动将nofollow属性添加到所有外部链接。

安装方法 {#安装方法}

|-----------|-------------------------------------------| | 1 | npm i hexo-filter-nofollow --save |

配置选项 {#配置选项}

|---------------------|---------------------------------------------------------------------------------------| | 1 2 3 4 5 6 | nofollow: enable: true field: site exclude: - 'exclude1.com' - 'exclude2.com' |

参数说明 {#参数说明}

|---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 1 2 3 4 5 6 | enable - 是否启用插件。默认值为:true field - 您希望插件继续的范围可以是"site"或"post"。默认值为:site 'post' - 仅将nofollow属性添加到帖子内容中的外部链接 'site' - 将nofollow属性添加到整个网站的外部链接 exclude - 排除主机名。指定子域(如果适用),包括www 'exclude1.com' 不适用用 www.exclude1.com 或者 en.exclude1.com. |

访问地址 {#访问地址}

hexo-filter-nofollow


赞(3)
未经允许不得转载:工具盒子 » Hexo使用 hexo-filter-nofollow 加强网站SEO和防止权重流失