0
Welcome Guest! Login
0 items Join Now

How not to get indexed?

    • Tomasz's Avatar
    • Tomasz
    • Sr. Rocketeer
    • Posts: 216
    • Thanks: 0

    How not to get indexed?

    Posted 17 years 7 months ago
    • Hi,

      Pretty general question - probably out of order, but I can't find a reliable answer.

      I'm usually use the Rocket Launcher to install and then build in that temp folder. Is there a reliable way to make sure the site doesn't get indexed incorrectly?

      Thanks for reading. Sorry if it's a dumb question.

      Tomasz
    • Last Edit: 17 years 7 months ago by Tomasz.
    • Matthew's Avatar
    • Matthew
    • Hero Rocketeer
    • Posts: 299
    • Thanks: 0

    Re: How not to get indexed?

    Posted 17 years 7 months ago
    • Take a look here .

      Basically, what you want is a custom/customized robots.txt file. This file tells robots (Web crawlers, etc.) what to do with a site (where they can and cannot go).

      Anyway, all responsible search engines should respect the robots.txt file, as long as it is properly set up.

      If you want a more ironclad guarantee, then use .htaccess to deny access except from your ip(s) so that nobody else (including search engines) can access the site. No access = no indexing. :D
    • www.gofftech.com Web Design
    • Tomasz's Avatar
    • Tomasz
    • Sr. Rocketeer
    • Posts: 216
    • Thanks: 0

    Re: How not to get indexed?

    Posted 17 years 7 months ago
    • Thanks! Do I've edited the robots.txt file to read:

      User-agent: *
      Disallow: /
      Disallow: /administrator/
      ...

      It's in the folder where I'm building. Do I need to move it to the root? Sorry for being a spaz - this is something I just can't get my head around.
    • Last Edit: 17 years 7 months ago by Tomasz.
    • Yves's Avatar
    • Yves
    • Preeminent Rocketeer
    • Posts: 9214
    • Thanks: 5

    Re: How not to get indexed?

    Posted 17 years 7 months ago
    • Matthew's Avatar
    • Matthew
    • Hero Rocketeer
    • Posts: 299
    • Thanks: 0

    Re: How not to get indexed?

    Posted 17 years 7 months ago
    • In theory, putting it in the folder where you are doing the development work should be sufficient, but to be safe, and since you have access to the root folder, I would put it there, something like:

      Disallow: /test_site/

      Which would make the entire thing off limits in one fell swoop.

      Again, since the paths are relative, it should not matter, but you are really at the mercy of the individual 'bot, so the simplest solution is often the best.
    • www.gofftech.com Web Design
    • Tomasz's Avatar
    • Tomasz
    • Sr. Rocketeer
    • Posts: 216
    • Thanks: 0

    Re: How not to get indexed?

    Posted 17 years 7 months ago
    • Thanks a ton! Really great advice.
    • Last Edit: 17 years 7 months ago by Tomasz.

Time to create page: 0.064 seconds