iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Google Discussion Forum Google Discussion forum is for topics specifically related to Google. There is a subforum dedicated to AdSense/AdWords subjects.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-18-2007, 08:46 AM
WebProWorld New Member
 
Join Date: May 2007
Posts: 3
adobe plug-in RepRank 0
Default Can 301 Redirect Do this?

I read somewhere in an email from Jade that a 301 redirect can actually transfer page rank from google. Can anyone verify this in their experience because I have had 301 redirect get much content de-indexed in Google once and took months to come back, like a 301 sandbox.

I typically try to never resort to 301 redirect because it really messes things up IMO. But I am normally talking about pages or folders in a domain. If I take an entire domain and 301 to new domain, will it transfer that pagerank. Does that domain (NAME) own it's pagerank or would the pagerank actually follow that content with a 301 ??

Also, to 301 an entire domain would need to use mod rewrite because of all the folders and links inside the domain. Or would it be better to have several hundred lines of 301, link by link? Somewhere I read that the mod rewrite would be more likely to cause Google to de-index content than a straight line of 301 in the .htaccess

Looking for real world experience here, not guesses and theory about it please. Can't really risk de-indexing content based on guess and theory... TIA
Reply With Quote
  #2 (permalink)  
Old 05-18-2007, 11:03 AM
wige's Avatar
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,648
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: Can 301 Redirect Do this?

Quote:
Originally Posted by adobe plug-in
Also, to 301 an entire domain would need to use mod rewrite because of all the folders and links inside the domain. Or would it be better to have several hundred lines of 301, link by link? Somewhere I read that the mod rewrite would be more likely to cause Google to de-index content than a straight line of 301 in the .htaccess
I think easier than mod rewrite might be
Code:
RedirectMatch 301 /(.*) http://newdomain/$1
EDIT: mod_rewrite is internal, and can lead to duplicate content issues because the user/browser/spider only sees the original address, not the new address the content is coming from.

As far as redirects transferring page rank, I have seen no evidence of this when I redesigned my site. It seems to me that a link only sends page rank to that exact URL. I have a few 301s for links that are over seven years out of date that I have not been able to get changed, and in the webmaster panel from Google, there is a section where you can view incoming links by the page they point to. Redirected links do not show up in the list. This isn't specific proof, but leads me to strongly suspect that Google does not consider these links when calculating Page Rank. Unfortunately, short of getting a job at the Googleplex, that is probably the closest we can come to knowing.
__________________
The best way to learn anything, is to question everything.
Reply With Quote
  #3 (permalink)  
Old 05-18-2007, 11:59 AM
WebProWorld Pro
 
Join Date: May 2007
Location: DataCenter
Posts: 169
hostBrain RepRank 1
Default

Well, we can talk all day about real-world examples, the trouble is, every situation is unique and there's too many variables.

Anytime you are changing domains, you are taking a risk. And with that risk you need to expect the worst, but hope for the best.

You cannot just 301 redirect the domain itself, you'll need to implement the redirect to all pages.. or atleast as many as possible.

In addition You should compile a list of all websites that point to your old domain, then contact them and have them update their links to point to your new domain.

The question is not so much will pagerank be transferred, but how quickly will the new domain and all of its pages be indexed, crawled and begin showing up in google's serps.

There most likely will be a dip, but doing the above steps, should ease the pain.
__________________
----Don't Call Me Brian----
Reply With Quote
  #4 (permalink)  
Old 05-18-2007, 12:52 PM
WebProWorld New Member
 
Join Date: May 2007
Posts: 3
adobe plug-in RepRank 0
Default

Quote:
Originally Posted by hostBrain
In addition You should compile a list of all websites that point to your old domain, then contact them and have them update their links to point to your new domain.
Thanks for that, is something I did not consider doing. What I might add to this for others who may reference later is that I used my webstats to prioritize all the most traveled links from many months of reporting to build the 301 re-direct list.

Wige,

thank you for that code:

Code:
RedirectMatch 301 /(.*) http://newdomain/$1]

