Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
301 Redirect - What happens to backlinks
-
Hello...
One of my sites is losing rankings in G.
I received the webmaster notification of unnatural links...
My question is, should i do a 301 redirect of every page on my site to a new domain?
If so, do the backlinks (which i believe are causing my rankings to drop) carry over?
How about the good backlinks?
Also, what would happen to the rankings i currently have on page 1?
Thanks
-
I would not 301 redirects because it passes link juice, it will also pass the link juice from sites that have nothing to do with your phrases. What I would recommend is starting a new site. Manually check all your old backlinks.
-
i still don't have enough info on this topic. in my case, i purchased a domain name didigames.biz. actually it is expired domain name with 25DA already. but you know .biz domains difficult to rank in top ten. i purchased new domain name didigamesgirl.com and started making links. now i am thinking about redirecting my .biz domain to this domain. need expert opinion on this.
-
Personally I would not do a 301, as Donnie have said. With the 301, also the backlinks will be redirected. Actually one of the problems Wil Reynolds had with SeerInteractive was because of old backlinks to his previous domain name, then 301 to the actual one.
If you are thinking of creating a new site as a solution in order to avoid the penalization for unnatural links, then - during the migration - contact the "not-crappy" sites which linked to your old one, and inform them that you're changinge domain name and, therefore, you are asking them if they may update your link. 99% the link will be updated.
Obviously, all the link equity the "unnatural links" are passing to your site will disappear, which means that a loss in ranking in quite sure, but not at the same level a penalization could cause.
Another solution should be to try to quit all the unnatural backlinks but maintaining the same site. I don't know if this can be possible: if the domain is http://www.simplastics.com/ (taken from the email you use to register in SEOmoz) from OSE is see exact match links from comments, maybe a signature, and from blog related to politics (not quite related indeed).
Said that, and because the site has also other on page issue (i.e.: domain canonicalization), maybe to create a new site is the best decision.
-
There are many individuals that claim redirecting these sites will filter out the crap links. They juice up a site, then 301 it. My suggestion would be to test it. If the penalty is algo based and if you get hit with this penalty after your 301 then simply undo it and the penalty should go away. I don't believe it's a manual audit. Or you listen to google and start removing the unnatural links. Or you take Donnie's approach if you want to build a new, longer standing web presence.
-
I'm not the expert on this topic, so I'd love to hear some others jump in on this.
This is a very hot topic right. Wil Reynolds was talking about a new potential technique of putting up spam crap sites and building tons of anchor text links to them and letting them live for a few weeks until they get burned. Then put up a new one and repeat the process.
Ethan Lyon mentions in the comments something similar to what you're talking about
Ethan Lyon Apr 23, 2012
A strategy that is really big right now is 301 redirecting burned sites to new sites. So if you build 10,000 links to site A, then it gets burned, 301 redirect site A to site B. Build 10,000 links to site B, so now it has 20,000 links. When site B gets burned, 301 redirect site A and B to site C, so now you start with 20,000 links. Then build 10,000 links to site C so you have 30,000 links. Rinse and repeat and you have a strategy to rank consistently in the top spots in some of the most competitive spaces. Insane that it works, but it painfully does.
So I know that doesn't really answer your question, but sheds a little more information and validates the fact that a lot of people are doing this, or thinking about it right now.
So for people that have done this, do 301 redirects carry the original anchor text and thus can result in burning the new site as well?
-
I would not 301 redirect because it passes link juice, it will also pass the link juice from sites that have nothing to do with your phrases. What I would recommend is starting a new site. Manually check all your old backlinks. Find the backlinks that are authoritative and relevant to your topic (usually sites that have your keyword phrases in them), and contact them. Your email should be: Dear____ , we have moved our site to a new location can you please edit our link?
I love giving value.. The more value I give the more value I get (aka karma, and yes I am a hippie)
When you contact these sites webmaster you can check their sites in a broken link checker tool or find something to help them improve. If you cannot find something to improve at least be somewhat entertaining. Remember webmasters are people too!
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
-
301 redirect hops from non-https and www
It's best practice to minimize the amount of 301 redirect hops. Ideally only one redirect hop. It's also best practice to 301 redirect (or at least canonical) your non-https and/or your non-www (or www) to the canonical protocol/subdomain. The simplest (and possibly the most common) way to implement canonical protocol/subdomain redirects is through a load balancer or before your app processes the request. Both of which will just blanket 301 to the canonical domain/protocol regardless if the path exists or not In which case, you could have: Two hops. i.e. hop #1 http://example.com/foo to https://example.com/foo, hop #2 https://example.com/foo to https://example.com/bar 301 to a 404. Let's say https://example.com/dog never existed, but somebody for whatever reason linked to it (maybe a typo). If I request https://www.example.com/dog, the load balancer would 301 to a 404 page. Either scenario above should be fairly rare. However, you can't control how people link to you. Should I care about either above scenario? I could have my app attempt to check if the page exists before forwarding, but that code could be complicated.
Intermediate & Advanced SEO | | dsbud0 -
Moving html site to wordpress and 301 redirect from index.htm to index.php or just www.example.com
I found page duplicate content when using Moz crawl tool, see below. http://www.example.com
Intermediate & Advanced SEO | | gozmoz
Page Authority 40
Linking Root Domains 31
External Link Count 138
Internal Link Count 18
Status Code 200
1 duplicate http://www.example.com/index.htm
Page Authority 19
Linking Root Domains 1
External Link Count 0
Internal Link Count 15
Status Code 200
1 duplicate I have recently transfered my old html site to wordpress.
To keep the urls the same I am using a plugin which appends .htm at the end of each page. My old site home page was index.htm. I have created index.htm in wordpress as well but now there is a conflict of duplicate content. I am using latest post as my home page which is index.php Question 1.
Should I also use redirect 301 im htaccess file to transfer index.htm page authority (19) to www.example.com If yes, do I use
Redirect 301 /index.htm http://www.example.com/index.php
or
Redirect 301 /index.htm http://www.example.com Question 2
Should I change my "Home" menu link to http://www.example.com instead of http://www.example.com/index.htm that would fix the duplicate content, as indx.htm does not exist anymore. Is there a better option? Thanks0 -
Backlinks from old domain
Hi, We have gone through a change of company brand name including a new domain name.
Intermediate & Advanced SEO | | Agguk
We followed google recommendations at: https://support.google.com/webmasters/answer/83106?hl=en and it seems to have worked really well, the new domain has replaced the old in the google search results. My question: Still most of our backlinks, both anchor text and links use the old brand name and domain and it´s a slow process trying to update all references. Although they get redirected fine to the new domain (also following google recommendations), I wonder if the current scenario is doing any harm, SEO wise (other than the missed visual exposure of the new brand name) ? ...since the old brand name is not present at the new site I´m thinking of including "New brand name - previously old brand name" somewhere just to provide some sort of connection to all old backlinks, would that be unnecessary? I should mention that the old brand name actually includes our most important keyword but the new brand name does not. Thanks!0 -
SEO impact of 301 redirects based on IP addresses from a specific state
Hello Moz Community! We are facing an issue that may or may not be unique, but need some advice and/or clarification on the best way to address the issue. We recently rebranded and launched a new site under a new domain and things have been progressing well. However, despite all the up front legwork on trademarks and licensing, we have recently encountered a hiccup that forces us to revert to the old URL/branding for one specific state. This may be a temporary issue that lasts a couple of months or it could potentially be in the court system for a couple of years. One potential solution we have discussed is to redirect the new site to the old site based on IP addresses for the state in question. Looking for any guidance on what type of impact this may have on SEO. Also open to any other suggestions or guidance on dealing with this situation. Thanks
Intermediate & Advanced SEO | | VeteransFirstMarketing0 -
Switching from HTTP to HTTPS: 301 redirect or keep both & rel canonical?
Hey Mozzers, I'll be moving several sites from HTTP to HTTPS in the coming weeks (same brand, multiple ccTLDs). We'll start on a low traffic site and test it for 2-4 weeks to see the impact before rolling out across all 8 sites. Ideally, I'd like to simply 301 redirect the HTTP version page to the HTTPS version of the page (to get that potential SEO rankings boost). However, I'm concerned about the potential drop in rankings, links and traffic. I'm thinking of alternative ways and so instead of the 301 redirect approach, I would keep both sites live and accessible, and then add rel canonical on the HTTPS pages to point towards HTTP so that Google keeps the current pages/ links/ indexed as they are today (in this case, HTTPS is more UX than for SEO). Has anyone tried the rel canonical approach, and if so, what were the results? Do you recommend it? Also, for those who have implemented HTTPS, how long did it take for Google to index those pages over the older HTTP pages?
Intermediate & Advanced SEO | | Steven_Macdonald0 -
SEO impact difference between a URL Rewrite and 301 redirect
Hi guys and girls! Just putting a new site live, we changed the URL from one thing to another and I created a 301 file redirecting the urls like for like. The developer installing it has created a different file with columns like: RewriteRule ^page/ http://www.site/page [R=301,L] RewriteRule ^/page/ http://www.site/page [R=301,L] What's the difference? The page redirects but is there a difference between the 301 redirect and this URL rewrite in terms of SEO and link value?
Intermediate & Advanced SEO | | shloy23-2945840 -
Multiple 301 redirects for a HTTPS URL. Good or bad?
I'm working on an ecommerce website that has a few snags and issues with it's coding. They're using https, and when you access the website through domain.com, theres a 301 redirect to http://www.domain.com and then this, in turn, redirected to https://www.domain.com. Would this have a deterimental effect or is that considered the best way to do it. Have the website redirect to http and then all http access is redirected to the https URL? Thanks
Intermediate & Advanced SEO | | jasondexter0 -
Language Detection redirect: 301 or 302?
We have a site offering a voip app in 4 languages. Users are currently 302 redirected from the root page to /language subpages, depending on their browser language. Discussions about the sense of this aside: Is it correct to use a 302 redirect here or should users be 301 redirected to their respective languages? I don't find any guideline on this whatsoever...
Intermediate & Advanced SEO | | zeepartner1