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 Redirects to relative URLs not absolute a problem?
Hi we recently did a migration and a lot of content changed locations see: https://d.pr/i/RvqI81 Basically, the 301 goes to the correct location but its a relative URL (as you can see from the screenshot) rather than absolute URL. Do you think this is a high priority issue from an SEO standpoint, should we get the developer to change the redirects to absolute? Cheers.
Intermediate & Advanced SEO | | cathywix0 -
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 -
Setting up 301 Redirects after acquisition?
Hello! The company that I work for has recently acquired two other companies. I was wondering what the best strategy would be as it relates to redirects / authority. Please help! Thanks
Intermediate & Advanced SEO | | Colin.Accela0 -
Php 301 redirect
Hi I am migrating an old wordpress site to a custom PHP site and the URL profiles will be different, so want to retain all link profiles and more importantly if a user visits the old urls via search then they are seamlessly transferred to the new equivalent page For example www.domain.com/about-us is going to need to redirect to www.domain.com/aboutus.php www.domain.com/furniture is going to need to redirect to www.domain.com/furniture-collections.php etc What is the best way of achieving this apart from .htaccess as not 100% confident of doing this. Could it be done via PHP or using meta tags?
Intermediate & Advanced SEO | | ocelot0 -
Why would our server return a 301 status code when Googlebot visits from one IP, but a 200 from a different IP?
I have begun a daily process of analyzing a site's Web server log files and have noticed something that seems odd. There are several IP addresses from which Googlebot crawls that our server returns a 301 status code for every request, consistently, day after day. In nearly all cases, these are not URLs that should 301. When Googlebot visits from other IP addresses, the exact same pages are returned with a 200 status code. Is this normal? If so, why? If not, why not? I am concerned that our server returning an inaccurate status code is interfering with the site being effectively crawled as quickly and as often as it might be if this weren't happening. Thanks guys!
Intermediate & Advanced SEO | | danatanseo0 -
DNS or 301 Website Redirect
We are running a marketplace site, so we have thousands of vendors selling their products on our site. Each vendor has a Profile page and we are soon to launch a premium store-front that is white label. Many of these vendors will want to point a custom url to their premium store-front (which is a sub domain of the marketplace) and we are trying to get an understanding of how we should instruct them to point their url in a way that will give the main marketplace site the seo juice. We also want to understand what will show up in the address bar. Will it be their url or our sub domain? Will any of the marketplace seo juice boost their url local listing status?
Intermediate & Advanced SEO | | bloomnation0 -
How To 301 Redirect .html pages
I need to redirect a page/URL that is purely .html to a new location. I don't know how to do this. All the redirects I can find are for server side code pages .php/.aspx etc. From my understanding I can't put a server side redirect in a .html file. I am hosting on a microsoft server, however the new page I am redirecting to is .php. I am running some WordPress (.php) files on the server. I need to make it redirect before the old page loads so visitors don't start reading something that is about to get redirected Can someone please help me?
Intermediate & Advanced SEO | | MyNet0