Forum Moderators: open
How To Stop Pinterest PinIt Crowd Sourced Scraping
50.16.149.229 - - [09/Sep/2012:--:--:-- +0000] "HEAD / HTTP/1.1" 403 883 "-" "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.45 Safari/535.19"
23.22.226.192 - - [09/Sep/2012:--:--:-- +0000] "GET /scrapeit.jpg HTTP/1.1" 200 8743 "-" "Pinterest/0.1 +http://pinterest.com/"
23.22.226.192 - - [09/Sep/2012:--:--:-- +0000] "GET /scrapeit.jpg HTTP/1.1" 200 8743 "-" "Pinterest/0.1 +http://pinterest.com/"
<Limit GET POST>
order allow,deny
deny from 23.20.0.0/14
deny from 50.16.0.0/15
deny from etc.
allow from all
</Limit>
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} Pinterest [NC]
RewriteRule !^robots\.txt$ - [F]
<meta name="pinterest" content="nopin" />
2. Blocking Pinterest by user agent in your .htaccess file.method works great for me.
Isn't this google's problem ?
Blocking ip's to solve this seems like we are not getting to the root of the problem.
<meta name="pinterest" content="nopin" />