• Salutations, at SwamiSriAtmananda.com we’re running two password-protected categories that visitors pay to access. (Not using a membership plugin because that seems like overkill.) There is just a single password that they receive on a redirect from PayPal. Password changes each week. Until WP 3.4.1 came out, the Robots Meta plugin seemed effective at keeping the password-protected content from appearing on search engines. That plugin hasn’t been updated for years and seemed to stop working with the advent of 3.4.1 so we switched to SEO Ultimate which is not working with the majority of posts. Any ideas on how to fix, or otherwise optimize this situation will be most appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • you can use meta robots in your <head></head> area

    <meta name=”robots” content=”noindex”/>

    or via robots.txt in your server/host root folder (which usually public_html).

    let’s say you have a page located on http://example.com/mypage

    User-agent: *
    Disallow: /mypage/

    John

    (@johnlamansky)

    Go to SEO > Meta Robots Tags > Posts and check off “noindex” for the members-only posts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Meta Robot tags to hide content from search engines’ is closed to new replies.