我需要为Pinterest富销生成以下元标签:标准价格-所以Pinterest知道产品是否在销售,货币当前价格产品的颜色。
我对Pinterest文档感到困惑:developers.pinterest.com/rich_pin_product/
有一个例子:
<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="product:color" content="Aqua" >但是在下面的例子中,他们的文档提到:
product:price:amount
product:price:currency我在facebook上找到了这些元标签: developers.facebook.com/docs/reference/opengraph/object-type/product/
我不知道我应该使用哪些标签。
我试着使用这些标签:
<meta property="og:title" content="Elicia Shirt"/>
<meta property="og:image" content="http://anf.scene7.com/is/image/anf/anf_78498_01_prod1?$productImageSocial-anf$"/>
<meta property="og:site_name" content="Abercrombie & Fitch"/>
<meta property="og:description" content="Classic and supersoft, button-down closure, front chest pockets, Easy Fit, Imported<br><br>100% cotton"/>
<meta property="og:url" content="http://www.abercrombie.com/shop/a-us/p/elicia-shirt-2828085"/>
<meta property="og:type" content="product"/>
<meta property="og:price:standard_amount" content="58.0"/>
<meta property="og:price:amount" content="39.0"/>
<meta property="og:price:currency" content="USD"/>
<meta property="og:availability" content="instock"/>
<meta property="product:color" content="WHITE"/>并使用Pinterest工具进行验证。
http://awesomescreenshot.com/0d13m8gp0b
它似乎没有得到标准的价格和颜色,并向我展示了价格,可用性和货币两次。
我希望能在这方面提供任何帮助。谢谢!
发布于 2014-10-16 18:41:31
得到了Pinterest支持部门的回应。
它们首先刮掉Schema.org标签,然后寻找打开的图形标记。我有用于页面描述、url等的Schema.org标记,而Pinterest验证工具也试图为我的产品获取价格和其他价值。
Pinterest支持建议为我的产品添加其余的Schema.org值。
希望能对这里的人有所帮助。祝好运!
https://stackoverflow.com/questions/26243963
复制相似问题