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
-
Multistore 302 Redirects
I noticed that every link on my site is being flagged up as a 302 temp redirect in Moz. The reason is because we have a multi store and use GeoIP to redirect anyone coming from their respective country. I'm guessing a 302 is the wrong way to do this - can anyone shed advice on the best practice for redirecting customers to geo-specific stores?
Intermediate & Advanced SEO | | moon-boots0 -
Unintentional wildcard 301 Redirect?
I have migrated a client's site to a new domain. I used Yoast tools to add 301 redirects for all active site pages from old domain to new domain in the .htacces files as neither the client nor I have access to hosting server via FTP (long story). Redirects are working as I intended, and we didn't lose too much in our rankings. Unfortunately, as soon as I saved the .htaccess file in Yoast, old-domain.net/wp-admin began redirecting to new-domain.net/wp-admin. I can no longer login to the wordpress site on the old domain. I did not enter a redirect for /wp-admin. Any thoughts on how this is happening or if there is some other way to get back in? Without server access, I'm pretty stumped. Thanks!
Intermediate & Advanced SEO | | c_estep_tcbguy0 -
Redirect Issue in .htaccess
Hi, I'm stumped on this, so I'm hoping someone can help. I have a Wordpress site that I migrated to https about a year ago. Shortly after I added some code to my .htaccess file. My intention was to force https and www to all pages. I did see a moderate decline in rankings around the same time, so I feel the code may be wrong. Also, when I run the domain through Open Site Explorer all of the internal links are showing 301 redirects. The code I'm using is below. Thank you in advance for your help! Redirect HTTP to HTTPS RewriteEngine On ensure www. RewriteCond %{HTTP_HOST} !^www. [NC]
Intermediate & Advanced SEO | | JohnWeb12
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] ensure https RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] 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]</ifmodule> END WordPress USER IP BANNING <limit get="" post="">order allow,deny
deny from 213.238.175.29
deny from 66.249.69.54
allow from all</limit> #Enable gzip compression
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript #Setting heading expires
<ifmodule mod_expires.c="">ExpiresActive on
ExpiresDefault "access plus 1 month"
ExpiresByType application/javascript "access plus 1 year"
ExpiresByType image/x-ico "access plus 1 year"
ExpiresByType image/jpg "access plus 14 days"
ExpiresByType image/jpeg "access plus 14 days"
ExpiresByType image/gif "access plus 14 days"
ExpiresByType image/png "access plus 14 days"
ExpiresByType text/css "access plus 14 days"</ifmodule>0 -
301 Redirect of subdomain?
Fellow Mozzers, I'm having a hard time wrapping my brain around a redirect issue and thought it was worth posing the question to the Moz community. I did a search first but couldn't find the exact answer I was looking for. How does a 301 redirect work when you redirect a sub domain example.homepage.com to www.homepage.com but you keep the sub directories of example.homepage.com/page-1 active and are trying to rank them? I'm dealing with a current project where this is happening and this doesn't make sense to me, to redirect the subdomain if you're also trying to rank/create search traffic for pages, sub directories on example.homepage.com. This also get's into the debate of if a sub domain site is viewed as it's own website and therefore has to rank itself. If this is true, it seems like we're kind of killing the authority of the site by redirecting it. Additionally, www.homepage.com has a much stronger link profile than example.homepage.com I hope this makes sense. Any thoughts are appreciated. Thanks for your time.
Intermediate & Advanced SEO | | SMG-Texas0 -
Do my redirects on my homepage need to be 301?
Our domain name is something like www.I-am-cool.com but most people just type in iamcool.com After doing some research I found that those are 302 redirects and I think they should be 301. If I am correct do I need to redirect www.iamcool.com and iamcool.com or just one or the other?
Intermediate & Advanced SEO | | EcommerceSite0 -
Temporary Redirects on Magento
I've recently taken over a client who uses the Magento platform and there was definitely a duplicate issue with his homepage. It redirected www to non www, however the canonical tag was setup wrong and pointing to the www version. When I looked at OSE for both versions the non www has only 7 linking domains and a page authority of 32. The www version has 24 linking domains and page authority of 39. As the domain is fairly new, I decided to redirect the non www to www and keep the canonical the same. (I changed the internal linking structure etc). When I run both URLs through this tool: http://www.ragepank.com/redirect-... it's returning a whole bunch of 302, rather than 301 redirects. What's the deal with that? Is that a Magento setting that I can fix or something a little harder? I'm not sure if it's proper etiquette to post the URL of a client, so if that would help and is OK, please let me know. Thanks
Intermediate & Advanced SEO | | bradkrussell1 -
Confusing 301 / Canonical Redirect Issue - Wizard Needed
I had two pages on my site with identical content. What I did was 301 redirect one page to the other. I also added canonical redirect code to the page that held the 301 code. Here is what I have: www.careersinmusic.com/music-colleges.aspx - this page was a duplicate and I needed it to resolve to:
Intermediate & Advanced SEO | | 4Buck
www.careersinmusic.com/music-schools.aspx Here is the code I used: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX music-colleges.aspx
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="music-colleges.aspx.vb" Inherits="music_colleges" %>
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
http://www.w3.org/1999/xhtml"> http://www.careersinmusic.com/music-schools.aspx"/> XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
music-colleges.aspx.vb
Partial Class music_colleges
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Response.Status = "301 Moved Permanently"
Response.AddHeader("Location", "http://www.careersinmusic.com/music-schools.aspx")
End Sub
End Class XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX The problem:
For some reason, when the search “music colleges” is done in Google, I am #7. When the term “music schools” is done, I am around 119. I MUST be getting a penalty for some reason, I just cannot figure the reason. When perform well for one term and terrible for the next? All I can come up with is a duplicate content penalty or something along those lines. Also, music-colleges.aspx seems to still be in Googles index, even though the above 301 happened months ago. Thoughts? site:www.careersinmusic.com/music-colleges.aspx Any insight into this would be GREATLY appreciated. Many Thanks!0 -
301 Redirect using rewrite rule in .htaccess
Hi guys, I have these types of URLs with the format below that are seen as duplicate contents http://www.mysite.com/index.php?a=11&b=15&d=3&c=1 I wanted to permanently redirect them to my homepage. I am thinking if this is possible in .htaccess using rewrite conditions? Thanks in advance...
Intermediate & Advanced SEO | | Trigun0