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.
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
-
I'd go for quality over quantity. Some guest blogs, perhaps, or maybe links from vendor or partner websites. I'd be very careful to use a natural mix of anchor text, too. Don't want to give Google any reason at all to be suspicious.
-
Adam,
I am highly considering 301-ing the homepage to our main source of revenue and because it actually ranks along with our other pages. If we do this i am guessing we'd be taking more of a hit on our other new website, which i am willing to do.
This sounds like the best option to keep revenue a float while we build these brands back up. Assuming I will be launching everything in August, how many links to recommend I build to each domain?
Thanks,
Paul
-
Hi Paul,
I went through a very similar situation at the end of last year with a client of mine. That client's business broke apart into two other companies. It was scary because that old company's website had a lot of authority, ranked for many, many terms (long tail and head terms).
Adam's recommendation of getting links to the new domains is critical. In the case of my client, one of the new websites did have a few links (a dozen or so) while the other website had no links. The website without links did not perform as well. I would recommend you start that process now, even if those links point to a "coming soon" type home page on those new domains.
For the home page, we created a splash page that offered visitors a choice of going to one company or the other. We did put deeper links into both sites on this page, though that was more a usability consideration. I wouldn't redirect the home page to either website, unless there is a clear usability case to be made for doing so. That way the splash page acts a communication to users and Google about the new direction of the website.
Also, so that you know...Google still has that page indexed but after the first 2-3 months, that page started to lose rankings and traffic from search. I'm not sure if it lost rankings because of it being a splash page or because we started changing links (I suspect the links though the change in the content of the home page certainly played a role). Either way, that was the desired intention; you don't want the splash page to rank.
All the other pages on the site were 301 redirected to the appropriate pages of the new websites. We had no troubles redirecting to multiple domains. Adam is right though that this may be seen as spammy so be careful with this. We started out in small batches of pages as a test before going full on into the redirects. If you can, I'd start with that. Measure, test, repeat with another small batch, etc.
Finally, I will tell you that we did see a drop in rankings/traffic to the two new websites (that is, the total Google and Bing activity for the two sites was less than where we had been with the old website). We are now at the seven month mark and starting to regain steam. Not quite where it was this time last year, but I am seeing gains. SO, make sure that you brace for impact and plan for a slowdown when you do this.
I hope I was able to help you out. Thanks,
Matthew -
A few suggestions:
- Anything you can do to get the new domains indexed and a few links built to them well in advance of the redirect might be a good idea. I've never had it happen myself, but I've heard of a few cases of lost rankings when redirecting to a fresh domain.
- Once you do the redirects, try to get your most important links changed to the new domain. (Redirects to lose some link juice and/or decay over time.)
- Make sure you are redirecting each page on the old site to the most relevant page on the new site.
- I've never redirected every single URL on one domain to pages on two other domains. You might want to ask around to see if Google might frown upon that (I can imagine this is a tactic spammers might try to use to pass link juice to a bunch of domains). I'm sure someone else has done this and could advise.
- Any chance of keeping your current domain for one of the two sites?
I can think of a few options for the homepage:
- Don't redirect it. Create a splash page with a "which do you want" option and links to both domains.
- Redirect it to the domain that is most important to you.
- Redirect it to the domain that will be most relevant to the highest number of users.
- Redirect it to the domain that will be most relevant to the keywords the homepage currently ranks for.
Hope this helps!
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
-
Is there any benefit to changing 303 redirects to 301?
A year ago I moved my marketplace website from http to https. I implemented some design changes at the same time, and saw a huge drop in traffic that we have not recovered from. I've been searching for reasons for the organic traffic decline and have noticed that the redirects from http to https URLs are 303 redirects. There's little information available about 303 redirects but most articles say they don't pass link juice. Is it worth changing them to 301 redirects now? Are there risks in making such a change a year later, and is it likely to have any benefits for rankings?
Intermediate & Advanced SEO | | MAdeit0 -
301 Redirect from query string to new static page
If i want to create a redirect from a page where the slug ends like this "/?i=4839&mid=1000&id=41537" to a static, more SEO friendly slug like "/contact-us/", will a standard 301 redirect suffice? Thanks, Nails
Intermediate & Advanced SEO | | matt.nails0 -
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 -
If my website uses CDN does thousands of 301 redirect can harm the website performance?
Hi, If my website uses CDN does thousands of 301 redirect can harm the website performance? Thanks Roy
Intermediate & Advanced SEO | | kadut1 -
301 Redirecting from domain to subdomain
We're taking on a redesign of our corporate site on our main domain. We also have a number of well established, product based subdomains. There are a number of content pages that currently live on the corporate site that rank well, and bring in a great deal of traffic, though we are considering placing 301 redirects in place to point that traffic to the appropriate pages on the subdomains. If redirected correctly, can we expect the SEO value of the content pages currently living on the corporate site to transfer to the subdomains, or will we be negatively impacting our SEO by transferring this content from one domain to multiple subdomains?
Intermediate & Advanced SEO | | Chris81980 -
Does removal of internal redirects(301) help in SEO
I am planning to completely remove 301 redirects manually by replacing such links with actual live pages/links. So there will be no redirects internally in the website. Will this boost our SEO efforts? Auto redirects will be there for incoming links to non-existing pages. Thanks, Satish
Intermediate & Advanced SEO | | vtmoz0 -
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 -
Duplicating an existing website - new name and reskin
Would re-skinning, duplicating an exising ecommerce website with a new domain name cause any ranking issues? The plan would be that all product data, pricing info etc would be identical, the site would have a minor redesign to change colours, logos etc and all duplicate content would be rel=canonicaled to the original site. In case you are wondering the reason for this is a customer with an existing site wants to try out a new brand without incorporating a massive development costs. The majority of traffic would be driving through google shopping, a bit of PPC, social etc. Is this site duplication likely to harm the original site or will setting up rel=canonical to point to the original site going to be sufficient enough to prevent this happening? Is there anything else is should consider? Many thanks for your help
Intermediate & Advanced SEO | | JustinTaylor880