That is a method that I had not seen or tried, very useful indeed, nice to learn new tricks, thanks for that.
Reply With Quote
  #5 (permalink)  
Old 05-18-2007, 01:09 PM
WebProWorld Pro
 
Join Date: May 2007
Location: DataCenter
Posts: 169
hostBrain RepRank 1
Default

Quote:
Originally Posted by adobe plug-in
Quote:
Originally Posted by hostBrain
In addition You should compile a list of all websites that point to your old domain, then contact them and have them update their links to point to your new domain.
Thanks for that, is something I did not consider doing. What I might add to this for others who may reference later is that I used my webstats to prioritize all the most traveled links from many months of reporting to build the 301 re-direct list.
Yep, you absolutely have to do that, in order to minimize any lapses. IN addition, you should try to get a few new sites to link to your new domain.
The whole idea is to get google to recognize and index the new domain asap
__________________
----Don't Call Me Brian----
Reply With Quote
  #6 (permalink)  
Old 05-18-2007, 05:20 PM
WebProWorld Member
 
Join Date: May 2005
Posts: 78
dvduval RepRank 1
Default

It would help me a lot to know how fast the pagerank is transferred after doing a 301 redirect. I have a lot of customers that ask me if the switch from their existing software to phpLD how long it will take for a 301 to show the pagerank on the only urls (multiple categories) on the new urls.

Great topic!
Thanks,
David
phpLD
__________________
PHP Link Directory - most widely used directory script on the net.
Demo - Templates
Reply With Quote
  #7 (permalink)  
Old 05-18-2007, 05:35 PM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

Quote:
Originally Posted by dvduval
It would help me a lot to know how fast the pagerank is transferred after doing a 301 redirect. I have a lot of customers that ask me if the switch from their existing software to phpLD how long it will take for a 301 to show the pagerank on the only urls (multiple categories) on the new urls.
No real way of knowing until you try it. I would give yourself 3-4 months fro the SE's to pick on it. I leave 301 redirects up for a long time, just for the sake of real visitor bookmarks and links.
Reply With Quote
  #8 (permalink)  
Old 05-18-2007, 05:45 PM
WebProWorld 1,000+ Club
 
Join Date: May 2004
Location: Dallas, Texas USA
Posts: 1,492
bhartzer RepRank 1
Default

Quote:
a 301 redirect can actually transfer page rank from google
Well, I can honestly tell you that yes, PageRank and links are transferred to the domain you redirect to. So, if you redirect a PR5 site with 100 backlinks to a new domain then the new domain will become a PR5 with 100 backlinks.

As for the "sandbox", one way to "get around" it would be buy an expired domain or a domain that's been around for a while and redirect it with a 301 Permanent Redirect to the new domain. From my experience, after you set up the 301 you should be seeing result with a week or two.
__________________
Bill Hartzer's Blog
Reply With Quote
  #9 (permalink)  
Old 05-18-2007, 06:35 PM
Andilinks's Avatar
WebProWorld Veteran
 
Join Date: Feb 2004
Location: NM, USA
Posts: 758
Andilinks RepRank 0
Default

Based only on my own recent experience, a 301 will transfer PageRank to a new page on the same domain but will destroy traffic from an old established domain (5 years) with lots of traffic to a newer one (~ one year). Both domains had established PageRank and were indexed.

Fortunately these were pages that I do not intend to continue maintaining anyway but the loss of traffic was dramatic and immediate.

If you want to know the pages and domains and see the graphs send me a private message.
__________________
...the Rockies may tumble, Gibralter may crumble... G & I Gershwin, 1937
Reply With Quote
  #10 (permalink)  
Old 05-18-2007, 06:45 PM
WebProWorld Pro
 
Join Date: May 2006
Location: Arizona, USA
Posts: 194
jrb@w3f.com RepRank 0
Default Re: Can 301 Redirect Do this?

Quote:
Originally Posted by wige
Quote:
Originally Posted by adobe plug-in
Also, to 301 an entire domain would need to use mod rewrite because of all the folders and links inside the domain. Or would it be better to have several hundred lines of 301, link by link? Somewhere I read that the mod rewrite would be more likely to cause Google to de-index content than a straight line of 301 in the .htaccess
I think easier than mod rewrite might be
Code:
RedirectMatch 301 /(.*) http://newdomain/$1
Finding the right code is very important to serve all purposes/sites/languages.

