博客寫出來重要的一環就是分享,讓他人瀏覽,因此被瀏覽器收入顯得相當重要!
咱們須要使用npm自動生成網站的sitemap,而後將生成的sitemap提交到百度和其餘搜索引擎。sitemap是一種文件,您能夠經過該文件列出您網站上的網頁,從而將您網站內容的組織架構告知Google和其餘搜索引擎。Googlebot等搜索引擎網頁抓取工具會讀取此文件,以便更加智能地抓取您的網站。web
$ npm install hexo-generator-sitemap --save $ npm install hexo-generator-baidu-sitemap –-save
# 自動生成sitemap sitemap: path: sitemap.xml
保存文件,從新部署博客,查看:duansm.top/sitemap.xml。顯示以下信息表示sitemap生成成功。npm