Type of redirect?
-
I'm almost ready to launch a website redesign. We are going to move what's currently being hosted on olddomain.com to newdomain.com. We want to do this early to avoid error and to have olddomain.com redirect to newdomain.com until the new content is ready.
Once the redesign is complete, we'll push the new content to olddomain.com (as it holds a higher SEO value) and take away the redirect.
A. Does this sound like a good idea?
B. What kind of redirect should I use? 302? 307?
Thanks, and sorry for the confusion
-
The 301 cancellation itself is immediate. It may take time for search engines to crawl your site and notice the change on any given page.
-
How long does it take to cancle the 301?
I had a 301, I just canceled it & uploaded my new content.
-
If you needed to proceed with your plan, then a 302 allows you to redirect traffic for a short period such as what you are describing. I would define "short" as being 7 days or less.
If you are going to move for 30 days or more, I would use a 301 redirect. Once the upgrade is complete, cancel the 301 and send your traffic back.
-
I get why you're confused -- it lies with the presence of our old site and the permissions we have to change content.
So we're not just taking the site down for maintenance upon completion -- we're pointing the domain to a different server (both domains will be pointing to different places). The main question for me is how to do this smoothly?
But, mostly I just needed confirmation that the developer's idea wasn't the best one and reading your responses has helped me understand this a bit better.
-
I am still a bit confused.
You are currently using olddomain.com. You wish to upgrade the site.
You have beta.olddomain.com. You perform your development work on beta.olddomain.com while your live site continues to receive traffic.
Upon completion of development you would take "olddomain.com" down for maintenance. You update the site with the changes from the beta site, then you re-open the site and are live.
The above method represents the stand process under which most sites are upgraded. What you are describing sounds more like what happens in the offline world. You own an office which needs to be remodeled. You then move to a temporary office because the construction workers require access to your old office to make the changes. That method is not required in the virtual world.
-
You're correct in the direction things need to go.
The point isn't to preserve link juice in 2 ways -- it's to maintain a domain that we've had for years and that has tons of links pointing to it.
Pretty confusing stuff if you ask me.
-
We want to use olddomain.com because we've had it for years, our customers know it, and we have tons of links pointing to it. We set up beta.olddomain.com for testing.
The only reason we even need newdomain.com is because our old site was mandated to us by the manufacturer and we need to keep it per their rules. We don't care about that site at all though -- we just need to transfer it at the same time that we get the new content onto the old domain, does that make sense?
-
I agree with Dan's approach.
It sounds like you want to use your current "olddomain.com" as your development area. That doesn't make sense to me. If you use your "newdomain.com" site for development, then when you are ready upgrade/switch your current domain with the newly re-designed content, you wont need to use any form of redirect. It's less work for you and search engines.
-
so your saying that:
beta.olddomain.com will go to: olddomain.com
existing content at olddomain.com will go to newdomain.comif that's correct it may be a bit over my head. perhaps someone else can chime in?
it sounds like you are trying to preserve link juice two ways, which i don't think you can do . perhaps a staggered launch that will allow the 301 to redirect the content, and then a relaunch via the beta content later (no 301s)?
-
Hi Dan, thanks for the response.
I agree that it sounds risky, that's why I posted here It was the route my developer suggested.
The site is being developed on a local server but we also have a subdomain set up (beta.olddomain.com). We'll be using the same domain, but the content that used to be there will be going to a new domain because it is a website that was mandated to us by our corporate manufacturer.
We have already planned to set up the 301 redirects from our old urls to the new ones. The main concern I have is the transfer of the new content to the old domain (from beta.olddomain.com to olddomain.com). Do you have any suggestions for a smooth transition in this regard?
-
hi Kyle,
all the domain forwarding sounds kind of dangerous to me.i've done a few site redesigns and can offer the following advice:
1.) if it ain't broke, don't move it.2.) if you can develop your new site via a local server, or a cheap host (set up a pw so only you can see it while you develop), i would do that. again, just moving domains seems risky.
301 redirects communicate to the search engines that you are permanently redirecting your content to your new site. you want to consider doing a 301 for ALL content/urls. this will help preserve rankings. a lot of times you can use a program like rewrite to handle this if you have tons of urls.
your best bet is to get all your "new" content ready to go, live, and then 301 redirect to it at your new domain. if that is happening on THE SAME domain (old content -> new content ; same domain), you want to 301 redirect your old url's to their equivalent new urls.
hope that 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
-
Redesign Just Starting - Should I Leave The Previous Incomplete Site or Setup A Temporary Holding Page and Redirect Previous URL'S?
Hi All I've picked up a new website project and wanted to ask about the best way to proceed with the current site during the development process. The current site is incomplete although it has been live for a while and has over 80 pages in the sitemap. Link to site https://tinyurl.com/ychwftup The business owner wants to take down the current site and simply add a landing page stating "new website coming soon". From an SEO perspective, am I better to keep the current site live until the new site is ready? Or would it not make any difference if I setup the landing page and add 301 redirects from each page in the sitemap to the landing page. Many Thanks In Advance For Any Assistance
Web Design | | ruislip180 -
WordPress redirects are taking too long to navigate: Anyone ever faced this?
Hi community, We are using wordpress website. We have redirected hundreds of URLs from wordpress redirect manager for last 10 years around. Suddenly from last one week, the redirects are taking too long to navigate to the pages; like around 1 minute. Could you anybody face the same issue? Please help me on this. Thanks
Web Design | | vtmoz0 -
301 Redirect all pictures when moving to a new site?
We have 30,000 pictures on our site. Moz will return 404's on some occasionally, but Google seems to ignore those. Should I 301 redirect all those images when we move to a new site lay-out? Appreciate your views!
Web Design | | Discountvc0 -
How to setup a redirect from one subfolder to another to avoid duplicate content.
Hello All, I have a WordPress site that Moz says has duplicate content. http://deltaforcepi.com/latest-news/page/3
Web Design | | Michael_Rock
http://deltaforcepi.com/category/latest-news/page/3 So I set up an addition to the .htaccess file . . . redirect code to move from one folder to another RewriteRule ^category/latest-news/(.*)$ /latest-news/$1 [R=301,NC,L] What did I do wrong? I am not proficient in .htaccess files.0 -
Redirection Problem
Wondering if anyone could offer some tips here please. I cannot share the site name so will try and be as detailed as possible. My client had their site on a .com domain and have decided to move to a co.uk domain. The new site has been put on the uk domain with more or less the same structure, save for pages which have been removed or merged. I am now setting up 301 redirects to tell the engines about the moved site, however this is giving me no end of grief. I can get domain.com to redirect to domain.co.uk no problems, however, if I try and redirect any of the inner pages to their new locations they all end up on the .co.uk home not where they should be. Given the homepage isn't designed to rank for all the terms. The htaccess I am using is below, I cannot see anything wrong with it, can anyone else? Redirect 301 / http://newdomain.co.uk/
Web Design | | carl_daedricdigital
Redirect 301 /villa_rental.php http://newdomain.co.uk/villa_rental.html
Redirect 301 /new_home.php http://newdomain.co.uk/new_home.html
Redirect 301 /http://newdomain.com/villas.php http://newdomain.co.uk/villastyles.html
Redirect 301 /developments.php http://newdomain.co.uk/developments.html
Redirect 301 /solana_hills.php http://newdomain.co.uk/solana_hills.html
Redirect 301 /middle_east.php http://newdomain.co.uk/middle_east.html
Redirect 301 /denia.php http://newdomain.co.uk/denia.html
Redirect 301 /faq.php http://newdomain.co.uk/faq.html I have tried both relative and full paths for the old site but doesn't make any difference. Does it matter the old site is php and the new html? many thanks0 -
Is it better to redirect a url or set up a landing page for a new site?
Hi, One of our clients has got a new website but is still getting quite a lot of traffic to her old site which has a page authority of 30 on the home page and has about 20 external backlinks. It's on a different hosting package so a different C block but I was wondering if anyone could advise if it would be better to simply redirect this page to the new site or set up a landing page on this domain simply saying "Site has moved, you can now find us here..." sort of idea. Any advice would be much appreciated Thanks
Web Design | | Will_Craig0 -
Is it common to have some of error/warning(currency duplicate,redirect, etc...) in most website that rank well?
Hi could any body could give me some idea on 'on page optimisation' Currently in my campaign I have around 3000+ errors, 14,000+ warning, 7000+ notices for the following reasons: Overly-Dynamic URL
Web Design | | LauraHT
Temporary Redirect
Title Element Too Long (> 70 Characters)
Duplicate Page Title
etc... First of all I know these have negative effect on SEO. Now to fix towards those issues it involve lots of works and times. At the same time most of our important keywords/url rank position have not changed over the last 12 months. Does that mean the above has only limited negative effect? I just want to know is it worthy to invest the man/hour/money to clean those issues. As it involves decent development time. Is it common to have some of error/warning in most website that rank well? (e.g. I 've seem may big website have duplicate title/meta-desc on their currency variant page)0 -
Is there a limit for 301 redirection in htaccess file?
For the SEO perspective, there is a limit for the number of 301 redirection inside the htaccess file?
Web Design | | Naghirniac0