【问题标题】:Restructuring Site - SEO重组网站 - SEO
【发布时间】:2010-05-03 22:41:55
【问题描述】:

我计划稍微重组我的网站,这意味着某些网址将会改变。

我在谷歌中的一些页面上排名很好。更改网址后,我该怎么做才能保留它?

以下是一些更改的示例:

twistedtime.com/mens-watches.html 至 twistedtime.com/shop-by/gender/mens-watches.html

twistedtime.com/watch-brands/lip-watches.html 至 twistedtime.com/shop-by/watch-brands/lip-watches.html

【问题讨论】:

    标签: html seo


    【解决方案1】:

    只需 301 将旧网址重定向到新网址。

    【讨论】:

      【解决方案2】:

      显而易见的技术答案是 301 重定向,但据我了解,这会导致 PageRank 损失。但是,如果您要更改 URL 结构,这似乎有些不可避免。

      为了减轻损失,我会添加 URL canonicalization 并确保您始终链接到新页面。

      【讨论】:

        【解决方案3】:

        您将需要 301 重定向: twistedtime.com/mens-watches.html 到 twistedtime.com/shop-by/gender/mens-watches.html

        twistedtime.com/watch-brands/lip-watches.html 到 twistedtime.com/shop-by/watch-brands/lip-watches.html

        只需在旧页面的页眉中添加一行 301 重定向代码即可。

        执行 301 会损失 10% 的链接汁(pagerank),但 rel="canonical" 标记也是如此。它也仅受 Google(不是 Bing 或 Yahoo)支持。

        如果您运行 apache 服务器,请将以下内容添加到您的 .htaccess 文件中,这将负责重定向。

        重定向 301 /old/old.html http://www.you.com/new.html

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 1970-01-01
          • 2017-04-26
          • 2018-12-19
          • 2011-07-31
          • 1970-01-01
          • 2013-01-01
          • 1970-01-01
          • 1970-01-01
          相关资源
          最近更新 更多