douzhanjia0773 2014-11-18 04:41
浏览 43
已采纳

更改域名,重定向并且不会丢失页面排名[关闭]

I have a well-known domain name and receive something like 5k visitors per day. But i really want to change my domain and my pages title, a complete renew!

Have some way to do this without losing my page rank and visitors? For example, now if someone from my country (brazil) search about a tablet my site will appear in first page.

In really, i have 3 sites with one domain.

shop.mydomain.com
forum.mydomain.com
www.mydomain.com (wordpress blog)

If possible i want to change just the shop domain. A long time ago i read about a changes like that, 301 redirect or something like this that preserves your page rank and google position. My new domain is exatcly the keywork that my visitors search, probably with this change i will get the first place in searches.

I do not want lose backlinks

Help please?

  • 写回答

1条回答 默认 最新

  • dongxing2030 2014-11-18 05:30
    关注

    As Matt Cutts explains, a 301 redirect is the best way to redirect users:

    If you need to change the URL of a page as it is shown in search engine results, we recommend that you use a server-side 301 redirect. This is the best way to ensure that users and search engines are directed to the correct page. The 301 status code means that a page has permanently moved to a new location.

    This CSS Tricks article explains how to implement a 301 redirect, but essentially:

    If you want to use a 301 redirect (which is the quickest, cleanest, and most search engine friendly option) to direct browsers to an entirely new website, place this line in the .htaccess of the old site

    Redirect 301 / http://newsite.com/
    

    If you only want to redirect a particular page, place this in the .htaccess of the old site

    Redirect 301 /oldpage.html http://www.yoursite.com/newpage.html
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 HFSS 中的 H 场图与 MATLAB 中绘制的 B1 场 部分对应不上
  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?