301 redirect dropped page rank
-
Hi,
We have a www domain that I have changed to a non www domain. The www domain had been in place for some time and had a good page rank, PR4.
After this change the page rank dropped significantly (PR0, and now recently back to PR2) despite it being a 301 redirect which I thought "should" carry over the page rank.
Yes, I am aware I should have just left it be. Hind sight 20/20 .. ya ya ya
My questions
- Is the 301 the correct method for this?
- Why did the page rank drop despite the 301?
- Should we go back to the www domain at this point?
Thanks
Kris
-
Hi Kris,
Google's public position on the use of 301 redirects is that it will preserve almost all of the link juice from the old page and pass it to the new. This Google webmaster video from Matt Cutts was uploaded in April of this year and is fairly clear on that.
However, we need to remember that PageRank is basically a measure of the number and quality of links to your site. There is a detailed explanation here.
So, it may be that there has been some change in the the sites that link to yours between PR updates. You can use SEOmoz tools to conduct a little CSI on the sites and check this if you want to.
First, find the sites that are linking to yours in Open Site Explorer. Export the Report to csv to grab the list of sites and open it up in Excel. You can then use the SEOmoz Historical PageRank Tool to check whether there has been any significant change in the PR of the sites linking to you. If you find some, there is your answer.
If you do not find any significant changes...then perhaps the reversal of the redirect has triggered some of that recalculation described in the PR article -and since it is coming back...
On the subject of there being some mis-match issue in Google's Index between the non www root domain and the www subdomain, there is one thing that occurs to me.
Is it possible that you have changed the 301 redirect, but still have an instruction existing in Google Webmaster Tools which is telling Google that your primary domain is the www? This could create some confusion for Googlebot and perhaps influence Google's view of how "friendly" your site is. It shouldn't really affect PageRank, but could affect rankings.
Since it hasn't made any difference to your traffic, I would not be too worried, but would probably take a look at the link profile and see if there is a need to work on attracting more or better links for the site.
Hope that helps,
Sha
-
Hi Sha,
Thanks for your reply!
I checked in to the visits on the site as they have remained fairly consistent from the months prior. I understand the PR toolbar is not updated regularly, and that PR has limited value in the grand scheme of things. My concern is largely on the PR as is the most visible factor at the moment, based on that the 301 redirect "should" have maintained most(?) of the PR with out disruption.
It is just very odd that this would happen with in days of the change, the content has not changed drastically.... this is going to sound like a stretch but, is it possible Google has attributed my root domain against the sub-domain as duplicate content in it's cache regardless of the 301 redirect?
I am just trying to understand the problem, if it really is one, and if there is any good solutions apart from just waiting it out and rebuilding on what we currently have in place now. Everything I have changed was in accordance to the way it "should" be according to Google and the internet at large...
Thanks!
-
Hi Kris,
An alarm bell rang for me when you mentioned that your focus here is on the effect upon PageRank. You should be very careful in attributing the change in Pagerank to the implementation of the 301 as Toolbar PageRank is updated infrequently and in a very ad hoc fashion. This means that there may have been other things which occurred over the period between PageRank updates which were responsible for the change.
Rand gave a very good explanation of the vagaries of PageRank and the differences between the two types of PageRank in this Whiteboard Friday recently - What is Google's PageRank Good For?
Given the changes that have occurred recently in the world of search, I would be looking fairly carefully at the possibility that some of those changes may be responsible for any negative impacts on the site. Also, has there been a negative impact on traffic and/or rankings? These things are really much more important than PR.
Hope that helps,
Sha
-
Hi Wayne,
I am currently using mod_rewrite to rewrite the sub-domain to the root domain. Is the 301 not a permanent redirect?
Also mod_rewrite can pass a header(301) with the redirect of the domain, which from what I understand "should" have told Google, etc.. that the site is now moved permanently.
What header should be used for the redirect?Prior to me changing the www domain to a non www domain it was reversed and going the other direction... non www domain redirect to the www domain.
Rearding the Canonicalitzation, I have additional rewrite rules to combat duplicate content issues such as index.php rewritten to / and so on and so forth... as well as the sub-domain to root domain rewrites
Thanks!
-
You may be suffering from Canonicalitzation. There's a post about it here http://www.seomoz.org/learn-seo/canonicalization
You should use mod rewrite to redirect a subdomain to the root domain, not 301. I would remove the 301 and with time your position should be restored.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Home Page and ranking
I have a problem and i have a question on that. Many important keywords and long tail keywords are ranking with the home page url.
Technical SEO | | mazzamz
How can i enrich the home page content without having a bad result and should i try to make the google spider send to more specific page?0 -
Should the canonical tag for the redirected pages be changed
Hi! Does anyone know if the canonical tag of the old redirected page should be changed, and include the URL of the new destination? Thanks in advance.
Technical SEO | | AnahitG0 -
301 redirect Question
Hi all, I have a client who has a domain lets say www.xyz.de which is redirected 301 to www.zyx.de. Now they're working on a relaunch and they want to use the www.xyz.de as their origibnal doman after that. So, at the end the www.zyx.de - which is indexed by Google - should be redirected to www.xyz.de. It vice versa. So the redirect becomes the original and the original becomes the redirect 😕 Is there anything we have to care off? Or will that run into the hell? Thanx. Seb.
Technical SEO | | TheHecksler0 -
301 redirects
Hello. Our site was recently rebuilt, and we switched from using index.php in all the urls to not using it at all. We also changed the names of many of our pages. So the urls have been renamed from "example.com/index.php/old_page_name/" to "example.com/new-page-name/". While we were at it, we changed from "_" to "-" as our word separators in the urls. In the .htaccess file, we have a small block of code that strips out "index.php/" from all requests. This code redirects a request for "example.com/index.php/old_page_name/" to "example.com/old_page_name/" For your information, the code that strips out "index.php/" is: RewriteCond %{THE_REQUEST} ^GET.index.php [NC]
Technical SEO | | nyc-seo
RewriteCond %{THE_REQUEST} !/uSZWTLna/.
RewriteRule (.?)index.php/(.*) /$1$2 [R=301,L] Then we have 301 redirects from "example.com/old_page_name/" to "example.com/new-page-name/" QUESTION 1: Is this two-step redirect approach okay, or would it be better to skip the separate index.php stripping code and simply have 301 redirects that include "index.php" in the urls? QUESTION 2: Will we lose some of the benefit of the links that have to pass through a 301 redirect? QUESTION 3: We have 50 or so redirects. Will this affect performance of the site? How many redirects does it take to start affecting performance? Thank you!0 -
Page has a 301 redirect, now we want to move it back to it's original place
Hi - This is the first time I've asked a question! My site, www.turnkeylandlords.co.uk is going through a bit of a redesign (for the 2nd time since it launched in July 2012...) First redesign meant we needed to move a page (https://www.turnkeylandlords.co.uk/about-turnkey-mortgages/conveyancing/) from the root to the 'about-us' section. We implemented a 301 redirect and everything went fine. I found out yesterday that the plan is to move this page (and another one as well, but it's the same issue so no point in sharing the URL) back to the root. What do I do? A new 301? Wouldn't this create a loop? Or just delete the original 301? Thanks in advance, Amelia
Technical SEO | | CommT0 -
Bing rank drop off for multiple sites
Hi Mozzers, Seeing some wacky stuff going on on some sites I manage. In more than a few, the ranking on bing has dropped basically overnight from page one spots to not being found on the first 100 positions. Anyone else seeing similar results? Some of the sites are fairly new, some have been around for ages, some are wordpress, some are not. I've been searching for some news of a big change on bing, but keep reading about bing dropping the thin sites during black friday. In one example, I had the site set up in BWT for a while, and had a look at the data. The reports show that the pages are crawled, the index summary shows pages indexed, and there seems to be no crawl errors, but rankings are absolutely gone. Also, I can't see the sites in bing if I search "site:example.com" in bing. Here's 2 examples, the first would make sense since it's pretty thin as I havent added much content yet: http://homewindowtint.org but this one doesn't make sense to me. Sure there's a few errors, but to be dropped like a rock seems weird http://www.ahmedandsukaram.com
Technical SEO | | rosstaylor0 -
301 Redirects - SEO Benefit?
Hello, Years ago, our company started out as a Yahoo store. We've since moved onto another website with its own shopping cart but since the Yahoo store is almost 10 years old, there's a lot of history there and it still exists with the occasional order. We currently use it for reputation management purposes with links to our real ecommerce site but we're thinking of just redirecting the Yahoo store to our ecommerce site. Is there any SEO benefit in doing this? We were also kind of penalized by Panda. Would this help us out at all (the descriptions on both sites could be considered duplicate content).
Technical SEO | | airnwater0