สุดท้าย คุณต้องให้ข้อมูลราคาของเนื้อหา
ราคา
สำหรับการดำเนินการเพื่อรับชม ให้ระบุราคาของเนื้อหาสำหรับกรณีต่อไปนี้
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"
}
}
}
ระบุราคา
ทำสิ่งต่อไปนี้:
- สำหรับการดำเนินการเพื่อรับชม
- หาก
category
เป็นrental
หรือpurchase
คุณต้องระบุราคาสำหรับการซื้อแบบครั้งเดียว - หาก
category
คือsubscription
หรือexternalsubscription
แต่เนื้อหาต้องมีการซื้อเพิ่มเติมสำหรับผู้สมัครใช้บริการ คุณจะต้องระบุราคาของค่าใช้จ่ายเพิ่มเติม- ทั้งนี้ คุณไม่จำเป็นต้องระบุราคาสำหรับ
subscription
หรือexternalsubscription
- ทั้งนี้ คุณไม่จำเป็นต้องระบุราคาสำหรับ
- หาก
- สำหรับการดำเนินการเพื่อฟัง
- หาก
category
คือsubscription
คุณจะระบุราคาการสมัครใช้บริการหรือไม่ก็ได้
- หาก
ดูตัวอย่างโดยละเอียดได้ที่ส่วนตัวอย่างข้อกำหนดการเข้าถึงการดำเนินการ