Page is a not externally linkable
zeus - 10:08 pm on Jan 28, 2013 (gmt 0)
RewriteCond %{HTTP_REFERER} bing.com
RewriteRule \.(gif|jpg|png)$ - [F]
RewriteCond %{HTTP_USER_AGENT} BingPreview
RewriteRule ^.* - [F,L]
Thats what I have against bing so they dont show the big images, works fine. On the big sites I have blocked them 100%.
What would this look like for google.?