유료 콘텐츠의 가격 확인

마지막으로 콘텐츠의 가격 정보를 제공해야 합니다.

가격

시청 작업의 경우 다음과 같은 경우에 콘텐츠 가격을 지정합니다.

  • categoryrental 또는 purchase입니다.
  • category이(가) subscription 또는 externalsubscription이지만, 콘텐츠를 구독하려면 추가 구매가 필요합니다.

듣기 작업의 경우 categorysubscription이면 가격을 지정하는 것은 선택사항입니다.

그림 1. Google 검색의 콘텐츠 가격을 보여주는 미디어 작업

시청 작업의 경우 작업 액세스 사양 객체에 콘텐츠 가격을 지정합니다.

"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 작업의 경우 다음과 같이 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. 시청 작업의 경우 <ph type="x-smartling-placeholder">
      </ph>
    • categoryrental 또는 purchase이면 일회성 구매 가격을 제공해야 합니다.
    • categorysubscription 또는 externalsubscription이지만 콘텐츠를 정기 결제하려면 추가 구매를 해야 하는 경우 추가 비용의 가격을 제공해야 합니다.
      • 그 외의 경우에는 subscription 또는 externalsubscription의 가격을 제공할 필요가 없습니다.
  2. 듣기 작업의 경우 <ph type="x-smartling-placeholder">
      </ph>
    • categorysubscription인 경우 정기 결제 가격을 제공하는 것은 선택사항입니다.

자세한 예는 작업 액세스 요구사항 예 섹션을 참고하세요.