HighDots Forums  

Hw to tell googlebot that a page moved

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss Hw to tell googlebot that a page moved in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ignoramus7715
 
Posts: n/a

Default Hw to tell googlebot that a page moved - 09-13-2006 , 12:38 PM






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


Reply With Quote
  #2  
Old   
Ignoramus7715
 
Posts: n/a

Default Re: Hw to tell googlebot that a page moved - 09-13-2006 , 12:46 PM






On Wed, 13 Sep 2006 17:46:35 GMT, Big Bill <kruse (AT) cityscape (DOT) co.uk> wrote:
Quote:
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



Reply With Quote
  #3  
Old   
Big Bill
 
Posts: n/a

Default Re: Hw to tell googlebot that a page moved - 09-13-2006 , 12:46 PM



On Wed, 13 Sep 2006 17:38:18 GMT, Ignoramus7715
<ignoramus7715 (AT) NOSPAM (DOT) 7715.invalid> wrote:

Quote:
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
--

http://www.crystal-liaison.com/mats-...a-i137200.html
http://www.crystal-liaison.com/mats-...ngel-fish.html
http://www.crystal-liaison.com/mats-...aby-seals.html


Reply With Quote
  #4  
Old   
tonnie
 
Posts: n/a

Default Re: Hw to tell googlebot that a page moved - 09-13-2006 , 12:51 PM



Ignoramus7715 schreef:
Quote:
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.

--
Website Design: http://vision2form.nl/websitedesign/
Being found: http://vision2form.nl/websitedesign/being-found.html
Css templates: http://vision2form.nl/websitedesign/css-templates.html


Reply With Quote
  #5  
Old   
Ignoramus7715
 
Posts: n/a

Default Re: Hw to tell googlebot that a page moved - 09-13-2006 , 12:55 PM



On Wed, 13 Sep 2006 19:51:58 +0200, tonnie <t.prasing (AT) chello (DOT) nl> wrote:
Quote:
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



Reply With Quote
  #6  
Old   
tonnie
 
Posts: n/a

Default Re: Hw to tell googlebot that a page moved - 09-13-2006 , 01:08 PM



Ignoramus7715 schreef:
Quote:
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.


--
Website Design: http://vision2form.nl/websitedesign/
Being found: http://vision2form.nl/websitedesign/being-found.html
Css templates: http://vision2form.nl/websitedesign/css-templates.html


Reply With Quote
  #7  
Old   
Roy Schestowitz
 
Posts: n/a

Default Re: Hw to tell googlebot that a page moved - 09-13-2006 , 06:10 PM



__/ [ tonnie ] on Wednesday 13 September 2006 19:08 \__

Quote:
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.
When you redirect with status 301, the older page will, in due time, expire
and disappear from index/cache. It might even seem unlikely that both
location will appear among the search results, unless the new location was
already indexed prior to redirection.

--
Roy S. Schestowitz | How I learned to stop worrying and love GNU/Linux
http://Schestowitz.com | SuSE Linux | PGP-Key: 0x74572E8E
12:05am up 55 days 12:17, 10 users, load average: 0.05, 0.13, 0.34
http://iuron.com - Open Source knowledge engine project


Reply With Quote
  #8  
Old   
Big Bill
 
Posts: n/a

Default Re: Hw to tell googlebot that a page moved - 09-13-2006 , 07:02 PM



On Wed, 13 Sep 2006 17:46:34 GMT, Ignoramus7715
<ignoramus7715 (AT) NOSPAM (DOT) 7715.invalid> wrote:

Quote:
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
I assume so. That's the idea of a 301 as opposed to a 302, a 302 is a
temporary redirect while a 301 is permanent. There's different ways of
generating them according to what kind of server you're on. Bokma
knows more than anyone here.

BB
--

http://www.crystal-liaison.com/mats-...a-i137200.html
http://www.crystal-liaison.com/mats-...ngel-fish.html
http://www.crystal-liaison.com/mats-...aby-seals.html


Reply With Quote
  #9  
Old   
Big Bill
 
Posts: n/a

Default Re: Hw to tell googlebot that a page moved - 09-13-2006 , 07:02 PM



On Wed, 13 Sep 2006 17:55:02 GMT, Ignoramus7715
<ignoramus7715 (AT) NOSPAM (DOT) 7715.invalid> wrote:

Quote:
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
Maybe, maybe not. You do hear of sites dropping in rank for a time
after being 301'd. Some are reportedly good as they ever were. So it
may, or it may not. You know how the web is. A 301 is your best bet.

BB
--

http://www.crystal-liaison.com/mats-...a-i137200.html
http://www.crystal-liaison.com/mats-...ngel-fish.html
http://www.crystal-liaison.com/mats-...aby-seals.html


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.