301 redirects and old domain names
-
Thanks to the great advice i've received on this forum, I'm combining 50 different truck sites into a single, ultimate truck website. So my question is how long should I make a website 301 redirect to the appropriate page on my new website?
My thought is that if it works well to have a single website, it might be nice to eventually sell off some of the old domain names that I won't be using anymore.
Thanks!
Andy
-
Some good advice from Google on changing domains here: https://www.google.com/support/webmasters/bin/answer.py?answer=83105&hl=en
I have never 301'd 50 different sites either, however I wouldn't just leave it up to the 301s to inform Google - use the 'Change of Address' function in Webmaster Tools. If you haven't already got Webmaster Tools set up on all of the old sites, I'd say that's an essential task to do first. Then you can tell Google manually that the new site is replacing the old one/s. You'll have to repeat the process 50 times but it's quick, easy and well worth the effort.
Google suggest that you leave the 301s in place on the old site/s for at least 180 days - but probably better to listen to Marcus and Alan; 12 months won't do any harm.
I'd also get the new site up and running concurrently for a few weeks first, if it's a new domain or if it hasn't had any content on it for a while. A client recently immediately killed their old site upon launching the new domain, found out the new domain had previously been burnt, and it tool 6-8 weeks to recover rankings for the new site after a 'reconsideration request'. It cost them organic traffic and extra PPC spend.
Maybe others would advise against this? Realise it's potentially duplicate content but a short cross-over period would enable the old sites to continue providing temporary value as the new site registers.
-
My thoughts exactly Marcus. A 12 month rule of thumb is what I go by, with the monitoring being key.
-
Hey Andy
There is no real concrete answer to that question so you need to play it by ear. Set up the redirects and watch them over time. Query the to ensure that the additional sites have all disappeared from the search engine result pages. You can also check the web logs on these domains to see if they are picking up traffic from search at all and if so, continue to leave them as long as it takes.
I would be prepared to leave them all for at least 12 months and then review them all and make your decisions.
Additionally, try not to worry about the 301's too much and concentrate on the new main site. Start building up some good links and if possible see if you can get valuable links pointing to the old sites all pointing to the new site. Get some great content on there as well and start promoting that and this will all help the new site supersede the older sites.
As an aside, I have never 301'd fifty sites into one so it would be interesting to hear if anyone else has any experience of combining so many sites into one.
Hope it helps & be prepared for a bit of wait.
Marcus
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
-
301 Redirects Backlinks?
I am wondering how many people still getting results from 301 redirects from high authority expired domains..? I read few case studies on detailed dot com where the shared some people still making big bucks from this strategy which i think 10beast also implemented few years back.? Is it worth it to test out 301 redirects to money sites.? How many people on the moz community here have implemented this strategy in practical and can share some insights and pros and cons of doing 301 redirects? Many Thanks.
Technical SEO | | asifseo0980 -
Google is indexing our old domain
We changed our primary domain from vivitecsolutions.com to vivitec.net. Google is indexing our new domain, but still has our old domain indexed too. The problem is that the old site is timing out because of the https: Thought on how to make the old indexing go away or properly forward the https?
Technical SEO | | AdsposureDev0 -
Help with 301 redirect code
Hi, I can't work out how to make this one work and would apreciate if someone could help.
Technical SEO | | Paul_MC
i have a series of folders from a old site that are in the structure:
/c/123456/bags.html (the "123456" changes and is any series of 6 digit numbers), and the "bags.html" changes depending on the product.
I need that to be 301 redirected to the following format:
/default/bags/bags.html0 -
301 redirect of a subdirectory
Hello! I am working on a website with the following structure: example.com/sub1/sub2/sub3. The page "example.com/sub1" does not exist (I know this is not the optimal architecture to have this be a nonexistent page). But someone might type that address, so I would like it to redirect it to example.com/sub1/sub2/sub3. I tried the following redirect: redirect 301 /sub1 http://example.com/sub1/sub2/sub3. But with this redirect in place, if I go to example.com/sub1, I get redirected to example.com/sub1/sub2/sub3/sub2/sub3 (the redirect just inserts extra subdirectories). If someone types "example.com/sub1" into a browser, I would "example.com/sub1/sub2/sub3" to come up. Is this possible? Thank you!
Technical SEO | | nyc-seo0 -
301 redirect
What is a proper way to redirect any url containing a give word (anywhere in the url) to another sepcified url? Is it like this? RedirectMatch 301 ^thisword$ http://domain.com/newlocation
Technical SEO | | sesertin1 -
Why is a 301 redirected url still getting indexed?
We recently fixed a redirect issue in a website, and although it appears that the redirection is working fine, the url in question keeps on getting crawled, indexed and cached by google. The redirect was done a month ago, and google shows cached version of it, even for a couple of days ago. Manual checking shows that its being redirected, and also a couple of online tools i checked report a 301 redirect. Do you have any idea why this could be happening? The website I'm talking about is www.hotelmajestic.gr and its being redirected to www.hotel-majestic.gr
Technical SEO | | dim_d0 -
Accidently did a 301 redirect on root domain and lost domain keyword position
I just bought a domain about a week ago and instantly ranked number 4 for for my keywords with the domain keyword bonus. I created a landing page off the root of my domain while I'm building out my main site. I accidentally did a 301 redirect instead of a 302 from my root to my landing paging and this resulted in me losing my position and only being about to find my domain in the google if I searched for my domain specifically. Anyway to regain my original position? I have removed the redirect. Have I been put in the sandbox?
Technical SEO | | JohnTurner790 -
On Page 301 redirect for html pages
For php pages youve got Header( "HTTP/1.1 301 Moved Permanently" );
Technical SEO | | shupester
Header( "Location: http://www.example.com" );
?> Is there anything for html pages? Other then Or is placing this code redirect 301 /old/old.htm http://www.you.com/new.php in the .htaccess the only way to properly 301 redirect html pages? Thanks!0