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
-
We are redirecting http and non www versions of our website. Should all versions http (non www version and www version) and https (non www version) should just have 1 redirect to the https www version?
We are redirecting http and non www versions of our website. Should all versions http (non www version and www version) and https (non www version) should just have 1 redirect to the https www version? Thant way all forms of the website are pointing to one version?
Intermediate & Advanced SEO | | Caffeine_Marketing0 -
Google Is Indexing my 301 Redirects to Other sites
Long story but now i have a few links from my site 301 redirecting to youtube videos or eCommerce stores. They carry a considerable amount of traffic that i benefit from so i can't take them down, and that traffic is people from other websites, so basically i have backlinks from places that i don't own, to my redirect urls (Ex. http://example.com/redirect) My problem is that google is indexing them and doesn't let them go, i have tried blocking that url from robots.txt but google is still indexing it uncrawled, i have also tried allowing google to crawl it and adding noindex from robots.txt, i have tried removing it from GWT but it pops back again after a few days. Any ideas? Thanks!
Intermediate & Advanced SEO | | cuarto7150 -
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 -
Is it a problem to use a 301 redirect to a 404 error page, instead of serving directly a 404 page?
We are building URLs dynamically with apache rewrite.
Intermediate & Advanced SEO | | lcourse
When we detect that an URL is matching some valid patterns, we serve a script which then may detect that the combination of parameters in the URL does not exist. If this happens we produce a 301 redirect to another URL which serves a 404 error page, So my doubt is the following: Do I have to worry about not serving directly an 404, but redirecting (301) to a 404 page? Will this lead to the erroneous original URL staying longer in the google index than if I would serve directly a 404? Some context. It is a site with about 200.000 web pages and we have currently 90.000 404 errors reported in webmaster tools (even though only 600 detected last month).0 -
.htaccess 301 Redirect Help! Specific Redirects and Blanket Rule
Hi there, I have the following domains: OLD DOMAIN: domain1.co.uk NEW DOMAIN: domain2.co.uk I need to create a .htaccess file that 301 redirects specific, individual pages on domain1.co.uk to domain2.co.uk I've searched for hours to try and find a solution, but I can't find anything that will do what I need. The pages on domain1.co.uk are all kinds of filenames and extensions, but they will be redirected to a Wordpress website that has a clean folder structure. Some example URL's to be redirected from the old website: http://www.domain1.co.uk/charitypage.php?charity=357 http://www.domain1.co.uk/adopt.php http://www.domain1.co.uk/register/?type=2 These will need to be redirected to the following URL types on the new domain: http://www.domain2.co.uk/charities/ http://www.domain2.co.uk/adopt/ http://www.domain2.co.uk/register/ I would also like a blanket/catch-all redirect from anything else on www.domain1.co.uk to the homepage of www.domain2.co.uk if there isn't a specific individual redirect in place. I'm literally tearing my hair out with this, so any help would be greatly appreciated! Thanks
Intermediate & Advanced SEO | | Townpages0 -
301 doesn't redirect a page that ends in %20, and others being appended with ?q=
I have a product page that ends /product-name**%20** that I'm trying to redirect in this way: Redirect 301 /products/product-name%20 http://www.site.com/products/product-name And it doesn't redirect at all. The others, those with %20, are being redirected to a url hybrid of old and new: http://www.site.com/products/product-name**?q=old-url** I'm using Drupal CMS, and it may be creating rules that counter my entries.
Intermediate & Advanced SEO | | Brocberry0 -
Splitting one Website into 2 Different New Websites with 301 redirects, help?
Here's the deal. My website stbands.com does fairly well. The only issue it is facing a long term branding crisis. It sells custom products and sporting goods. We decided that we want to make a sporting goods website for the retail stuff and then a custom site only focusing on the custom stuff. One website transformed and broken into 2 new ones, with two new brand names. The way we are thinking about doing this is doing a lot of 301 redirects, but what do we do with the homepage (stbands.com) and what is the best practice to make sure we don't lose traffic to the categories, etc.? Which new website do we 301 the homepage to? It's rough because for some keywords we rank 3 or 4 times on the first page. Scary times, but something must be done for the long term. Any advise is greatly appreciated. Thank you in advance. We are set for a busy next few months 🙂
Intermediate & Advanced SEO | | Hyrule0