301 vs 302 redirect
-
Hello Mozers,
I have a website which offers subscriptions on a monthly basis, when one profile expires the link of the profile gets a 301 redirect to the main category, just that if the member chooses to come back after a while he can reactivate the profile and the link will work again and the 301 will disappear,
Should I be doing 302 redirect, as from this point of view it's only a temporarily redirect ?
Thanks in advance
-
I would use a 301.
Reason #1 - Some of those profiles are going to have external links, as Robert stated in his reply.
Reason #2 - A 302 will not remove the URL from the index like a 301 will. Over time you could end up with many more temporary redirects than actual pages, which may look pretty bad. I prefer not to bloat the index with URLs like that.
In the event that someone comes back you can remove the 301 redirect with no ill-effect. If it has been in place for a long time (e.g. a year or more) the profile page may not get its pagerank back from those older links, which would be fine.
Please also keep in mind that Google can choose to treat a 301 like a 404 if the content doesn't match up. This could easily happen with the situation you mention above. However, I don't really think there is any other option other than doing the 302. I'd rather let it be treated as a 404 than a 302 if we're talking about user-generated pages here because they can get out of hand and bloat the index over time.
eCommerce sites that have products coming and going all the time have similar issues. Imagine if every product a store ever sold stayed indexed for years after the product was no longer available. Even if users are redirected I don't think this is an ideal situation.
-
Hello Yiannis,
Thanks for the response, I think this is the right way, as the profiles are erased after 6 month of inactivity ... never thought of it this way
-
Hello Chris, sorry for the lack of details, so the link caries value on each profile, there are inbound links coming to each profile from our social profiles from shares tweets pins and so on, so each profile carries a link weight but the way we structure the website : thewebsite/city/profile-name , and when the subscription expires it redirects from /city/profile-name to /city, so all the link juice will be carried to the city in question, as for the frequency it depends, we have profile being reactivated after 1 week or after 2-3 month ...
-
Ionut, what specifically does the link go to and from originally and how often do members come back?
-
Hello Ionut,
Since they are subscription profiles (and thus there isnt a link value concern) a 302 might be a better option at start.
The way I would do it is set a rule of permanent user expiration and say once someone does not renew for lets say 6 months or 1 year then I make a permanent 301, until then I leave it as a 302. The length of the month may vary but that's something your analytics will tell you.
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
-
Redirect and Redirect Error in Moz Crawl
Hello, We have a wordpress blog attached to our magento website located at domain.co.uk/blog/ Moz was coming back showing we had multiple page versions on show (http and https) So i updated the htaccess file to what is below. This has fixed most of the errors, however the homepage is being a little tricky. Moz is now saying that the page is redirecting and redirecting again http://www.domain.co.uk/blog to
On-Page Optimization | | ATP
http://www.domain.co.uk/blog/ to
https://www.domain.co.uk/blog/ BEGIN WordPress <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /blog/</ifmodule> RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L] END WordPress Within wordpress settings the urls are set up as follows Wordpress Address URL: https://www.domain.co.uk/blog Site Address URL: https://www.domain.co.uk/blog i tried to add a trailing / to these but it gets automatically removed. So i am assuming that wordpress is serving up https://www.domain.co.uk/blog **RewriteBase /blog/ **is re-directing it to / then my https rewrite is re-directing it again I am not sure where exactly to fix this, could anybody advise? Many thanks,0 -
Responsive site.com vs m.site.com
Hi All, My client's website have two urls like: site.com/a.html and **m.site.com/a.html. ** Will it hurt google rankings for this website because there are version of a website? Please help!
On-Page Optimization | | binhlai1 -
Subdomain vs subdirectory for store
Hello, The following services site nlpca.com has a store at shop.nlpca.com Would the store be stronger if it was at nlpca.com/store (in a subfolder) and included in the main navigation? The moz bar suggests not but I just want to make sure. Thanks.
On-Page Optimization | | BobGW1 -
Does Google use 302's to pass value to the target page?
Hi, I've received the below advice, is this correct? Throughout the site, the 302 (moved temporarily) status code is used for redirects, which Google will use to pass value to the target page. Is this correct? I was under the impression a 301 was used to pass value to the target page? Could someone explain the difference between a 301 and a 302, I'm not 100% sure. Thanks, Nathan
On-Page Optimization | | Heehaw0 -
Duplicate content shown in Google webmaster tools for 301 redirected URLs.
Why does Google webmaster tools shows 5 URLs that have been 301 redirected as having duplicate meta descriptions?
On-Page Optimization | | Madlena0 -
Internal Links: Navigation Bar vs. Body Text
Hello. I have a page on our site that is especially popular and has many inbound links. This page has the same site navigation buttons (at the top) as every other page on the site. Do these site navigation buttons pass along link juice to other pages in the same way that an internal link would elsewhere on the page? Thank you!
On-Page Optimization | | nyc-seo0 -
Redirect sub domain to domain in .htaccessU
Hi all, (Total newbie with fourth post of the last 7 days askin' for help!...sorry!) I've discovered that we have a lot of URLs indexed with for example: http://test.betxpert.com/some-odd-url This gives me duplicate content in the search engines. I have searched the web and i can not find a solution fore redirecting http://test.betxpert.com/some-odd-url to http://www.betxpert.com/some-odd-url. Can anyone help me what to write in the .htaccess file? Best regards, Rasmus
On-Page Optimization | | rasmusbang0 -
Top navigation bar vs. left side - site archetecture
we do eCommerce on BigCommerce platform, I'm using the top navigation menu for: home about policy faq and other standard informations all my products are list in the left navigation Categories menu. What is your advise about this? Should we have the products at the top? The top menu are web pages, not categories. Also, if you have a better ideas about our site archetecture, you are welcome to comment. domaine is: http://www.furnacefilterscanada.com/ Thank you, BigBlaze
On-Page Optimization | | BigBlaze2050