Best way to redirect 3 sites to 1 new one.
-
Hi All
We currently have 3 old sites that have tones of content. Due to brand/business consolidation we have merge all 3 to produce 1 website. The new site contains all the old content from the old 3.
So, I know I need to 301 redirect all the old content from the previous sites to the equivelent content on the new sites but am confused how you do this with 3 domains?
One of the domains is being replaced with the new site.
So I have:
All the content for all the sites have been imported into a new site and any duplicate content issues havce been resolved.
Can anyone point me in the right direction?
Thanks
-
I understand, I didn't actually mean redirect content as such but I realise I was a little unclear in my questions.
So basically I should point all 3 domains to the new one then redirect-wise, is the below correct?
redirect 301 http://www.oldsite.com/some-category/article/ http://www.newsite.com/category/article
-
When you do a redirect, all you do is redirect requests for that page.
So when the search engine follows a link, it is redirected to another page, and it gives the link juice to that page. you do not redirect content or any thing else about the page but its incomming links, so if there is no links pointing to the site, there is nothing to redirect.
when you do a 301 redirect you are redirecting links, the page that link comes from and the link text should be relevant to the new page.
-
Also, any pointers on how to achieve this?
"Above this redirect i would redirect to deep pages that do not have the same path, by checking the existing path of the link. This way you dont have chain redirects"
-
Hi Thanks for the reply.
Ok, so use the redirect code you provided at the end of the htaccess. I'm not sure I follow what you mean about redirecting links not content, I'm not talking about external links purely just about any old content from the old domains that may show in serps and getting these redirected to their new versions on the new site.
A clearer example of what I have is:
Old domains each cover one brand
So the new site is structured like:
So how do I handle the redirects from old pages? Like this?
redirect 301 www.brand1.com/some-page www.newsite/brand1/some-page/
Then use your redirect code last? Also the site structure (as above) is totally different than before so would that effect your redirect code?
To make it trickier one of the sites is a hosted blog platform that I dont have ftp access to but I can repoint the domain. I could repoint this domain to new hosting with a page saying moved and have a .htaccess under that domain doing the redirects.
-
I would point all the domains at the new domain.
Then have a rule that states, if the host does not equal new domain then make sure it does. see code below. But put this last. as it is only good for links that have the same path as the old site, like the home page and any others you managed to keep the same path
Above this redirect i would redirect to deep pages that do not have the same path, by checking the existing path of the link. This way you dont have chain redirects
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.newdomain.com$
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]but having said this,
First i would not do this all at the same time, SE will discount your redirects if you redirect too many domains to the one domain. there is a matt cutts video about this. http://www.youtube.com/watch?v=a70ygsHgvMw
Also, you do not redirect content, you redirect links. the important thing is the page the link comes from and the link text, the page it did link to is irelevant, then decide on that where to send it. so if no links to the old page there is no link juice to redirect.
Do not send all to the home page, they will be discounted if you do
-
I should add that one of the sites is hosted with a blogging platform (blog harbour) thats about to shut down therefore I can't upload a htaccess with redirects in. So I was just going to point the domain at the new domain name and add redirects to a htaccess file on the new domains like:
On new domains .htaccess:
redirect 301 www.olddomain.co.uk/category/article.php www.newdomain.co.uk/category/article.php.
Is this the best way?
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 301 redirects a deal breaker for Migrating content or moving to new software?
I have this forum with about 2 million posts for 16 years on root of the domain. I am looking to switch softwares but the top ones won’t help setup 301 redirects. But I can still migrate all my members and all my content (threads/posts), would Google still reindex all our content or if we don’t setup redirects would it really kill our entire traffic for a long time or maybe just a month or so? I really want to migrate to software that isn’t forum based but rather something that offers courses, chat, live video streaming, subscription based etc. and this is the only way to do so OR to set it up on an entirely new domain OR subdomain but to me that is like starting all over from scratch? I could archive the forum to read only and set it up on subdomain or another root domain - then on the archived forum setup banners and a pop up linking to the new site or new subdomain? . This is such a hard decision for us as the current forum we have had for so many years has lost members posting from 1k a day to just a handful a day, our fb group though gets 1k a day so I’m trying to revive a site into something more modern and has all the training features we can offer as well.
Technical SEO | | vbsk1 -
Should we launch a new site as responsive or mobile.
need advice - we are launching a new responsive website. one team member very vocal that we should launch as mobile. site first then take that away. I think is a waste of time .. thoughts?
Technical SEO | | AJFanter0 -
Mobile site SEO: faulty redirects.. 204! help pls!
Hello, I have recently read that a m.site.com should provide the same number of pages as the non-mobile site. Is this so? Is this why my mobile site won't rank? Our competitors have their standard websites showing up before our m.website.com version... Also, do I have to get a whole new set of mobile links for my mobile site? In WT, I am seeing absolutely no inbound links, which seems odd? Any help would be greatly appreciated. 🙂 Thanks in advance
Technical SEO | | lfrazer0 -
301 redirect + new website copy
Hi There, We are currently redeveloping our website and we're rewriting and optimising our many of our service pages. I think I may already know the answer but should we apply 301 redirects from our old services pages to the new versions? The content subject matter will be the same on the new versions, they will just be completely reworded. I would be interested to hear your views. Thanks, Stu
Technical SEO | | Stuart260 -
What should I do with 10 Similar Domains pointing to one site?
Hello,
Technical SEO | | thealika
I was recently put in charge of one website with about 15 extra Domains. I previously asked if Domain Parking hurts your SEO as duplicate content - and i learned that the answer seems to be yes. My next logical question is:
What should I do with all those EMD, keyword friendly domains? As I understand, 301 redirecting the domains to the root domain is a safe bet, but that means the extra domains will point to the original root domain no mater what comes after the forward slash. So www.ExtraDomain.com/AboutUS will point to www.OriginalDomain.com - is there a way to keep the forward slashes relavent to the content on the original root domain, if so How? Your Advice, Links, and Comments are greatly appreciated.
Thanks
Nikita0 -
301 redirecting a mobile site.
Is it possible to selectively 301 redirect mobile/tablet user agents and google robots from the desktop version of a website to a mobile site? Would this preserve the SEO for the desktop website while optimizing the mobile/tablet site for mobile SEO?
Technical SEO | | inc.com0 -
Will 301 redirecting a site multiple times still preserve the original site value?
Hi, All! If site www.abc.com was already 301 redirected to site www.def.com, and now the site owner wants to redirect www.def.com to www.ghi.com - is there any concern that it's not going to work, and some of the original linkjuice, rank, trust, etc. is going to vanish? Or as long as the 301s are set up right, should you be able to 301 indefinitely? Does anyone have any experience with actually doing this and seeing good/bad/neutral results? Thanks in advance! -Aviva B
Technical SEO | | debi_zyx0 -
Best place for new relevant content ?
Hi everyone, The background to my question is that one of the companies I work for has just produced a load of videos answering many of the common questions about their products, for the ecommerce part of their site. I've got these videos transcribed which I want to use as the backbone to some of the main pages on the site (some of which are already ranking reasonably well). I was thinking of putting this content on their department page (so for example their departments would be kitesurfing, land kites, toy kites etc.) above links to their sections (e.g. kite surf kites, kite surf boards etc.). Do you think this would be a good place to put a large amount of text ? (the text will be in a scrollable div) - i.e. could it get in the way of the links which are currently passing juice deeper in to the site ? Alternatives are to put the videos under the links to the sections (which would place them below the fold), or to place each video on its own page and simply link to these pages from the departments page (although it is the department page we wish to rank). Another alternative is to put links to the sections both before and after the new content. Hope that all makes sense! Thanks in advance
Technical SEO | | stukerr0