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?
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
-
One company, 3 countries, 3 sites - best solution?
Hi all, I'm working with a company that has 3 x websites all on separate WordPress platforms. One is at .com, the others .fr and .de - they are essentially very similar. I have suggested that it is worth exploring setting all of these websites up on the .com domain with country-specific directories to combine their authority and help all 3 websites naturally rank due to combining incoming links, authority etc. Quesitons: To ensure each country has control of their site, would you maintain a separate install of WP at each directory, i.e: .com/fr/ and .com/de or would you put it all on the same WP? Would you go down this route of combining all 3 sites onto one domain with country-specific directories? What are the pitfalls?
Technical SEO | | Bee1590 -
New website on new url?
We have a new website on a new url (been up for around 2 years now) and our old website is slowly fading in the background, we are now at the point where the money is still ok but we are having issues running both side by side, we have a calculator on each page and are thinking about removing this and adding a box with please order from our new site here (with url of similar page). Now the issue is we don't want to link for SEO purposes and google hammer us (thinking of no - following these) and we also have a penalty we got in 2012 on the site but we did get out of this, would this cause any issue to the new site?
Technical SEO | | BobAnderson1 -
Why isn't our new site being indexed?
We built a new website for a client recently. Site: https://www.woofadvisor.com/ It's been live for three weeks. Robots.txt isn't blocking Googlebot or anything. Submitted a sitemap.xml through Webmasters but we still aren't being indexed. Anyone have any ideas?
Technical SEO | | RobbieD910 -
Migrating to new subdomain with new site and new content.
Our marketing department has decided that a new site with new content is needed to launch new products and support our existing ones. We cannot use the same subdomain(www = old subdomain and ww1 = new subdomain)as there is a technically clash between the windows server currently used, and the lamp stack required to run the new wordpress based CMS and site. We also have an aging piece of SAAS software on the www domain which is makes moving it to it's own subdomain far too risky. 301's have been floated as a way of managing the transition. I'm not too keen on that idea due to the double effect of new subdomain and content, and the SEO impact it might have. I've suggested uploading the new site to the new subdomain while leaving the old site in place. Then gradually migrating sections over before turning parts of the old site off and using a 301 at that point to finalise the move. The old site would inform user's there is a new version and it would then convert them to the new site(along with a cookie to auto redirect them in future.) while still leaving the old content in place for existing search traffic, bookmarks and visitors via static URLs. Before turning off sections on the old site we would create rel canonicals to redirect to the new pages based on a a mapped set of URLs(this in itself concerns me as the rel canonical is essentially linking to different content). Would be grateful for any advice on whether this strategy is flawed or whether another strategy might be more suitable?
Technical SEO | | Rezza0 -
Best practices for controlling link juice with site structure
I'm trying to do my best to control the link juice from my home page to the most important category landing pages on my client's e-commerce site. I have a couple questions regarding how to NOT pass link juice to insignificant pages and how best to pass juice to my most important pages. INSIGNIFICANT PAGES: How do you tag links to not pass juice to unimportant pages. For example, my client has a "Contact" page off of there home page. Now we aren't trying to drive traffic to the contact page, so I'm worried about the link juice from the home page being passed to it. Would you tag the Contact link with a "no follow" tag, so it doesn't pass the juice, but then include it in a sitemap so it gets indexed? Are there best practices for this sort of stuff?
Technical SEO | | Santaur0 -
Multiple Sites Duplicate Content Best Practice
Hi there, I have one client (atlantawidgets.com) who has a main site. But also has duplicate sites with different urls targeting specific geo areas. I.e. (widgetmakersinmarietta.com) Would it be best to go ahead and create a static home page at these add'l sites and make the rest of the site be nonindexed? Or should I go in and allow more pages to be indexed and change the content? If so how many, 3, 5, 8? I don't have tons of time at this point. 3)If I change content within the duplicate sites, what % do I need to change. Does switching the order of the sentences of the content count? Or does it need to be 100%fresh? Thanks everyone.
Technical SEO | | greenhornet770 -
What is the best image format to put on your site
Hi at the moment i am working with images to try and speed up my site and i am wondering what is the best format to save images and then put on my site. I have been playing around with photoshop where they have the following formats png-24 gif (but not sure which one i should choose or jpeg I would be grateful for your advice and also to know what size i should try and keep the image down to many thanks
Technical SEO | | ClaireH-1848860 -
Considering redirecting or canonicalization - Best Practice
Hi, I'm having a techinical problem and I would like advise on the effects this is having on my SEO efforts. My old site www.oldsiteexample.com (live for about 8 years) Directs to my new site www.example.com which is fine BUT When I type me new website into the tool bar both sides are found & do not direct to one domain; www.example.com & example.com (both the same site) What is the best practice here? Direct my new non www to my new www site considering my old website directs to the www. Advise & the SEO affects this is having my website would be greatly appreciated, thank you.
Technical SEO | | Socialdude0