Explaining 301 redirects instead of 302
-
I am trying to explain in layman's terms to a client why using 302 for their redirects (which they have done themselves) is not right. There view is they do not seem to listen or believe what is being said to them and do not want to do permanent damage to the old domain so are using 302 redirects. I have explained over and over 301 is needed but I do not seem to be good at communicating this. Can someone give me a good example or description I can use to get my point across?
-
Keri, the problem with this analogy is that it reinforces the concept of a fallback or safety net.
Who wouldn't feel better going off to college knowing that if by some chance it didn't work out, you'd still have Mom & Dad keeping your nice warm bed and comfy room waiting for you.
That's exactly the unfortunate attitude FreshFire is up against - the site owners think it's more valuable to keep that fallback in place than to fully commit to the new site.
Which is why I suggested that maybe there's more to the issue than just "not getting it".
Paul
-
If you really think there isn't an underlying problem & he just needs a more comprehensible explanation, the best luck I've had explaining this to clients is by getting away from anything technical and from temporary/permanent and even talking about redirects at all.
I explain to them how they are actually wasting resources in competition with themselves, allowing others to gain success at their expense. (You're not gonna beat 'em with logic - gotta hit 'em in the pocketbook)
So... goes something like...
Google decides how much a site is worth. The more the site is worth, the higher it shows in the results.
Google currently thinks you have two sites for the same topic, so they are effectively competing against each other to try to gain points from Google.
Let's say your current site has a value of 8, and your old site has a value of 5.
But your biggest competitor's site has a value of 9.
So overall even though you have more "Google Value", you've split it over 2 sites so neither one of them alone has the power to beat the single site that has a score of 9.
So you're losing business opportunities to your competitor because Google places him above both of your other sites.
But if you use the technical tools available (called 301 redirecting) you can tell Google to combine the values of your 2 sites to determine the new value. You won't get to just add the two totals together (Google isn't quite that generous) but your combined site will get about 8+3 for a total of 11.
So now, once the changes have worked their way through the system, your competitor (9) is now losing opportunities to you (11) and must play catch up. And you accomplished that not with a lot of very expensive new work, but by using the existing tools that were designed just for this purpose.
Do you want to sit in the background and compete against yourself, or get out front and compete against (and have a much better chance of winning over) your competitor?
There are lots of analogies that can be created to put this concept into everyday terms, but I find in this case it's better to stick closer to the actual Search Engine paradigm.
Paul
-
When an otherwise smart person seems to obstinantly insist on ignoring good advice, I always look for a hidden or unstated reason that might better explain the actions, rather than just writing it off as "he just doesn't get it".
I suspect you may need to dig deeper to find out what it is he's afraid of that makes him think he needs to avoid "doing permanent damage to the old domain". I strongly suspect there's an underlying issue there. Maybe he doesn't fully agree with the direction of the new site? Doesn't trust its new business model or tools? You may need to do some real digging to figure out why he seems to feel so strongly that he needs to keep his failsafe or fallback position.
Paul
-
- yay! I will try.
You see it's harder to explain than you think!
-
How about a 302 is when you go off to college in another state (you still keep your voter registration, your permanent address, your license plate, etc in your home state), and a 301 is when you are moving for good to another place and you're setting up residency there?
-
Do you think the graphic that Dr. Pete created might help at all?
http://www.seomoz.org/blog/an-seos-guide-to-http-status-codes
-
Exactly!!! lol - Any ideas? It's hard to explain to a non pc person....
-
Sanket, the poster of the question understands what link juice is, and why a 301 is needed. He's looking for a way to explain it to his clients to convince them.
-
I know what it means! lol I am trying to think of a way to explain it to someone not into SEO or website i.e. a laymans response! - How to phrase it in simple terms....
-
Link juice means ranking power you can beat your competitor for ranking in Google. If any DoFollow site contains high page rank then you get high link juice from that site, if that site contains more outbound links then you get less linkjuice from that site. For example read this link.
-
They don't understand link juice....
-
Hi,
302 redirect is temporary bases and it does not passes any link juice and inbound links of that page, in most of cases it does not use. 302 you can use when your site is temporary under-construction and your content temporarily moved somewhere else. 302 refers to the HTTP status code so when you open that page and age does not forund you get 404 status code. If you are using 302 redirect then Create a custom error page for 404s which will give visitors that encounter your error page an indication of how to get back on track. Read this link for knowing more about how to use 302 http://www.mattcutts.com/blog/seo-advice-discussing-302-redirects/
301 redirect is permanent redirect and pases between 90-99% of link juice and inbound links and page rank. It is best method to implementing redirects on website. 301 redirect is preferable for both you and search engine also.
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
-
Can anyone please explain the real difference between backlinks, 301 links, and redirect links?which one is better to rank a website? i am looking for the help for one of my website
Can anyone please explain the real difference between backlinks, 301 links, and redirect links? which one is better to rank a website? I am looking for help for one of my website vacuum cleaners
Intermediate & Advanced SEO | | hshajjajsjsj3880 -
Redirect Chain Advice
Hi, i hope you can help. My site crawl is showing that I have a redirect chain on my home page. Basically it shows I am going from : http: > https: > https://www. I need everything to go from http:// and http://www directly to https://www. without the chain. Below is a copy of the htaccess, can anyone see if there is an error in there that could be causing it. RewriteEngine On
Intermediate & Advanced SEO | | DaleZon
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 In addition, i have seen that they have a plugin called SSL insecure content fixer installed. It is showing this under its status: Array ( [HTTPS] => on [PHPHANDLER] => /usr/local/php70/bin/php [HTTP_X_REAL_IP] => 109.158.20.158 [HTTP_X_FORWARDED_PROTO] => https ) I think possibly this might have something to do with the issue, any thoughts are appreciated Thanks0 -
Why is this url redirecting to our site?
I was doing an audit on our site and searching for duplicate content using some different terms from each of our pages. I came across the following result: www.sswug.org/url/32639 redirects to our website. Is that normal? There are hundreds of these url's in google all with the exact same description. I thought it was odd. Any ideas and what is the consequence of this?
Intermediate & Advanced SEO | | Sika220 -
301 v/s 302 Redirection on Homepage (Multilingual)
Hello, Our website: http://www.luxresorts.com currently has a default 302 redirection to http://www.luxresorts.com/en. We would like to do a 301 redirection instead of a 302 to http://www.luxresorts.com. Our concern is that the site is multilingual and we wonder what effect would the 301 redirection have on search engine crawlers and how would this appear on SERP. When a search is done on Google.com, the English version of our website appears and when on Google.FR, the French version appears. Would the 301 redirection change the way our website appear on Google? Grateful if you could help us out in understanding the pros and cons/best practices for our concern. Thanks in advance. Tej Luchmun.
Intermediate & Advanced SEO | | luxresorts0 -
(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 -
Should /node/ URLs be 301 redirect to Clean URLs
Hi All! We are in the process of migrating to Drupal and I know that I want to block any instance of /node/ URLs with my robots.txt file to prevent search engines from indexing them. My question is, should we set 301 redirects on the /node/ versions of the URLs to redirect to their corresponding "clean" URL, or should the robots.txt blocking and canonical link element be enough? My gut tells me to ask for the 301 redirects, but I just want to hear additional opinions. Thank you! MS
Intermediate & Advanced SEO | | MargaritaS0 -
301 redirect and improved ranking
I was wondering if a 301 redirect will improve my ranking. My subpages use to redirect to my homepage ( all the subpages of my site redirecting to my homepage) and my homepage use to have no redirect from non www.to www. ( other than thru google webmaster tools. I am sure why it was like this for my subpages... I was wondering if I can expect some improvements in ranking now that the redirect goes from the none www. to the www version of each subpage and not to the homepage. By the way what was the issue ( was I telling google ) by re-directing all my subpages to the homepage ? was I making google think that my subpages and my homepage were all the same ? was I sending all the link juice from the subpages to my homepage ? etc... Thank you,
Intermediate & Advanced SEO | | seoanalytics0 -
What passes more value, a contextual link or a 1-to-1 301 redirect?
I have a client who is running a website which just lost a significant amount of rankings and by extension organic traffic in a redesign. Call it newsite.com. The client also has an older site that will no longer be updated, but has good authority that's built up over time. It even out ranks the current site for some queries. This website has no real value to my client. We want to try to pass the authority from oldsite.com to newsite.com as efficiently as possible. Each site has pages a good amount of matching pages, ie. oldsite.com/subject1 and newsite.com/subject1 My question is, would it provide more value to put a contextual link on the old page or simply redirect the entire page to the new site? oldsite.com/subject1 contains a link to newsite.com/subject1 oldsite.com/subject1 301 redirects to newsite.com/subject1 My guess is that the 301 would pass more value, but would like a SEOMoz opinion as well! Thanks!
Intermediate & Advanced SEO | | Alder1