Where pray tell does this code go?

.htaccess ???
php block ???
httpd.conf ???
__________________
http://MADEinUSA.org and others.
Reply With Quote
  #11 (permalink)  
Old 05-18-2007, 07:43 PM
SemAdvance's Avatar
WebProWorld Veteran
 
Join Date: Dec 2005
Location: In Your Mind
Posts: 788
SemAdvance RepRank 3SemAdvance RepRank 3SemAdvance RepRank 3
Default Re: Can 301 Redirect Do this?

Quote:
Originally Posted by jrb@w3f.com
Quote:
Originally Posted by wige
Quote:
Originally Posted by adobe plug-in
Also, to 301 an entire domain would need to use mod rewrite because of all the folders and links inside the domain. Or would it be better to have several hundred lines of 301, link by link? Somewhere I read that the mod rewrite would be more likely to cause Google to de-index content than a straight line of 301 in the .htaccess
I think easier than mod rewrite might be
Code:
RedirectMatch 301 /(.*) http://newdomain/$1
Finding the right code is very important to serve all purposes/sites/languages.

Where pray tell does this code go?

.htaccess ???
php block ???
httpd.conf ???
It would go in your .htaccess and the mod rewrite module in Apache is an SEO's friend

However it should be noted using .htacces can slow server performance.

http://httpd.apache.org/docs/1.3/misc/rewriteguide.html

Should help you with the information you would want.
Reply With Quote
  #12 (permalink)  
Old 05-18-2007, 07:50 PM
WebProWorld Pro
 
Join Date: May 2006
Location: Arizona, USA
Posts: 194
jrb@w3f.com RepRank 0
Default Re: Can 301 Redirect Do this?

Quote:
Originally Posted by SemAdvance
Quote:
Originally Posted by jrb@w3f.com
Quote:
Originally Posted by wige
Quote:
Originally Posted by adobe plug-in
Also, to 301 an entire domain would need to use mod rewrite because of all the folders and links inside the domain. Or would it be better to have several hundred lines of 301, link by link? Somewhere I read that the mod rewrite would be more likely to cause Google to de-index content than a straight line of 301 in the .htaccess
I think easier than mod rewrite might be
Code:
RedirectMatch 301 /(.*) http://newdomain/$1
Finding the right code is very important to serve all purposes/sites/languages.

Where pray tell does this code go?

.htaccess ???
php block ???
httpd.conf ???
It would go in your .htaccess and the mod rewrite module in Apache is an SEO's friend

However it should be noted using .htacces can slow server performance.

http://httpd.apache.org/docs/1.3/misc/rewriteguide.html

Should help you with the information you would want.
Are you insinuating that I would need both?
Tanx.
__________________
http://MADEinUSA.org and others.
Reply With Quote
  #13 (permalink)  
Old 05-19-2007, 12:35 AM
WebProWorld Member
 
Join Date: May 2005
Posts: 78
dvduval RepRank 1
Default

Still curious how fast the pagerank is transferred.
__________________
PHP Link Directory - most widely used directory script on the net.
Demo - Templates
Reply With Quote
  #14 (permalink)  
Old 05-19-2007, 01:46 AM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

Quote:
Originally Posted by dvduval
Still curious how fast the pagerank is transferred.
I already posted the answer above:

Quote:
Originally Posted by dvduval
It would help me a lot to know how fast the pagerank is transferred after doing a 301 redirect. I have a lot of customers that ask me if the switch from their existing software to phpLD how long it will take for a 301 to show the pagerank on the only urls (multiple categories) on the new urls.
No real way of knowing until you try it. I would give yourself 3-4 months fro the SE's to pick on it. I leave 301 redirects up for a long time, just for the sake of real visitor bookmarks and links.
Reply With Quote
  #15 (permalink)  
