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
-
Is domain authority lost if you create a 301 redirect but mark it as noindex, nofollow?
Hi everyone, Our company sells products in various divisions. While we've been selling Product A and Product B under our original brand, we've recently created a new division with a new domain to focus on a Product B. The new domain has virtually no domain authority (3) while the original domain has some (37). We want customers to arrive on the new domain when they search for key search terms related to Product B instead of the pages that previously existed on our main website. If we create 301 redirects for the pages and content on the main site and add noindex, nofollow tags, will we lose the domain authority that we have from our original domain because the pages now have the noindex, nofollow tags? I read a few blog posts from Moz that said there isn't any domain authority lost with 301 redirects but I'm not sure if that is true if the pages are noindex, nonofollow. Do you follow? 🙂 Apologies for the lengthy post. Love this community and the great Moz team. Thanks, Joe
Intermediate & Advanced SEO | | jgoehring-troy0 -
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 -
301 redirects broken - problems - please help!
Hi, I have a bit of an issue... Around a year ago we launched a new company. This company was launched out of a trading style of another company owned by our parent group (the trading style no longer exists). We used a lot of the content from the old trading style website, carefully mapping page-to-page 301 redirects, using the change of address tool in webmaster tools and generally did a good job of it. The reason I know we did a good job is that although we lost some traffic in the month we rebranded, we didn't lose rankings. We have since gained traffic exponentially and have managed to increase our organic traffic by over 200% over the last year. All well and good. However, a mistake has recently occurred whereby the old trading style website domain was deleted from the server for a period of around 2-3 weeks. It has since been reinstated. Since then, although we haven't lost rankings for the keywords we track I can see in webmaster tools that a number of our pages have been deindexed (around 100+). It has been suggested that we put the old homepage back up, and include a link to the XML sitemap to get Google to recrawl the old URLs and reinstate our 301 redirects. I'm OK with this (up to a point - personally I don't think it's an elegant solution) however I always thought you didn't need a link to the xml sitemap from the website and that the crawlers should just find it? Our current plan is not to put the homepage up exactly as it was (I don't believe this would make good business sense given that the company no longer exists), but to make it live with an explanation that the website has moved to a different domain with a big old button pointing to the new site. I'm wondering if we also need a button to the xml sitemap or not? I know I can put a sitemap link in the robots file, but I wonder if that would be enough for Google to find it? Any insights would be greatly appreciated. Thank you, Amelia
Intermediate & Advanced SEO | | CommT0 -
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 -
Blog tags are creating excessive duplicate content...should we use rel canonicals or 301 redirects?
We are having an issue with our cilent's blog creating excessive duplicate content via blog tags. The duplicate webpages from tags offer absolutely no value (we can't even see the tag). Should we just 301 redirect the tagged page or use a rel canonical?
Intermediate & Advanced SEO | | VanguardCommunications0 -
301 redirect with /? in URL
For a Wordpress site that has the ending / in the URL with a ? after it... how can you do a 301 redirect to strip off anything after the / For example how to take this URL domain.com/article-name/?utm_source=feedburner and 301 to this URL domain.com/article-name/ Thank you for the help
Intermediate & Advanced SEO | | COEDMediaGroup0 -
Big 301 Redirect Help!
Hey guys I need a little help with setting up a big 301. Background: It's a bit of a mess as the old site is a total mess after being online for 10 years plus. It has html and php pages, and a mod rewrite to redirect old html links to the newer php version of those pages. It's now moving to a new site and as the domain name and URL structure has changed we can't use any fancy regex and have to do a page to page redirect. There are 1500 pages to redirect. However, the old site has thousands of linking root domains, and some of these are to the old html pages (which currently redirect to the php pages) and some to the newer php pages. Question: My initial plan was to leave the mod rewrite and only redirect the php pages. That means 1500 individual redirects instead of 3000 if I individually redirect both the php and html pages. I'm not sure what's best to be honest. We don't really want multiple hops in the redirect (html>php>new site), but surely 1500 redirects is better than 3000! Does anyone have any advice on which option may be best, or even a better option? Thanks 🙂
Intermediate & Advanced SEO | | HarveyP0 -
Am I losing link juice with 302-redirected faceted navigation?
My site has faceted navigation that allows shoppers to filter category page results by things brand, size, price range, etc. These pages 302 redirect to the same page they came from, which already include canonical meta tags. I added the rel="nofollow" attribute to the facet links and added the line "Disallow: /category_filter/" to robots.txt. One of our SEO consultants told me that this is likely diluting the potency of the page's link juice since they are divided among all the page's links, including the links I am instructing crawlers to disregard. Can anybody tell me whether I am following the best practices for links that redirect to the same page?
Intermediate & Advanced SEO | | TahoeMountain400