Gordonmac Dot Com

Mostly a web development blog

Stop people pinning your photos

Posted: April 13th, 2012 | Posted in: Tutorials
Note: This tutorial was originally published in 2012. The tips and techniques explained may be outdated.

To stop people from pinning your images to Pinterest simple add this line of code to the <head> of your HTML document:

<meta name="pinterest" content="nopin" />

That’s all there is to it :)