Questions
-
What redirect code (301,302,303) should I use for pages that are available only for logged in users?
Just block /premium-content from your robots.txt page then (or include a meta noindex on the page if you can). There's no reason for it to be indexed I presume if it only redirects to your registration page and can't be access without authentication? Disallow: /premium-content/
Intermediate & Advanced SEO | | zigojacko0