robots.txt question
Scenario:
You have a CMS which easily allows you to enable / disable pages from public view (ie: not able to be found or crawled)...
What I would like to know is if you create a separate specifically named folder outside of the CMS for, say, a custom microsite... and use the DNS to point to it - but you want to include robots.txt so that microsite does not get crawled / picked up by Google... will the robots.txt work in that structure?
example: mysite.com/special-microsite/index.html (with robots.txt inside the folder called 'special-microsite')
I am concerned this would then block the entire site from getting crawled - including all the content in the CMS? Or not? Or would the code below need to be something otherwise so only the microsite is not crawled?
User-agent: *
Disallow: /
Any input would be helpful.
