hexo 自建博客如何被 google 收录?
2023-7-4
| 2024-9-29
0  |  Read Time 0 min
type
status
date
slug
summary
tags
category
icon
password
 

测试站点是否被 google 收录

测试方法:打开 google 主页,在搜索框键入 site:blog.wukaige.com
未被收录:
notion image
被收录:
notion image

安装 hexo-generator-sitemap 插件

hexo-generator-sitemap 可自动在根目录生成 sitemap.xml 文件
安装: npm install hexo-generator-sitemap --save
在 <u>_config.yaml</u> 文件中添加:

提交站点 URL 到 Google Search Console

打开 Google Search Console 并添加网站资源
notion image
在下面添加你的博客 url 链接,并点击 CONTINUE,根据提示授权 Google 访问你的网站。
notion image
这里填入自动生成的 sitemap.xml ,状态为 Success 代表添加成功。
notion image

测试 Google Search Console 是否配置完成

在这里填入你的博客地址:
notion image
下面是你的网站状态:
notion image
URL is not on Google,问题不大,可能是刚刚收录还没来得及抓取你的网站。
点击右上角的 TEST LIVE URL 测试配置是否成功:
notion image
出现这个页面代表配置没问题。

参考链接

  • hexo
  • linux 双网卡做 bond0frp + nginx 实现不同子域名访问同一主机不同服务
    Loading...