组织在Schema.org中提供的课程的讲师

时间:2019-08-28 15:00:18

标签: schema.org json-ld

我正在使用Course json-ld标记向课程网页添加结构化数据。

我认为“提供者”字段是我们的组织,因为它是我们平台上的在线课程,我们准备在课程中展示的材料,或者,如果该材料是由讲师/演讲者准备的,则需要获得批准/编辑。

代码如下:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Course",
  "name": "Introduction to Trading Online",
  "description": "Introductory Trading Online course laying out the basics.",
  "image":"https://investire.biz/img/course/1500202_d7cc.jpg",
  "provider": {
    "@type": "Organization",
    "name": "Investire.biz",
    "sameAs": "https://investire.biz"
  },
  "inLanguage": "English",
  "audience":{"audienceType":["Beginner trader","No specific knowledge"],"@type":"Audience"}
}
</script>

讲师或演讲者的正确字段是哪个

1 个答案:

答案 0 :(得分:0)

docker run不能有发言人,因为它代表创意作品,而不是本课程的特定实例。

您可以为实例提供hasCourseInstance属性,该属性将CourseInstance作为值。

并且Course可以具有instructor属性:

  

被指派为CourseInstance进行指导或提供指导帮助的人。