虽然301网站从.de重定向到.com,谷歌索引.de网站

时间:2017-08-25 13:27:16

标签: wordpress redirect indexing seo google-search-console

我有一个网站example.de。比我用example.com更改域名。我在谷歌搜索控制台中添加了example.com,而不是https://support.google.com/webmasters/answer/83106?hl=en中的每个步骤。

我2个月前做过这个。我知道,谷歌需要180天更新索引,但2个月内的索引链接增加而不是减少。

我今天在google检查了example.de,我在Google索引中找到了example.de主页,即今日编入索引。它看起来像谷歌索引所以:

Title       : current title of example.com - example.com
url         : example.de
Description : current description of example.com

我无法理解,这是怎么可能的。为什么example.com的标题和描述以及example.de的URL?

301从example.de重定向到example.com确实很有效。我在谷歌搜索控制台中也通过“抓取谷歌”查看了一切正常。但是example.de网站索引的网页越来越多。

这是一些Bug吗?

抱歉我的英文。

1 个答案:

答案 0 :(得分:0)

我建议你首先检查你的重定向是否是重定向匹配301而不仅仅是重定向301,这是正确的搜索引擎优化方法:

## Redirect example.de to example.com    
RedirectMatch 301 ^/(.*)$ http://example.com/$1

重定向匹配301将SEO重定向所有页面,图像,文件。

其次,返回您的网站站长工具,检查“地址更改工具”的第三步是否已确认。

在网站站长工具中,您应该检查安全问题部分:

https://www.google.com/webmasters/tools/security-issues?hl=fr&siteUrl=example.de

同样手动操作https://www.google.com/webmasters/tools/manual-action?hl=fr&siteUrl=example.de

如果您发现任何问题,请先修复它们然后重新提交。

最后一个非常重要的建议是:检查旧域链接(example.de)的全新网站页面源代码(example.com)。不要留下单个链接,甚至是指向旧域的图像;确保他们指向您的example.com。

关于您的问题这是一些错误吗?:这不是一个错误,Googlebot需要时间来识别新域名。但不要担心它不会以任何方式影响您的网站。只要确保遵循建议,以免浪费更多时间。

祝你好运,