`
天梯梦
  • 浏览: 13631263 次
  • 性别: Icon_minigender_2
  • 来自: 洛杉矶
社区版块
存档分类
最新评论

如何使用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/

 

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/

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics