我正在使用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>
讲师或演讲者的正确字段是哪个?
答案 0 :(得分:0)
docker run
不能有发言人,因为它代表创意作品,而不是本课程的特定实例。
您可以为实例提供hasCourseInstance
属性,该属性将CourseInstance
作为值。
并且Course
可以具有instructor
属性:
被指派为
CourseInstance
进行指导或提供指导帮助的人。