hexo网站提高SEO优化方法
主要步骤
- 添加站点地图 sitemap.xml文件和搜索机器人文件robots.txt
- 提交站点到搜索引擎(百度和谷歌)
- hexo针对搜索的优化
添加站点地图 sitemap.xml
1.添加hexo插件
1 | npm install hexo-generator-sitemap --save |
2.修改_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
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.