主要步骤
- 添加站点地图
sitemap.xml
文件和搜索机器人文件robots.txt
- 提交站点到搜索引擎(百度和谷歌)
- hexo针对搜索的优化
添加站点地图
添加站点地图 sitemap.xml
添加hexo插件
1
2npm install hexo-generator-sitemap --save
npm install hexo-generator-baidu-sitemap --save修改
_config.yml
配置
1 | sitemap: |
搜索机器人文件robots.txt
在source目录下新建robots.txt
文件,文件内容如下:
1 | User-agent: * |
提交站点
- 谷歌Search Console 直接按照引导添加即可
sitemap.xml
文件 - 百度站长平台 按照其引导提交站点即可,主要是
sitemap.xml
文件
hexo优化建议
- 出站链接添加
nofollow
标签 - 添加关键字,主要在文章首部地方添加
keywords
和description
- 修改博文链接,将hexo默认
domain/year/month/day/postname
改为title
参考资料
- 本文作者: Qborfy
- 本文链接: https://www.qborfy.com/today/20230131.html
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!