1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
# robots.txt for https://www.liquidweb.com/
# 23 April 2019
#
# Greetings human user.
#
# This is robot territory.
#
# To join our human team please visit www.liquidweb.com/careers/
sitemap: https://www.liquidweb.com/sitemap.xml
User-agent: *
Disallow: /wp-admin/
Disallow: xmlrpc.php
#Misc pages
Disallow: /sso/
Disallow: /delegate-www.html
Disallow: /bingsiteauth.xml
Disallow: /rigor/
#PDF Files
Disallow: *.pdf$ # Block pdf files from all bots.
#Affiliate portal
Disallow: /affiliate/home/
#KB pages
Disallow: /kb/wp-admin/
Disallow: /kb/xmlrpc.php
#Texas A&M research bot
User-agent: IRLbot
Disallow: /
#NerdyBot for Nerdy Data dotcom
User-agent: NerdyBot
Disallow: /
#Trendiction Bot - market research
User-agent: trendictionbot
Disallow: /
#MJ12Bot
User-agent: MJ12Bot
Disallow: /
#Dugg content scraper
User-agent: duggmirror
Disallow: /
|