Google Search Console 在 UI 中抛出错误:'noindex' 在 'X-Robots-Tag' http header 中检测到

Google Search Console throws error in UI: 'noindex' detected in 'X-Robots-Tag' http header

在 Google Search Console 中尝试抓取我的网站时,我在我的每个网页上都看到了以下错误:

我将 X-Robots-Tag 更新为具有以下内容:< X-Robots-Tag: usasearch all; googlebot all; none 并验证这是与 Google's Robots Testing tool that Googlebot and Googlebot-Mobile are both allowed. Also confirmed here is what a server header checker tool shows 一起使用的:

Final response 
< HTTP/1.1 200 OK
< Server: nginx
< Content-Type: text/html; charset=UTF-8
< Transfer-Encoding: chunked
< Connection: keep-alive
< Keep-Alive: timeout=300
< Vary: Accept-Encoding, 
< Cache-Control: must-revalidate, no-cache, private
< Date: Fri, 27 Sep 2019 21:04:41 GMT
< X-Drupal-Dynamic-Cache: UNCACHEABLE
< Link: ; rel="shortlink", ; rel="canonical"
< X-UA-Compatible: IE=edge
< Content-language: en
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN, SAMEORIGIN
< Expires: Sun, 19 Nov 1978 05:00:00 GMT
< X-XSS-Protection: 1; mode=block
< Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
< X-Robots-Tag: usasearch all; googlebot all; none

然而,无论我使用 URL Inspect tool 多少次,我都会得到与上图相同的错误。不知道我还需要做什么。我是不是应该等一下,因为最近才完成更改?

有什么建议吗?

似乎 Google 默认为 X-Robots-Tag 中最严格的标签。在这种情况下 none。删除该属性后,搜索控制台能够正确访问并索引该页面。

我的网站也遇到过一次问题。那时我在博客上。我记得编辑主题并从中删除 noindex 代码部分。问题已解决。但是,我现在在使用 Wordpress。