【问题标题】:Schema.org type for a study course学习课程的 Schema.org 类型
【发布时间】:2014-06-19 08:53:46
【问题描述】:

我找不到任何适合描述大学课程属性的表格的 Schema.org 类型。

HTML(没有任何使用 Schema.org 的语义标记)看起来或多或少像这样:

<section>
    <h2>Fact sheet</h2>
    <p><strong>Formal qualifications:</strong> Bachelor’s Degree in Design</p>
    <p><strong>Credits</strong>: 240 ECTS</p>
    <p><strong>Duration</strong>: 4 academic years or 240 ECTS</p>
    <p><strong>School period</strong>: from October to June</p>
    <p><strong>Timetable</strong>: Morning Group: from Monday to Friday from 9am to 2.30pm. Evening Group: from Monday to Friday from 3:30 pm to 9.00 pm * The college reserves the right to modify schedules.</p>
    <strong>Price</strong>: 112 €/ 1 ECTS
    …
</section>

我考虑过使用Product,但它缺少很多东西。

有什么想法吗?

【问题讨论】:

  • 您是在寻找 Google Rich Snippet,还是寻找 Schema.org 类型?
  • 据我了解 (support.google.com/webmasters/answer/2722261?hl=en) Google Rich Snippets 只是一个包含微数据、微格式和 RDFa 的名称,而不是一种 sn-p 本身。无论如何,我指的是 Schema.org :)
  • Schema.org 是一个由 许多 类型/类组成的词汇表; Google 目前仅识别该词汇表的一小部分以增强其搜索结果:这些增强功能称为 (Google) Rich Snippets。其他搜索引擎可能支持其他 Schema.org 类型并以不同的方式命名它们的用途。
  • 这个运气好吗?有趣的是,截至昨天,我在野外注意到了这一点:dl.dropboxusercontent.com/u/233981/… - 起初,它看起来像“Google Rich Snippet”,但不是我所能看到的。

标签: schema.org


【解决方案1】:

由于该线程仍然出现在搜索引擎上,也许最好更新一下最近发布的课程架构: http://schema.org/Course

谷歌此时也支持它: https://developers.google.com/search/docs/data-types/courses(到目前为止,我还没有看到丰富的 sn-ps “live”)。

我已经实现了这一点,我不得不承认它并不详尽,还有很多工作要做来改进它。我注意到 Coursera.org 正在使用尚未发布的属性,所以我相信很快就会有更多的属性。

供您参考!

【讨论】:

    【解决方案2】:

    我会查看 schema.org 的 Event 部分:

    在特定时间和地点发生的事件,例如音乐会, 讲座,或节日。票务信息可以通过添加 '提供'的财产。重复的事件可以构造为单独的事件 对象。

    http://schema.org/Event

    这似乎应该涵盖课程之类的内容。 (讲座)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-06-10
      • 1970-01-01
      • 2020-11-08
      • 2017-03-30
      • 2019-06-06
      • 1970-01-01
      • 1970-01-01
      • 2018-08-28
      相关资源
      最近更新 更多