---
title: 告别手动，文章发布后自动向Google提交收录
slug: google-instant-indexing
date: 2024-10-11
author: Frankie 徐
category: seo
tags: []
description: 获取google instant indexing api key 在登录了google账号的浏览器，打开如下链接： https://console.cloud.google.com/apis/library/indexing.googleapis.com?hl=en&amp;pli=1&amp;project=websi...
permalink: https://www.210k.cc/google-instant-indexing
---

## 获取google instant indexing api key

在登录了google账号的浏览器，打开如下链接：

[https://console.cloud.google.com/apis/library/indexing.googleapis.com?hl=en&pli=1&project=websiteprojects-360103](https://console.cloud.google.com/apis/library/indexing.googleapis.com?hl=en&pli=1&project=websiteprojects-360103)

如果之前没有用过，点击enable：

![image](./images/google-instant-indexing-img-1.png)

![image](./images/google-instant-indexing-img-2.png)

添加一个service account

![image](./images/google-instant-indexing-img-3.png)

下一步选择owner

![image](./images/google-instant-indexing-img-4.png)

然后直接选择done

![image](./images/google-instant-indexing-img-5.png)

点击编辑刚刚创建的service account，然后在keys tab中

![image](./images/google-instant-indexing-img-6.png)

![image](./images/google-instant-indexing-img-7.png)

点击add key > create new key

![image](./images/google-instant-indexing-img-8.png)

选择json，点击create

![image](./images/google-instant-indexing-img-9.png)

这样就会自动下载一个json文件，用记事本打开，把里面的内容复制下来。

## 设置seopress

粘贴到seopress的这个位置

![image](./images/google-instant-indexing-img-10.png)

![image](./images/google-instant-indexing-img-11.png)

同时bing indexing api key最后的“generate key”按钮，也点一下，就会自动生成bing的key（比较简单，只需要点一下。）

最后点击save chagnes保存。

## GSC授权

在GSC的用户管理中，添加一个用户，注意角色选择owner，把刚刚创建的service account那个邮箱地址复制过来保存即可。

![image](./images/google-instant-indexing-img-12.png)

![image](./images/google-instant-indexing-img-13.png)

## 手动提交收录

以后就可以手动在这里提交收录，而不需要去GSC后台了。

![image](./images/google-instant-indexing-img-14.png)

## 设置自动收录

在设置api key的时候，顺便把这个开关打开，以后在publish、update文章的时候，都会自动提交到google收录。

![image](./images/google-instant-indexing-img-15.png)

## 常见问题：

### 自动提交限制？

google每天200，bing每天1w

### 这个收费吗？

完全免费

### 那我还需要提交xml站点地图吗？

当然需要了。

### 这玩意对提高排名有用吗？

不一定，但是起码能第一时间向搜索引擎提交收录。

### 403错误？

别忘了在GSC中添加用户的时候，选择owner