Old 05-19-2007, 03:58 AM
TrafficProducer's Avatar
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: United Kingdom
Posts: 1,642
TrafficProducer RepRank 3TrafficProducer RepRank 3TrafficProducer RepRank 3
Default 301 redirect can actually transfer page rank from google

Quote:
301 redirect can actually transfer page rank from google
I belive some people are tring to use this methods to try to increase their page rank. That is to fake their Page Rank.

If this is the case, once Google finds out about it these site are asking to be banned from Google, so take care.
Reply With Quote
  #16 (permalink)  
Old 05-19-2007, 06:22 AM
jordanmcclements's Avatar
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Oct 2003
Location: Northern Ireland
Posts: 697
jordanmcclements RepRank 3jordanmcclements RepRank 3
Default

real world example...

did a 301 redirect from www.campbell-fitzpatrick.co.uk
to
www.cfs-law.com

and it took approx 3 months for the page rank / position in google results to come back to near where it was to begin with.

(And all the sites that linked to the old site changed their links fairly quickly too).
Reply With Quote
  #17 (permalink)  
Old 05-19-2007, 09:36 AM
Clint1's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jun 2005
Location: Louisiana, USA
Posts: 1,306
Clint1 RepRank 9Clint1 RepRank 9Clint1 RepRank 9Clint1 RepRank 9Clint1 RepRank 9Clint1 RepRank 9Clint1 RepRank 9Clint1 RepRank 9Clint1 RepRank 9Clint1 RepRank 9Clint1 RepRank 9
Default

Quote:
Originally Posted by hostBrain
You cannot just 301 redirect the domain itself, you'll need to implement the redirect to all pages.. or at least as many as possible.
If you're 301'ing one domain A to another B, it WILL redirect all pages from A to the B domain. I'm doing that with several domains via cPanel's "Parked domains" area. This puts the 301 on not only the domain but ALL pages. In other words, domainA.com/Page(x).html will go to domainB.com/Page(x).html

For some reason these type "redirects" do not show up in the htaccess file.
__________________
God Bless,
-Clint
(Join Date: 2003)
Reply With Quote
  #18 (permalink)  
Old 05-19-2007, 05:55 PM
WebProWorld Pro
 
Join Date: May 2006
Location: Arizona, USA
Posts: 194
jrb@w3f.com RepRank 0
Default

Quote:
Originally Posted by Clint1
Quote:
Originally Posted by hostBrain
You cannot just 301 redirect the domain itself, you'll need to implement the redirect to all pages.. or at least as many as possible.
If you're 301'ing one domain A to another B, it WILL redirect all pages from A to the B domain. I'm doing that with several domains via cPanel's "Parked domains" area. This puts the 301 on not only the domain but ALL pages. In other words, domainA.com/Page(x).html will go to domainB.com/Page(x).html

For some reason these type "redirects" do not show up in the htaccess file.
Nice to have it all autoMagic. :)
cPanel must put an entry in the apache conf file, so that all pages get the treatment. Kool.
__________________
http://MADEinUSA.org and others.
Reply With Quote
  #19 (permalink)  
Old 05-19-2007, 06:21 PM
WebProWorld Pro
 
Join Date: May 2007
Location: DataCenter
Posts: 169
hostBrain RepRank 1
Default

Yes, that can be done, assuming the page names are exactly the same.
__________________
----Don't Call Me Brian----
Reply With Quote
  #20 (permalink)  
Old 05-22-2007, 04:31 AM
WebProWorld Member
 
Join Date: Dec 2006
Location: Indianapolis
Posts: 41
modrewrite RepRank 0
Default Re: Can 301 Redirect Do this?

When I am 301 redirecting anything other than a full domain I also use robots.txt to make sure google knows not to index the old files.

So for example to change your urls from /2007/thepost/ to /category/thepost/

RedirectMatch 301 ^/2007/(.*) http://domain.com/category/$1

And in robots.txt

Disallow: /2007/
__________________
de // AskApache.com blog
Reply With Quote
Reply

  WebProWorld > Search Engines > Google Discussion Forum

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 09:10 PM.



Search Engine Optimization by vBSEO 3.3.0