在 Google 搜索中删除指向已停用网站的旧链接

Get rid of old links to a retired website in Google search

我的网站已被另一个域名不同的网站所取代。

在 Google 搜索中,我可以找到指向旧站点页面的链接,希望它们不会在以后的 Google 搜索中出现。

这是我所做的,但我不确定它是否正确或足够。

  1. 访问旧网站的任何页面都会立即重定向到新网站的首页。两个站点之间没有一对一的页面映射。这是旧网站上重定向的代码:

<meta http-equiv="refresh" content="0;url=http://example.com" >

  1. 我去了 Google 网站管理员站点。对于旧网站,我以 Google 的身份访问 Fetch,单击 "Fetch and Render" 和 "Reindex"。

非常感谢任何意见。

您需要在此处执行的一些操作:

  1. 您需要使用永久 服务器重定向,not meta refresh. Also I suggest you do provide one-to-one page mapping. It's a better user experience, and large numbers of redirects to root are often interpreted as soft 404s. Consult Google's guide to site migrations 了解更多详情。
  2. 使用 Google Search Console 的(网站站长工具)Change of Address tool,而不是获取和呈现。 Bing 有类似的工具。

一个常见的错误是阻止抓取工具访问已停用的网站。这与预期效果相反:搜索引擎需要访问旧 URL 才能将重定向设为 "seen".