Apache #mod_rewrite rule to stop bots from scraping your content:
# Deny bots
RewriteCond %{HTTP_USER_AGENT} "[Bb]ot/|meta-externalagent|Chrome/1[^34]|Chrome[02-9]"
RewriteRule .* - [G]
The Chrome terms catch obsolete version numbers that the bots seem to use.