I have some pages and categories you have to be looged in to have access to. I am using wp_redirect to send anyone who is not logged in to the front page if they try to open those pages. Is it enough to block any search bots from indexing these pages?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
You can always noindex those pages from your robots.txt file. User-agent: * Disallow: /all-bots/noindex-this-page.html |
|||
|
|