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
-
(Urgent) losing traffic after 301 redirect
We face a seo problem of losing traffic after 301 redirect.We have used 301 redirect from a sub-domain url to main domain, after a few month, we discovered that the traffic in google is dropped 40% as well as yahoo dropped 50% without reason, we have updated sitemap already, but we cannot find any reason for the traffic dropped till now..The original url (more then 5000 links)https://app.example.com/ebook Redirected Urlhttps://www.example.com/ebookThank you for your help!
Intermediate & Advanced SEO | | yukung0 -
Huge httaccess with old 301 redirects. Is it safe to delete all redirects with no traffic in last 2 months?
We have a huge httaccess file over several MB which seems to be the cause for slow server response time. There are lots of 301 redirects related to site migration from 9 months ago where all old URLs were redirected to new URL and also lots of 301 redirects from URL changes accumulated over the last 15 years. Is it safe to delete all 301 redirects which did not receive any traffic in last 2 months ? Or would you apply another criteria for identifying those 301 that can be safely deleted? Any way to get in google analytics or webmaster tools all 301 that received traffic in the last 2 months or any other easy way to identify those, apart from checking the apache log files ?
Intermediate & Advanced SEO | | lcourse0 -
Irrelevant backlinks - will 301 redirect cleanse the relationship?
My client has thousands of clients for whom they provided websites that used to reside in a subdirectory of their own domain. They moved them to their own domains but there are tens of thousands of backlinks on those sites pointing back to the original domain. Those backlinks are completely irrelevant and are probably hurting them by sending the wrong signals to Google on what this site really is about. My question is will the 301 redirect be enough to cleanse the relationship between my client and all their clients' sites or should I ask the client to clean up all those backlinks on their clients' sites and remove their domain from the target urls? That's a huge job, obviously.
Intermediate & Advanced SEO | | katandmouse0 -
Multiple 301 Redirect Query
Hello all, I have 2 301 redirects on my some of my landing pages and wondering if this will cause me serious issues. I first did 301 directs across the whole website as we redid our url structure a couple of months ago. We also has location specific landing pages on our categories but due to thin/duplicate content , we have got rid of these by doing 301's back to the main category pages. We do have physical branches at these locations but given that we didnt get much traffic for those specific categories at those locations and the fact that we cannot write thousands of pages of unique content content , we did 301's. Is this going to cause me issues. I would have thought that 301's drop out of serps ? so is this is an issue than it would only be a temporary one ?.. Or should I have 404'd the location category pages instead. Any advice greatly appreciated. thanks Peter
Intermediate & Advanced SEO | | PeteC120 -
Php 301 redirect
Hi I am migrating an old wordpress site to a custom PHP site and the URL profiles will be different, so want to retain all link profiles and more importantly if a user visits the old urls via search then they are seamlessly transferred to the new equivalent page For example www.domain.com/about-us is going to need to redirect to www.domain.com/aboutus.php www.domain.com/furniture is going to need to redirect to www.domain.com/furniture-collections.php etc What is the best way of achieving this apart from .htaccess as not 100% confident of doing this. Could it be done via PHP or using meta tags?
Intermediate & Advanced SEO | | ocelot0 -
How to redirect an url in .htaccess when "redirect 301" doesnt work
I have an odd page url, generated by a link from an external website, it has: %5Cu0026size=27.4KB%5Cu0026p=dell%20printers%20uk%5Cu0026oid=333302b6be58eaa914fbc7de45b23926%5Cu0026ni=21%5Cu0026no=24%5Cu0026tab=organic%5Cu0026sigi=11p3eqh65%5Cu0026tt=Dell%205210n%20A4%20Mono%20Laser%20Printer%20from%20Printer%20Experts%5Cu0026u=fb ,after a .jpg image url, and I can't get it redirect using the redirect 301 in .htaccess to the properly image url as I use to do with the rest of not found urls eg: /15985.jpg%5Cu0026size=27.4KB%5Cu0026p=dell%20printers%20uk%5Cu0026oid=333302b6be58eaa914fbc7de45b23926%5Cu0026ni=21%5Cu0026no=24%5Cu0026tab=organic%5Cu0026sigi=11p3eqh65%5Cu0026tt=Dell%205210n%20A4%20Mono%20Laser%20Printer%20from%20Printer%20Experts%5Cu0026u=fb to just: /15985.jpg
Intermediate & Advanced SEO | | Status0 -
301 redirect w/ dynamic pages to static
I am trying to redirect old dynamically created pages to a new static one (single page). However, when I implement the redirects, it still uses part of the old dynamic url. For instance... dynamic.php?var=example1 dynamic.php?var=example2 dynamic.php?var=example3 should all redirect to: static.html. However, they are redirecting to: static.html?var=example1 static.html?var=example2 static.html?var=example3 The page is resolving fine, but I don't want google to misinterpret the new static page as numerous page with dup content. I tried this in PHP on the dynamic.php page as follows, but it the problem above persisted: header('HTTP/1.1 301 Moved Permanently');
Intermediate & Advanced SEO | | TheDude
header('Location: http://www.mysite.com/static.html'); I tried doing it in my .htaccess file as follows, but the problem persisted: redirect 301 /info/tool_stimulus.php?var=example1 http://www.mysite.com/static.html
redirect 301 /dynamic.php?var=example2 http://www.mysite.com/static.html Can anyone solve this in PHP or w/ htaccess? Help!!! 🙂0 -
Effect of 301 redirect to a relative url to homepage?
One of our new clients recently encountered a site-wide ranking drop for many keywords and I'm pretty confident regarding their link profile as to being 98% legit. Background: 1. Client full site is https, and all http pages are 301 redirected to their https counterpart 2. Client has ~50 links partners (all legitimate sites + schools etc) links to client with urls such as www.example.com/portal/123.aspx that redirects to www.example.com. 3. Client homepage 301 redirects from www.example.com to www.example.com/default.aspx and then 301 redirects to the relative url "/Home.aspx". 4. Client launched some testing with Google website optimizer tool. ~1-2 months ago. Symptoms: 1. Rankings dropped for basically many/all 30-40+ keywords by ~15 positions 2. Seomoz reports close to a double of existing pages + (600+) duplicate content in the same date range. Webmasters only report 80 duplicate titles though. 3. Domain authority by seomoz reduced a bit + backlinks recorded by seomoz to the website nearly halved in the past 2 months. I'm not sure if I narrowed this towards the right direction, and it isn't clear when the relative url 301 redirect was implemented: 1. The 301 redirect to the relative page (www.example.com/default.aspx to "/home.aspx") is accounting for the loss of links recorded by seomoz. 2. The ~50 links the client currently use (www.example.com/portal.123.aspx 301 redirecting to www.example.com, also relative) as a tracking tool is being considered 301 redirect abuse. 3. Maybe something went wrong with the usage of google optimizer tool for SEO purposes? Visitor traffic to each of the tested pages looked fine. I would greatly appreciate any advice/insights on what I might be missing in terms of direction / factors. Thanks! Alex
Intermediate & Advanced SEO | | sixspokemedia0