Amzaing00 2019-11-03
博客写出来重要的一环就是分享,让他人浏览,所以被浏览器收入显得至关重要!
我们需要使用npm自动生成网站的sitemap,然后将生成的sitemap提交到百度和其他搜索引擎。sitemap是一种文件,您可以通过该文件列出您网站上的网页,从而将您网站内容的组织架构告知Google和其他搜索引擎。Googlebot等搜索引擎网页抓取工具会读取此文件,以便更加智能地抓取您的网站。
$ npm install hexo-generator-sitemap --save $ npm install hexo-generator-baidu-sitemap –-save
# 自动生成sitemap sitemap: path: sitemap.xml
保存文件,重新部署博客,查看:duansm.top/sitemap.xml。显示如下信息表示sitemap生成成功。