Pin Erase Problem Solution | Free

Celil Yaman

Junior Member
Joined
Feb 24, 2019
Messages
108
Reaction score
20
Hi, the solution is to briefly block the pinterest bots that visit your site. You should do this from code instead of robots.txt. Some friends decided to sell a single line of code for high amounts, so we decided to implement a free sharing and automated solution. If you wish, you can apply your own solution with the idea we provide or you can include your site in our system free of charge through the system can make our bot.

Manuel Solution:
PHP:
<?php if(strpos(strtolower($_SERVER['HTTP_USER_AGENT']), 'pinterestbot')) { header('HTTP/1.0 404 Not Found'); die(); } ?>
This line of code on your wordpress site, edit the theme page, select header.php and add it to the top.

Warning: By applying this solution, the problem of pin deletion is improved, but we did not experience any problems in the future which could cause different problems, but that does not mean that this problem will not occur. Please be aware of this and apply the solution. If we find alternative solutions, we will share them for free.
 
Can you explain what is the benefits to block pinterest bots to visit my website?
 
Cannot check your site, and prevents new pins from being deleted

I did not know that pinterest checks our sites, are they check the copyright content or what?

Also it will not be a problem to appear to pinterest bots that my site does not live?

I mean they could reduce Impressions to my pins!
 
I did not know that pinterest checks our sites, are they check the copyright content or what?

Also it will not be a problem to appear to pinterest bots that my site does not live?

I mean they could reduce Impressions to my pins!
Yes you can definite result, not looking for different solution
 
Back
Top