301 redirects for a redesign.
-
About to completely redo a client's site and I want to make sure I don't loose our link juice.
The current site is a old template site from another provider. They host it and we do not have access at all to the site itself, so there will be no transferring of the site from server to server because they feel the site is their property. Basically the site is a monthly service not a product.
So this will be a completely new website, including new URL structure. So my question is how do keep the link juice flowing to the new site?
I know I need to use 301 redirects, but do I rebuild those old URLs on my site and redirect them to their new counterpart or what?
The link profile is not that impressive, maybe 15 back links (all mainly going to the homepage). But they all are local and coming from pretty good domain authority. But its keeping us ahead of our competition.
Back story: This is one of my local search clients, we now have them ranking #1 across the board in the local packs. After analyzing the traffic, they are losing 75% of all traffic because of the sites design. So a new site is a must. I build a lot of websites, but have never worried about the back link profile before now.
Thanks for all your help!
-
I was just going to comment on Don's post about your issue but it seems you've cleared it up. As I understand here, you will be keeping your domain name, just building a new site on a new host. Good, good. You're link juice will keep flowing if you keep your current domain, so relax.
Since you're starting from scratch, you should consider using a platform or static HTML site that you will have complete control over. Those hosted SaaS website builders are not what you want if you're here on MOZ looking to rank well organically. I've had really great results with Magento (not Magento Go), so I can safely recommend it. Odoo, WordPress, Joomla, and other popular open-source platforms all can get you want you need in terms of technical SEO features, but you'll need plugins and modules that may affect performance. Due diligence will pay off here.
Your next step is to do your own site index, noting all the page URLs now and either replicate this structure or set up redirects to avoid a hit in rankings. Since your site seems small and your referring links all point to your homepage, I'd say you might be able to skip this step without a major hit. If you can scrape your current site to save for reference, now is a good time for that.
For DNS, I suggest CloudFlare. Read up and you'll see why. Good luck and post back if you have any more questions about this migration. Cheers!
-
If you're not switching domain names, just host then the situation is much better because now you have control.
When you switch host you're going to get a new DNS (Domain Name Server) it will likely take a few days for this to propagate through the internet. So expect some initially slow traffic days.
Once the DNS has changed to your new site you have control, so you will want to put the 301's on the new site for any of the old pages that don't have url's to their new equivalent. Just like if you were making new pages on the site. Even if they don't have any inbound links you should still 301 any decent ranking URL's to the new ones you make, since they are likely indexed or bookmarked by search engines and users.
Hope this helps,
Don
-
After looking running the open site explorer, it looks like all my links go directly to the home page. I'm not seeing anything going to any other pages. So I should be ok if I'm not switching my domain name?
-
Thanks Don,
That's exactly the situation we are in. I appreciate the help.
-
HI Richard,
I think you may have stumbled into a bit of a messy situation here. If you do not have access to the old site, how can you 301 redirect to the new site? The 301 redirects are put into the .htaccess file of the old site. Think of it like a "We Moved Sign" you would place on a retail store. You pull into the parking lot and see a sign that says. "hey we moved, we are now located at...". If you're not allowed to use the parking lot, you have no where to put this sign.
You need to make sure your client is allowed to, or at least the company hosting the site is willing to allow you to put in the redirects. To answer your question you need to specifically put in a the .htaccess file on the OLD site to the new site.
You do not have to be concerned with matching URL's only that you format the .htacess file correctly. An example would be (again this must be on the old site server).
- redirect 301 oldpage.html http://www.NewSite.com/newpage.html
- redirect 301 oldfolder/somepage.html http://www.YourNewSite.com/newfold/newpage.html
If you choose to keep the same file structure you can do a blanket 301 redirect using mod rewrite (it must be enabled on the old server). Like this.
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^OldDomain.com$ [NC]
RewriteRule ^(.*)$ http://www.NewDomain.com/$1 [R=301,L]You can read more about redirects here at Moz.
If you do not have the ability to put an htaccess file or the clients hosting provider is un-willing to help (they may for a charge) then you're in a bad situation with no great solutions. The only thing I can think of is having the clients old host create a page that say this site has moved and provide a link to the new site. Our company did this many many years ago http://www.columbiaindustrial.com/ when they changed their name and host (before my time). Then you need to recommend how long you would recommend the client pays for this new page to be live... I'd say at least 3-6 months.
Hope this helps
Don
-
I am assuming you are not changing the domain name so you don't need to worry about any links pointing to the home page as this page will be live.
And for any pages you don't want but have links pointing to them, then yes 301, nope you don't need to recreate the urls, just add the 301 to servers.
Unfortunately if you are changing some of the site urls, you are going to lose some rankings in the short term but I am sure the new site is much better written for the search engines that you improve - but you will lose some short term rankings
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
-
Redirect Juice?
Hello all! I have a partner site that is linking their product page (step 1) to our product page (step 2) and then we instantly forward them to our shopping cart page (step 3) with that product added. Will my product page (step 2) get the SEO juice from our partners link (step 1) even though we instantly forward to our shopping cart page (step 3)? Curious about ways to technically do this correctly. Thank you!
Intermediate & Advanced SEO | | Jamesmcd030 -
(Australia) Changing .net.au to .com.au - web dev is refusing to do a 301 redirect and wants to run two sites?
After years using a .net.au site, my client has purchased the .com.au version of the same domain. I've now set up a new, responsive website using a wordpress template with new content, but used a similar page structure. I've asked their web developer to now do a 301 permanent redirect on each old page from .net.au site to it's new .com.au page, but he has refused, saying it would be bad for long term SEO. Instead, he says they should run both sites (which I thought would cause duplicate content issues). Both domains are hosted with the same company. I thought as long as the 301 redirects were done on a page by page basis, there were no issues? I'm no SEO expert, (which he claims to be), so I just wanted to get another opinion on what best practice would be in this instance.
Intermediate & Advanced SEO | | carolineraad0 -
Primary Domain or Redirect?
We are starting a new travel guide for a resort town. I have bought an expired domain with decent related links and PR (which seems to have survived the transfer (4 months ago). Beofre we launch the new site I am trying to decide if we should use this expired domain as the primary URL for the new site or just do a permanent redirect and buy a new domain that better matches the theme of the site. I am obviously concerned with starting from scatch with a new domain. I am confident we can build some good rellevant links in a short time but this space is very competetive. Any input would be greatly appreciated.
Intermediate & Advanced SEO | | Locals0 -
301 Redirect pages with .aspx extension
I want 301 redirect all a website's subpages with a .aspx extension to a page without the .aspx etension. Example: I want to 301 redirect www.website.com/services.aspx to www.website.com/services Right now if you do not include .aspx on the end of every URL it gives a 404 error. I have used the web.config file to 301 redirect non-www to www and /default.aspx to /. I am not extremely familiar with IIS 7.0 or web.config, so any help would be great. Thanks.
Intermediate & Advanced SEO | | VentaMarketing0 -
Reverse Proxy better than 301 redirect?
Are reverse proxies that much better than 301 redirects? Should I invest the time in doing this? I found out about reverse proxies here: http://www.seomoz.org/blog/what-is-a-reverse-proxy-and-how-can-it-help-my-seo
Intermediate & Advanced SEO | | brianmcc0 -
301 redirect every pages?
Good evening, my question might sound stupid but please forgive me, I am still learning SEO. If I build a new site that will replace an existing site. Is there any point to do a 301 redirect for pages that had no inbound link so, no juice to pass? I kind of think that it would be a better practice to 301 redirect each pages to a page that make sense on the new web site .... but here is why I think that. Why I say that If I am lucky, many of my old web site pages will be indexed, many of them having no inbound links. So once the new web site online, until all my new web sites pages are indexed, I could imagine Google would send people to the index pages (the old ones that do not exist anymore)... I am right? So in that case, if I do a 301 redirect only for pages that have inbound links, the user would end up on a 404 page. Could you tell me if it make sense how I think? Thanks a lot !! Nancy P.S. I would not redirect if it make no sense to the user. I fully understand that we must always keep the user experience in mind in any 404 and 301 redirect decisions. But to simplify the question, just suppose it is ok from a user perspective to map every old site pages to a page in new web site.
Intermediate & Advanced SEO | | EnigmaSolution0 -
How do I set up a 301 redirect if the default settings for our web servers create multiple URLs for the same page?
How do I set up a 301 redirect if the default settings for our web servers create multiple URLs for the same page but only views it as one page?
Intermediate & Advanced SEO | | ibex0 -
301 Not Allowed...Other Solutions?
A client's site where both the www. and non-www. versions are both being indexed. The non-www. version have has roughly 1000 or so links where the www. version has over twice as much pointing back to the site. In addition, the www. version has higher domain authority. Their programmer has suggested that they can't implement 301's permanent redirects across their site for a few reasons. My question is, what would be the best alternative to block/redirect the non-www. version from being indexed yet still pass link-juice?
Intermediate & Advanced SEO | | VidenMarketing0