How can I completely exclude TurnitinBot from my site?
To exclude TurnitinBot from all or portions of your site all you have to to do is create a file called robots.txt and put it in the top most directory of your web site. Below is an example of a robots.txt file which exludes ONLY our robot from a portion or all of your site. #This is an example robots.txt file User-agent: TurnitinBot Disallow: /hide/ #Will disallow any url starting with /hide/ #This is an example robots.txt file User-agent: TurnitinBot Disallow: / #Will disallow all urls on your site Another alternative is to contact us with your domain name and all its aliases (for instance www.somewhere.com, www2.somewhere.com, somewhere.com, etc.) and we’ll add them to our blacklist of sites to avoid.