Test Site

Test Site

Posted by: co3
Posted on: 2008-04-18 10:13:00

I would like to test a website without search engines crawling it. I'm guessing I set up a "test" directory with a robots.txt set to not crawl. Is that accurate?

Do I just create a test folder and upload the site to that?

Re: Test Site

Posted by: JLosh
Posted on: 2008-04-18 10:45:00

you could put it in any directory you want to, and yes place the robots.txt file in the directory

** if you need help with robots.txt --
http://www.robotstxt.org/robotstxt.html

Promotional Code: 2DOMAINSFREE

Re: Test Site

Posted by: sXi
Posted on: 2008-04-18 11:05:00

In reply to:

Do I just create a test folder and upload the site to that?


For development purposes you could make a subdomian (eg. test.domain.com)

In reply to:

I'm guessing I set up a "test" directory with a robots.txt set to not crawl. Is that accurate?


Yep:

User-agent: *
Disallow: /


Put it in your test.domain.com folder.


Re: Test Site

Posted by: sdayman
Posted on: 2008-04-18 11:54:00

If I was really worried about robots crawling a site, I'd go with a really obscure subdomain, and maybe even password protect the site.

There's *no* guarantee that an unscrupulous crawler will respect the robots.txt file

-Scott

Tags: test directorytest sitesearch enginesrobots