I am setting up the robots.txt for the http://archive.womansday.com/ site Here is my Code: User-agent: * Disallow:/archive.womansday.com/ Will it only disallow that one URL above or all the URLs under that subdomain. Thanks
You want to put the robots.txt file in the root of the subdomain and use User-agent: * Disallow:/ this will disallow all pages within that sub domain from being indexed.