1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Preventing indexing by Google

Discussion in 'Google Sitemaps' started by emvy548, Nov 7, 2012.

  1. #1
    I am building a website but will have PLR initially while setting it up. After having the site up and ready I will be rewriting content and making it 80% unique.

    Before all the articles are made unique I don't want Google to index the site.

    What are the different ways to ensure that? Then once I am done making the articles unique how do I tell Google to index it?
     
    emvy548, Nov 7, 2012 IP
  2. Nicholas Ferrante

    Nicholas Ferrante Greenhorn

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    If you are using wordpress you go to the settings>privacy> and then click the buttom that says "allow search engines to find site." Once you have the info you want to end up with simply go a change that back to where you want it. Hope this helps.
     
    Nicholas Ferrante, Nov 7, 2012 IP
  3. playreblox

    playreblox Greenhorn

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    you need a file called robots.txt in the main folder of your website. Then you need to write some stuff in which i forgot but you can be more specific to search engines like make not scan a folder. Once you want google and other search engines to scan your website you remove the robots.txt file.
     
    Last edited: Nov 7, 2012
    playreblox, Nov 7, 2012 IP
  4. freesecuritysystem

    freesecuritysystem Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    fix a robots.txt file on your site.
     
    freesecuritysystem, Nov 26, 2012 IP
  5. chaithu

    chaithu Member

    Messages:
    218
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    48
    #5
    - You can prevent indexing of your site by Robot.txt
    - Don't submit it to Google ( webmaster & other )
    - You can use "No follow" attribute
     
    chaithu, Nov 28, 2012 IP
  6. onlinemarketr

    onlinemarketr Greenhorn

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #6
    You could add either a robots.txt file with the following instructions:

    User-agent: *
    Disallow: /

    Or add the following noindex tag site-wide immediately below the <title> tag, whatever's easiest:
    <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">

    There are small differences between the workings of the robots.txt file and meta tags that are too long to go into detail here. My personal preference is for the meta tag because it is the most effective at keeping all content beyond Google's reach.
     
    onlinemarketr, Dec 6, 2012 IP