How to remove your site from XOM Reviews

1. To remove your site from XOM's listings, place the following code in a file called robots.txt in your server root:

User-agent: Xombot
Disallow: /
2. Then Enter your URL in the Box below and click Remove URL
My Domain is...
http://
Please note that Xombot does not interpret a 401/403 response ("Unauthorized"/"Forbidden") to a robots.txt fetch as a request not to crawl any pages on the site. If your server is case sentitive, your filename must be all lower case. Example: http://www.yoursite.com/robots.txt

To remove your site from search engines and prevent all robots from crawling it in the future, place the following robots.txt file in your server root:

User-agent: *
Disallow: /
More information on robots.txt is available here: http://www.robotstxt.org/wc/norobots.html.