Using 302 redirect for SEO
-
Hello,
I'm in charge of SEO for an information website on which articles are only accessible if you have a login and password. Most of the natural links we get point to our subscribers' subomain : subscribers.mywebsite.com/article1
If they follow these natural links, visitors who are not logged get redirected (302) to www.mywebsite.com/article1 on which there is an extract of the article and they can request a free test subscription to read the end of the article.
My goal is to optimize SEO for the www.mywebsite.com/article1 page.
Does this page benefit from the links I get to the subscribers.mywebsite.com/article1 page or are theses links lost in terms of SEO?
Thanks for your help,
Sylvain
-
That's the gist of it, unfortunately. Cyrus posted in this blog entry a Tweet from Duane Forrester of Bing saying over time, they learn that 302 redirects encountered repeatedly are more permanent and begin to treat them like 301 redirects. I would imagine Google does something similar because it makes sense to do, and would improve search results overall, but I have no evidence to back that up.
-
So, if someone links to this page :
http://abonnes.hospimedia.fr/articles/20131004-plfss-2014-les-federations-de-l-aide-a
The juice will not flow to this page?
http://www.hospimedia.fr/actualite/articles/20131010-gestion-des-risques-un-projet-de-decret-vient
-
Thanks a lot for your answer
-
I'd recommend not changing these to 301 redirects. 301 redirects are permanent, meaning browsers can (and most will) cache them. Suppose you switch to 301 redirects. If one of your users' sessions ends, and visits subscribers.mywebsite.com/article1, and gets 301 redirected to www.mywebsite.com/article1. They log in, and click the link to subscribers.mywebsite.com/article1. If the browser has cached the redirect, they'll be taken back to www.mywebsite.com/article1! You definitely don't want that to happen.
Some recent experiments have suggested that 302s do pass some link juice (here's one). I'd look up how many links you're actually talking about here linking into subscribers.mywebsite.com.
Rather than doing redirects when users sign in, the best thing from my perspective would be to check to see if the user is signed in, and serve the all the content under the same URL. So all the content would be under www.mywebsite.com, but if they're not logged in, they get the extract of the article, and if they're signed in, they get the full version. That way all of your links would point to the correct page, subscriber or not (and then you could 301 all the subscribers.mywebsite.com links to www.mywebsite.com, since those URLs wouldn't be needed anymore).
Not that I'd recommend cloaking, but you could see if it's Googlebots IP address, and do 301 redirects in that case.
-
Swap the 302s (temporary redirect, no flow of PageRank) with 301s (permanent redirect, normal flow of PageRank). Same functionality. As googlebot won't be logged in, it will get 301 redirected.
-
SE Crawlers are not logged in and will encounter the '302'. So no flow of "link juice" will be passed.
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
-
Our clients Magento 2 site has lots of obsolete categories. Advice on SEO best practice for setting server level redirects so I can delete them?
Our client's Magento website has been running for at least a decade, so has a lot of old legacy categories for Brands they no longer carry. We're looking to trim down the amount of unnecessary URL Redirects in Magento, so my question is: Is there a way that is SEO efficient to setup permanent redirects at a server level (nginx) that Google will crawl to allow us at some point to delete the categories and Magento URL Redirects? If this is a good practice can you at some point then delete the server redirects as google has marked them as permanent?
Technical SEO | | WillyGx0 -
Changing URLs for SEO
Hi, Currently we have a page, /business, but we have shifted our strategy to optimize for this page for the keyword "enterprise" instead of "business". The page authority of this page is 18 and our domain authority is 35. I've already updated content and title tags to more of an enterprise focus. Would it be wise to move the page to /enterprise and create a 301 redirect from /business to /enterprise? Or is this too risky from an SEO standpoint? Thanks!
Technical SEO | | mikekeeper0 -
Direct link vs 302 redirect
So we have recently relaunched a site that we manage. As part of this we have changed the domain. The webdesign agency that built the new site have implemented a direct link from the old domain to the new domain. What is best practice a direct link or a 302 redirect? Thanks
Technical SEO | | cbarron0 -
SEO for sub domains
I've recently started to work on a website that has been previously targeting sub domain pages on its site for its SEO and has some ok rankings. To better explain, let me give an example...A site is called domainname.com. And has subdomains that they are targeted for seo (i.e. pageone.domainname.com, pagetwo.domainname.com, pagethree.domianname.com). The site is going through a site re-development and can reorganise its pages to another URL. What would be best way to approach this situation for SEO? Ideally, I'm tempted to recommend that new targeted pages be created - domainname.com/pageone, domainname.com/pagetwo, domainname.com/pagethree, etc - and to perform a 301 redirect from the old pages. Does a subdomain page structure (e.g. pageone.domainname.com) have any negative effects on SEO? Also, is there a good way to track rankings? I find that a lot of rank checkers don't pick up subdomains. Any tips on the best approach to take here would be appreciated. Hope I've made sense!
Technical SEO | | Gavo0 -
Question About Using Disqus
I'm thinking about implementing Disqus on my blog. I'd like to know if the Disqus comments are indexed by search engines? It looks like they are displayed using Ajax or jQuery.
Technical SEO | | sbrault740 -
Trackback Redirects
My wordpress blog/theme displays a Trackback URL link in the comments area of any page that has received a comment, eg http://guitarkitbuilder.com/build-your-own-clone-digital-echo-ping-pong-kit/#comment-2408 My crawl diagnostics report shows these links (basically domain.com/post-name/trackback) as Temporary Redirect warnings 302 with the stock advice "Using HTTP header refreshes, 302, 303 or 307 redirects will cause search engine crawlers to treat the redirect as temporary and not pass any link juice (ranking power). We highly recommend that you replace temporary redirects with 301 redirects." Before I take more action on this I want to make sure this is a real problem. My initial effort to fix it was to turn off trackbacks in the wordpress settings-discussion area and also on specific posts, but the Trackback URL link still shows for any post with a comment. Any advice?
Technical SEO | | jeff_amm0 -
302 or 301 redirect to https ?
I am redirecting whole site to https. Is there a difference between 302 or 301 redirect for seo? Site never been indexed. Planning to do that with .htaccess command RewriteCond %{HTTPS} !=on
Technical SEO | | Kotkov
RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L] There are plenty of ways http://www.askapache.com/htaccess/ssl-example-usage-in-htaccess.html Which way would be the best? Thanks is advance0