2017-02-24 71 views
0

我們正在我們優惠券網站的頁面中實施架構。什麼是「折扣」和「Discountcode」的正確代碼。架構折扣代碼

  • 實施例1:30%使用的優惠券代碼 「OFFER1」
  • 實施例2:10 $關上使用優惠券代碼 「供應2」

示例代碼:

<script type="application/ld+json"> 
    "offers": { 
    "@type": "AggregateOffer", 
    "availabilityStarts": "2017-02-25", 
    "availabilityEnds": "2017-03-25", 
    "name": "Amazon", 
    "discountCurrency": "USD", 
    "discount": "10%",  
    } 
} 
</script> 

我們需要了解這是否可行?
如果不是,我們應該做什麼改變?

+0

你剛剛發明了「discountCurrency」和「discount」屬性嗎?如果是的話,這當然是行不通的。如果不是,你看到他們在哪裏? – unor

回答