How to prevent website from getting indexed?

Discussion in 'All other topics' started by amaoate, Aug 8, 2010.

  1. amaoate

    amaoate Member

    Joined:
    Aug 8, 2010
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    11
    Hi there Afterdawn users!

    I am making a learning website that requires a person to sign up before they can view the lessons. I have two seperate websites. One made as a landing page where they sign up, and another one with the lessons on it. The first one was made in XsitePro. The second one was made it Wordpress. Is there a way to stop the Wordpress site from being indexed on Google?

    Thanks for your help.
    Arbs

    Ps. Im not Arabic - alot of people think im Arabic because of my name. But im not. =)
     
    Last edited: Aug 8, 2010
  2. digitchat

    digitchat Guest

    You can try to dissallow that in the robots.txt:
    robots meta:
    <head>
    <title>
    Havoc Arcade - Privacy Policy
    </title>

    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="keywords" content="privacy,policy,terms,terms of use,privacy policy,TOS" />
    <meta name="description" content="Privacy Policy and Terms of Service" />
    <meta name="robots" content="noindex,nofollow" />
    <meta http-equiv="cache-control" content="no-cache" />
     
    Last edited by a moderator: Aug 12, 2010

Share This Page