![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
On Wed, 13 Sep 2006 17:38:18 GMT, Ignoramus7715 ignoramus7715 (AT) NOSPAM (DOT) 7715.invalid> wrote: Let's say that I have a page http://domain1.com/page1.html and that I want Google to know that it moved to http://domain2.com/page2.html that is, I want google to replace the former with the latter, in its search results, transfer pagerank, etc. I control both domain1 and domain2. thanks i Do a 301 redirect. BB |
#3
| |||
| |||
|
|
Let's say that I have a page http://domain1.com/page1.html and that I want Google to know that it moved to http://domain2.com/page2.html that is, I want google to replace the former with the latter, in its search results, transfer pagerank, etc. I control both domain1 and domain2. thanks i |
#4
| |||
| |||
|
|
Let's say that I have a page http://domain1.com/page1.html and that I want Google to know that it moved to http://domain2.com/page2.html that is, I want google to replace the former with the latter, in its search results, transfer pagerank, etc. I control both domain1 and domain2. |
#5
| |||
| |||
|
|
Ignoramus7715 schreef: Let's say that I have a page http://domain1.com/page1.html and that I want Google to know that it moved to http://domain2.com/page2.html that is, I want google to replace the former with the latter, in its search results, transfer pagerank, etc. I control both domain1 and domain2. Depends on what server software your site is running, don't know exactly how it can be done on a windows server, but with apache it could be done with a redirect permanent in the .htaccess file. For example: Redirect permanent http://domain1.com/page1.html http://domain2.com/page2.html Further more, pagerank won't be transfered but re-calculated. After having placed the redirect, you should be aware of the fact that there are / could be still sites linking to the old location. Try to get them changed by asking the webmasters to do so, at least for the ones you know of. |
#6
| |||
| |||
|
|
On Wed, 13 Sep 2006 19:51:58 +0200, tonnie <t.prasing (AT) chello (DOT) nl> wrote: Ignoramus7715 schreef: Let's say that I have a page http://domain1.com/page1.html and that I want Google to know that it moved to http://domain2.com/page2.html that is, I want google to replace the former with the latter, in its search results, transfer pagerank, etc. I control both domain1 and domain2. Depends on what server software your site is running, don't know exactly how it can be done on a windows server, but with apache it could be done with a redirect permanent in the .htaccess file. For example: Redirect permanent http://domain1.com/page1.html http://domain2.com/page2.html Further more, pagerank won't be transfered but re-calculated. After having placed the redirect, you should be aware of the fact that there are / could be still sites linking to the old location. Try to get them changed by asking the webmasters to do so, at least for the ones you know of. I run linux/apache. OK, let's say that page1 is the top result in search for "foobar". If I do this permanent redirect (301), will page2 be on top of the search result? |
#7
| |||
| |||
|
|
Ignoramus7715 schreef: On Wed, 13 Sep 2006 19:51:58 +0200, tonnie <t.prasing (AT) chello (DOT) nl> wrote: Ignoramus7715 schreef: Let's say that I have a page http://domain1.com/page1.html and that I want Google to know that it moved to http://domain2.com/page2.html that is, I want google to replace the former with the latter, in its search results, transfer pagerank, etc. I control both domain1 and domain2. Depends on what server software your site is running, don't know exactly how it can be done on a windows server, but with apache it could be done with a redirect permanent in the .htaccess file. For example: Redirect permanent http://domain1.com/page1.html http://domain2.com/page2.html Further more, pagerank won't be transfered but re-calculated. After having placed the redirect, you should be aware of the fact that there are / could be still sites linking to the old location. Try to get them changed by asking the webmasters to do so, at least for the ones you know of. I run linux/apache. OK, let's say that page1 is the top result in search for "foobar". If I do this permanent redirect (301), will page2 be on top of the search result? One can't say that for sure. I have seen pages drop and i have seen pages stay on the same position after placing a redirect. You most certainly have a purpose to move the content, make sure it is a done properly and for the right reasons. |
#8
| |||
| |||
|
|
On Wed, 13 Sep 2006 17:46:35 GMT, Big Bill <kruse (AT) cityscape (DOT) co.uk> wrote: On Wed, 13 Sep 2006 17:38:18 GMT, Ignoramus7715 ignoramus7715 (AT) NOSPAM (DOT) 7715.invalid> wrote: Let's say that I have a page http://domain1.com/page1.html and that I want Google to know that it moved to http://domain2.com/page2.html that is, I want google to replace the former with the latter, in its search results, transfer pagerank, etc. I control both domain1 and domain2. thanks i Do a 301 redirect. BB Sounds good. Do you know for sure that it will work as I want? i |
#9
| |||
| |||
|
|
On Wed, 13 Sep 2006 19:51:58 +0200, tonnie <t.prasing (AT) chello (DOT) nl> wrote: Ignoramus7715 schreef: Let's say that I have a page http://domain1.com/page1.html and that I want Google to know that it moved to http://domain2.com/page2.html that is, I want google to replace the former with the latter, in its search results, transfer pagerank, etc. I control both domain1 and domain2. Depends on what server software your site is running, don't know exactly how it can be done on a windows server, but with apache it could be done with a redirect permanent in the .htaccess file. For example: Redirect permanent http://domain1.com/page1.html http://domain2.com/page2.html Further more, pagerank won't be transfered but re-calculated. After having placed the redirect, you should be aware of the fact that there are / could be still sites linking to the old location. Try to get them changed by asking the webmasters to do so, at least for the ones you know of. I run linux/apache. OK, let's say that page1 is the top result in search for "foobar". If I do this permanent redirect (301), will page2 be on top of the search result? i |
![]() |
| Thread Tools | |
| Display Modes | |
| |