|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| 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
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
|
|||
|
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---- |
|
|||
|
Quote:
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. |
|
|||
|
Quote:
The whole idea is to get google to recognize and index the new domain asap
__________________
----Don't Call Me Brian---- |
|
|||
|
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 |
|
||||
|
Quote:
|
|
|||
|
Quote:
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 |
|
||||
|
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 |
|
|||
|
Quote:
Where pray tell does this code go? .htaccess ??? php block ??? httpd.conf ???
__________________
http://MADEinUSA.org and others. |
|
||||
|
Quote:
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. |
|
||||
|
Quote:
Tanx.
__________________
http://MADEinUSA.org and others. |
|
|||
|
Still curious how fast the pagerank is transferred.
__________________
PHP Link Directory - most widely used directory script on the net. Demo - Templates |
|
||||
|
Quote:
Quote:
|
|
||||
|
Quote:
If this is the case, once Google finds out about it these site are asking to be banned from Google, so take care. |
|
||||
|
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).
__________________
Irish Wallpaper/Photos/Desktop Backgrounds|PPC NI| Google Advertising Professional |
|
||||
|
Quote:
For some reason these type "redirects" do not show up in the htaccess file.
__________________
God Bless, -Clint (Join Date: 2003) |
|
|||
|
Quote:
cPanel must put an entry in the apache conf file, so that all pages get the treatment. Kool.
__________________
http://MADEinUSA.org and others. |
|
|||
|
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/ |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |