7 lines
169 B
Markdown
7 lines
169 B
Markdown
## Block Bots / User Agents
|
|
```
|
|
RewriteEngine On
|
|
RewriteCond %{HTTP_USER_AGENT} (Amazonbot|SemrushBot|meta-externalagent|Bytespider) [NC]
|
|
RewriteRule .* - [R=503,L]
|
|
|
|
``` |