Pinterest的豐富引腳meta標籤我需要生成以下元標記爲Pinterest的豐富引腳: 標準價格 - 所以Pinterest的知道,如果出售的產品, 貨幣 目前的價格 產品顏色產品
我很困惑通過Pinterest的文檔: developers.pinterest.com/rich_pins_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
它似乎並沒有得到標準價格和顏色,顯示我的價格,可用性和貨幣兩次。
我將不勝感激任何幫助。謝謝!