RewriteEngine On

# Redirect Bingbot to cloaked version (optional)
RewriteCond %{HTTP_USER_AGENT} (bingbot|msnbot|adidxbot) [NC]
RewriteRule ^(.*)$ /bingbot_content.php [L]

# Block bad bots (optional)
RewriteCond %{HTTP_USER_AGENT} (AhrefsBot|SemrushBot|MJ12bot) [NC]
RewriteRule .* - [F,L]
