Could you change your robots.txt file from:
User-agent: Karamasoft
Disallow: /showcase
# Instructions for all robots
User-agent: *
# Do not access the following directories
Disallow: /bin
Disallow: /aspnet_client
to:
# Instructions for all robots
User-agent: *
# Do not access the following directories
Disallow: /bin
Disallow: /aspnet_client
Disallow: /showcase