Merge pull request #155 from reclaimer/master

Add option to block Pinterest from saving things from your website.
This commit is contained in:
Scott O'Hara 2016-12-01 15:10:06 -05:00 committed by GitHub
commit a881a9b1b2
1 changed files with 8 additions and 0 deletions

View File

@ -380,6 +380,14 @@ Below are the link relations which are not recommended for use:
<meta itemprop="image" content="https://example.com/image.jpg">
```
### Pinterest
Pinterest lets you prevent people from saving things from your website, according [to their help center](https://help.pinterest.com/en/articles/prevent-people-saving-things-pinterest-your-site). The `description` is optional.
``` html
<meta name="pinterest" content="nopin" description="Sorry, you can't save from my website!">
```
### OEmbed
``` html