Status
Not open for further replies.
5 comments
You can also use the .htaccess
Code:
RewriteEngine On

RewriteCond %{HTTP_USER_AGENT} (googlebot|bingbot|Baiduspider) [NC]
RewriteRule .* - [R=403,L]
 
You can also add:
Code:
[COLOR=#881280][FONT=monospace]<meta [/FONT][/COLOR][FONT=monospace]name[/FONT][COLOR=#881280][FONT=monospace]="[/FONT][/COLOR][FONT=monospace]robots[/FONT][COLOR=#881280][FONT=monospace]" [/FONT][/COLOR][FONT=monospace]content[/FONT][COLOR=#881280][FONT=monospace]="[/FONT][/COLOR][FONT=monospace]noindex, nofollow[/FONT][COLOR=#881280][FONT=monospace]" />
[/FONT][/COLOR]
 
Status
Not open for further replies.
Back
Top