ระบุราคาของเนื้อหาที่ต้องชำระเงิน

สุดท้าย คุณต้องให้ข้อมูลราคาของเนื้อหา

ราคา

สำหรับการดำเนินการเพื่อรับชม ให้ระบุราคาของเนื้อหาสำหรับกรณีต่อไปนี้

  • category เท่ากับ rental หรือ purchase
  • category คือ subscription หรือ externalsubscription แต่เนื้อหาต้องมีการซื้อเพิ่มเติมสำหรับสมาชิก

สำหรับการฟังการดำเนินการ คุณจะระบุราคาหรือไม่ก็ได้หาก category คือ subscription

รูปที่ 1 การใช้สื่อที่แสดงราคาของเนื้อหาใน Google Search

สำหรับการดำเนินการเพื่อรับชม ให้ระบุราคาของเนื้อหาในออบเจ็กต์ข้อกำหนดการเข้าถึงการดำเนินการ ดังนี้

"potentialAction":{
  "@type":"WatchAction",
  "target":{
    "@type":"EntryPoint",
    "urlTemplate":"http://www.example.com/my_favorite_movie?autoplay=true",
    "actionPlatform":[ "http://schema.org/DesktopWebPlatform" ]
  },
  "actionAccessibilityRequirement": {
    "@type": "ActionAccessSpecification",
    "category": "purchase",
    "availabilityStarts": "2019-01-01T00:00Z",
    "availabilityEnds": "2019-12-31T00:00Z",
    "eligibleRegion": {
      "@type": "Country",
      "name": "US"
    },
    "expectsAcceptanceOf": {
      "@type": "Offer",
      "price": 7.99,
      "priceCurrency": "USD",
      "seller": {
        "@type": "Organization",
        "name": "My example seller"
      }
    }
  }
}

สำหรับ Listen Actions ให้ระบุราคาเนื้อหาโดยตรงในออบเจ็กต์มาร์กอัป Action ดังนี้

"potentialAction":{
  "@type":"ListenAction",
  "target":{
    "@type":"EntryPoint",
    "urlTemplate":"http://www.example.com/playlist/top_pop_songs?autoplay=true",
    "actionPlatform":[ "http://schema.org/DesktopWebPlatform" ]
  },
  "expectsAcceptanceOf":{
    "@type": "Offer",
    "eligibleRegion": {
      "@type":"Country",
      "name":"US"
    },
    "category": "subscription",
    "name": "Example Music",
    "price": 9.99,
    "priceCurrency": "USD",
    "seller": {
      "@type": "Organization",
      "name": "My example seller",
      "sameAs": "http://www.example.com"
    }
  }
}

ระบุราคา

ทำสิ่งต่อไปนี้:

  1. สำหรับการดำเนินการเพื่อรับชม
    • หาก category เป็น rental หรือ purchase คุณต้องระบุราคาสำหรับการซื้อแบบครั้งเดียว
    • หาก category คือ subscription หรือ externalsubscription แต่เนื้อหาต้องมีการซื้อเพิ่มเติมสำหรับผู้สมัครใช้บริการ คุณจะต้องระบุราคาของค่าใช้จ่ายเพิ่มเติม
      • ทั้งนี้ คุณไม่จำเป็นต้องระบุราคาสำหรับ subscription หรือ externalsubscription
  2. สำหรับการดำเนินการเพื่อฟัง
    • หาก category คือ subscription คุณจะระบุราคาการสมัครใช้บริการหรือไม่ก็ได้

ดูตัวอย่างโดยละเอียดได้ที่ส่วนตัวอย่างข้อกำหนดการเข้าถึงการดำเนินการ