Hexo SEO 优化
添加站点地图
安装插件
1 | npm install hexo-generator-sitemap --save |
配置
1 | #hexo sitemap |
添加 robots
站点 source 下添加 robots.txt
1 | User-agent: * |
添加到 Google
- 在 Google Search Console 添加站点地图
- 在 百度 添加站点地图
Hexo SEO 优化
1 | npm install hexo-generator-sitemap --save |
1 | #hexo sitemap |
站点 source 下添加 robots.txt
1 | User-agent: * |