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 -
Hacked website - Dealing with 301 redirects and a large .htaccess file
One of my client's websites was recently hacked and I've been dealing with the after effects of it. The website is now clean of malware and I already appealed to Google about the malware issue. The current issue I have is dealing with the 20, 000+ crawl errors which are garbage links that were created from the hacking. How does one go about dealing with all the 301 redirects I need to create for all the 404 crawl errors? I'm already noticing an increased load time on the website due to having a rather large .htaccess file with a couple thousand 301 redirects done already which I fear will result in my client's website performance and SEO performance taking a hit as well.
Intermediate & Advanced SEO | | FPK0 -
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 -
301 Redirect Showing Up as Thousands Of Backlinks?
Hi Everyone, I'm currently doing quite a large back link audit on my company's website and there's one thing that's bugging me. Our website used to be split into two domains for separate areas of the business but since we have merged them together into one domain and have 301 redirected the old domain the the main one. But now, both GWT and Majestic are telling me that I've got 12,000 backlinks from that domain? This domain didn't even have 12,000 pages when it was live and I only did specific 301 redirects (ie. for specific URL's and not an overall domain level 301 redirect) for about 50 of the URL's with all the rest being redirected to the homepage. Therefore I'm quite confused about why its showing up as so many backlinks - Old redirects I've done don't usually show as a backlink at all. UPDATE: I've got some more info on the specific back links. But now my question is - is having this many backlinks/redirects from a single domain going to be viewed negatively in Google's eyes? I'm currently doing a reconsideration request and would look to try and fix this issue if having so many backlinks from a single domain would be against Google's guidelines. Does anybody have any ideas? Probably somthing very obvious. Thanks! Sam
Intermediate & Advanced SEO | | Sandicliffe0 -
301 Redirect of subdomain?
Fellow Mozzers, I'm having a hard time wrapping my brain around a redirect issue and thought it was worth posing the question to the Moz community. I did a search first but couldn't find the exact answer I was looking for. How does a 301 redirect work when you redirect a sub domain example.homepage.com to www.homepage.com but you keep the sub directories of example.homepage.com/page-1 active and are trying to rank them? I'm dealing with a current project where this is happening and this doesn't make sense to me, to redirect the subdomain if you're also trying to rank/create search traffic for pages, sub directories on example.homepage.com. This also get's into the debate of if a sub domain site is viewed as it's own website and therefore has to rank itself. If this is true, it seems like we're kind of killing the authority of the site by redirecting it. Additionally, www.homepage.com has a much stronger link profile than example.homepage.com I hope this makes sense. Any thoughts are appreciated. Thanks for your time.
Intermediate & Advanced SEO | | SMG-Texas0 -
301 redirection pointing to noindexed pages
I have rather an unusual situation where a recently launched affiliate site does not have any unique content as its all syndicated content. For that reason we are currently using the noindex,nofollow meta tags to keep the pages out of the search engines index until we create unique content for the pages. The problem is that due to a very tight timeframe with rebranding, we are looking at 301 redirecting (on a page to page basis) another high authority legacy domain to this new site before we have had a chance to add unique content to it and remove the noindex,nofollow tags. I would assume that any link authority normally passed through the 301 would be lost in this scenario but Im uncertain of what the broader impact might be. Has anyone dealt with a similar scenario? I know this scenario is not ideal and I would rather wait until the unique content is up and noindex tags are removed before launching the 301 redirect of the legacy domain but there are a number of competing priorities at play outside of SEO.
Intermediate & Advanced SEO | | LosNomads0 -
How to ask for a backlink?
Everyone knows backlinks ( plus content ) is the key to good rankings. BUT, how do you ask for a backlink without sounding douchey? Does anyone have a template or something they could share?
Intermediate & Advanced SEO | | DojoGuy0