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
-
What type of website is best for seo.
I need a new website for my health insurance business. What type is best for SEO? Many thanks
Web Design | | laurentjb0 -
Site redesign - 301 Redirects
I've just overhauled a website, leaving lots of former posts in the dust. I've set up a 404 redirect to the home page so that if anyone goes to one of those old pages they land on the home page instead of a dead 404. But, there's a couple urls from the old site I'd prefer to redirect to similar pages. These urls have forward slashes and I don't know how to get the slashes in when I copy it over to the new site. This is probably something easy, but I'm baffled. This www.lawbarron.com/personal-injury/whip-its-nitrous-oxide/ becomes this when I copy it www.lawbarron.com/personal-injury-whip-its-nitrous-oxide Can someone help me out?
Web Design | | julie-getonthemap0 -
Help with 302 Temporary Redirect warning via MOZ crawl
Hi Guys, This is my first post so hopefully I'm using the forum correctly. MOZ crawl tells me that I have 35 pages with a temporary redirect The URL column displays 302 Found along with the http:// URL Redirection Location column shows the corresponding https:// URL This all seems pretty self explanatory. However, I’ve checked my .htaccess file and I can’t see any 302 references in it. I'm trying to figure out where the 302 redirects are from and how I can make them permanent Please can anyone help me out? My .htaccess looks like it needs a little tidy (there are 2 if blocks) <ifmodule mod_rewrite.c="">RewriteEngine On
Web Design | | ianalannash
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.mysite.com/$1 [R,L]</ifmodule> BEGIN WordPress <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_HOST} ^mysite.com$ [NC]
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301,L]</ifmodule> END WordPress0 -
Should I Kill the Old Domain or Work Through the Redirect?
Our IT department wasn't able to create a new directory on the current domain name for whatever reason and so we had to create a new domain name called ww2.domain.com to build the new site. So now we have the new site up and appartly some PDFs and pages are being directed to the from the old site. www.domain.com but 10,000 pages /PDFs are still indexed in Google and are not redirected. So when you open the page you get the old www.domain.com instead of it redirecting to ww2.domain.com. It's sort of a mess! My question is can we just kill the old domain name and move the ww2.domain.com back to the old domain? We also want to do away with the ww2.domain.com and go back to www.domain.com. I know it's confusing as heck! What would you recommend?
Web Design | | Eagle-ABS0 -
Do I need to redirect soft 404s that I got from Google Webmaster Tools?
Hi guys, I got almost 1000+ soft 404s from GWT. All of the soft 404s produce 200 HTTP status code but the URLs are something like the following: http://www.example.com/search/house-for-rent (query used: house for rent) http://www.example.com/search/-----------rent (query used:-------rent) There are no listings that match these queries and there is an advanced search that is visible in these pages. Here are my questions: 1. Do I need to redirect each page to its appropriate landing page? 2. Do I need to add user sitemap or a list of URLs where they can search for other properties? Any suggestions would help. 🙂
Web Design | | esiow20130 -
Display a message after 301 redirect.
I know this one is a little more technical than pure SEO, but it somewhat ties in. I'm redirecting 2 sites to one. The companies have combined, and I've imported all their content that has been created, and the url mapping is set up correctly. So it currently is set up like this: A.com --> C.com
Web Design | | WilliamBay
A.com/blogpost-1 --> C.com/blogpost-1 B.com --> C.com B.com/blogpost-20 --> C.com/blogpost-20 What i would like is some method a redirect when landing at C.com or C.com/blogpost-XX. And in turn display a message in a DIV so I can style it. And yes, I have nothing better to do on a Friday night 🙂0 -
For a varied product type or keywords group is it best to have several sites?
Hello everyone... Question: I have 7-8 generic keywords that I would like to rank for, is it possible for one site to rank highly for all these different keywords, or would this be best achieved by making 2 or 3 websites in total targeting different keywords (product sectors)? More info: We are in a niche industry & would like to know if it would be beneficial to have several websites made for specific product types rather than one main site? Although these sub classifications of products are nice, they are competitive as they have a high search volume Would it be better to build specific websites that only do that one type of product and have related keyword in domain, content & blogs on the site to that effect to increase relevance and positions as a result? Thanks
Web Design | | Ray_UK0