如何使用Pinterest新推出的功能Rich Pin

前不久社交网站Pinterest推出了一项新的服务:Rich Pin。从名字我们不难猜出,这应该是信息更丰富的Pin。具体预览图如下:

从上图可以看到,这一个菜谱的Pin,以前我们仅仅只能看到图片以及文字。而在新推出的Rich Pin中,有一个分类就是专门针对菜谱的,其中专门针对菜谱的特点给出了如原料,菜名,烹调时间等资料。和以前通用的Pin相比,显然Rich Pin功能更强大,对用户更友好。

除了菜谱之外,这次推出的Rich Pin还有专门针对商品,电影和文章的。所以,做外贸的同学,可以好好利用Rich Pin for Product,内容营销的同学,可以好好利用Rich Pin for Article。

但是,并不是说Pinterest会自动分析你的Pin然后自动归类还填写相应信息什么的,需要咱们自己在网页里面添加代码以及去 Pinterest开通权限才可以。这篇博文就以Rich Pin for Article为例讲一下如何才能让自己的Pin变成Rich Pin。

1. 开通Business Account

以目前的条款下,个人帐号是无法使用Rich Pin的,所以,要享受新功能就得重新注册企业帐号。在注册完毕后记得再去Profile页面验证一下站长身份,方法都是老一套,在主页添加代码或者传一个文件到根目录。

2. 在网站上加入相应代码

比如我是要使用Rich Pin for Article,那么我就需要在我们的文章页面加上相应的代码。目前Rich Pin支持两种标准:Open Graph和Scheme.org。我个人比较喜欢Facebook的Open Graph,因为代码添加更简便,只需要在头部添加meta信息。而Scheme.org则要略微繁琐一点,不过萝卜青菜各有所爱,大家想用哪种用哪种。

<meta property="og:title" content="Bootchkas Multi-Legwarmer Boot Accessories" />
<meta property="og:type" content="product" />
<meta property="og:url" content="https://www.bootchkas.com/katie-1/" />
<meta property="og:image" content="https://www.bootchkas.com/wp-content/uploads/2014/02/DSC04996-pinterest.jpg" />
<meta property="og:site_name" content="Bootchkas" />
<meta property="og:price:amount" content="99.95" />
<meta property="og:price:currency" content="USD" />
<meta property="og:availability" content="instock" />
<meta property="product:gender" content="women" >
<meta property="product:color" content="black" >
<meta property="product:color:map" content="black" >

或者

<head>
	<meta property="og:title" content="de Young Copper Bookmark" />
	<meta property="og:description" content="
	Our signature bookmark derived from the de Young'
	s unique architecture and copper exterior. Measures 5 3/4'' x 1 1/4''.
	FAMSF Exclusive." />
	<meta property="og:type" content="product" />
	<meta property="og:url" content="http://shop.famsf.org/do/product/BK5160" />
	<meta property="og:image"
	content="http://shop.famsf.org/storeImages/images/store/BK5160.jpg" />
	<meta property="og:image"
	content="http://shop.famsf.org/storeImages/images/store/BK5161.jpg" />
	<meta property="og:site_name" content="FAMSF Store" />
	<meta property="og:price:amount" content="15.00" />
	<meta property="og:price:standard_amount" content="20.00" />
	<meta property="og:price:currency" content="USD" />
	<meta property="og:availability" content="instock" />
	<meta property="og:see_also"
	content="http://shop.famsf.org/do/product/MG-230-001" />
	<meta property="og:rating" content="4.5" />
	<meta property="og:rating_scale" content="5" />
	<meta property="og:rating_count" content="120" />
	<meta property="product:gender" content="unisex" >
	<meta property="product:color" content="Aqua" >
	<meta property="product:color:map" content="blue" >
	<meta property="product:color:image" content="http://cdn-i3.farfetch.com/C.jpg" >
	<meta property="product:color:image" content="http://cdn-i3.farfetch.com/D.jpg" >
	...
</head>

上图就是我在自己网站上添加的代码,content=” “里面的内容是我网站使用的CMS里定义的各种变量,所以这部分请勿照抄。

更多参考: http://ogp.me/ns/product and http://ogp.me/ https://developers.pinterest.com/rich_pins_product/

如何使用Pinterest新推出的功能Rich Pin
如何使用Pinterest新推出的功能Rich Pin

必须解释:

og:title: 你产品的名称,不是html格式的.

og:type: 这个地方你必须得填 “product” 或者是 “og:product”.

og:price:amount 或者 product:price:amount: 产品的价格

og:price:currency 或者 product:price:currency: 产品的货币符号

下面的几个信息你最好能包含

og:url: 这个不是要求你一定要填的(可以省略)但是这里边我强烈要求你 一定要填

og:site_name: 你网站的名字

og:description: 你的产品描述

og:brand: 填你产品是属于什么品牌的

og:upc 或者 og:ean or og:isbn: 你产品的独立id或者说编号

og:availability 或 者 product:availability: 可以写, “in stock” 或 者 “instock”, “preorder”, “backorder”, “out of stock” 或者 “discontinued”.

 

3. 去Pinterest验证代码是否添加正确

代码添加完毕后,到这个页面进行验证。随便填写一个你已经加入了代码的页面,然后Validate

一切顺利的话,此时会看到“Your pin’s been validated!”字样,然后还需要点击右侧的”Apply now”。

确保网站的域名没错,然后Data Format选择对应的选项,如果是使用的OpenGraph或者Scheme.org,选择HTML Tags就好,然后“Apply Now”.

这就是最后的画面了,一切都按照Pinterest的标准进行后,还要等待他们的审核。

我的网站也还在审核中,所以无法得知会耗时多久,以及是不是只要按照他们的要求做了就100%审核通过。

总之,Rich Pin对于贩卖漂亮商品的外贸网站,以及注重网站内容的站长们来说,绝对是“必须使用”级别的武器。

差点忘记说,Pin页面是会给Do-Follow链接的。

————————————————————————

Update:

我是26日下午申请的Rich Pin,27日凌晨3点就收到了申请通过的确认邮件。看来只要是按照他们的要求做了,审核都没什么问题。

刚试着Pin了一篇文章,已经是Rich Pin的样式了。

原文:http://www.cnzheyu.com/news/hangye/hy-23-695.html

参考:https://www.bootchkas.com/rich-pin-poor-pin-make-rich-pins-pinterest/

参考:https://developers.pinterest.com/rich_pins_product/

更多参考:

10个Pinterest使用技巧

企业利用Pinterest平台推广9条建议

如何使用社会化媒体网络建立个人品牌(国外篇)

5个Pinterest推广技巧帮助你提升流量(附加10+Tips和有用资源)

 

本文: 如何使用Pinterest新推出的功能Rich Pin

Loading

One Comment

Add a Comment

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.