Remove your website from WebsiteOutlook.com 1. To remove your site from websiteoutlook listings, place the following code in a file called robots.txt in your server root:
User-agent: WebsiteOutlook Disallow: /
2. Then Enter your URL in the Box below and click Remove URL
Please note that websiteoutlook 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/.
|