【发布时间】:2016-04-24 14:11:34
【问题描述】:
Schema.org 的许可是Creative Commons Attribution-ShareAlike License (version 3.0)。
这是否意味着任何搜索引擎都可以使用 Schema.org 来实现结构数据?
【问题讨论】:
标签: open-source search-engine schema.org structured-data
Schema.org 的许可是Creative Commons Attribution-ShareAlike License (version 3.0)。
这是否意味着任何搜索引擎都可以使用 Schema.org 来实现结构数据?
【问题讨论】:
标签: open-source search-engine schema.org structured-data
查看常见问题解答Under what terms can we re-use this documentation (and schemas, examples, software)?
如我们的terms of service 文档中所述,schema.org 架构在Creative Commons Attribution-ShareAlike License (version 3.0) 下提供。这些条款也适用于本网站和我们的blog 上的支持documentation,以及本网站中使用的标记示例。用于我们网站的软件也是available,用于在Apache 2 许可下进行开源重用。如果您对这些条款有任何反馈,请get in touch。
根据您对“使用 schema.org”的含义,您的搜索引擎可能不必遵循许可。
例如,如果您解析 HTML 文档,找到 Schema.org 标记,并根据 Schema.org 定义对其进行解释,则您无需获得任何许可/属性。
但是,如果您在搜索引擎的文档站点上包含定义/示例(取自 schema.org),则必须根据 CC BY-SA 3.0 对其进行许可并相应地属性。
【讨论】:
是的,这意味着您可以使用它的内容,并在不删除制造商名称(或其他名称)的情况下进行修改,并分享它。 但是您不能将其用于商业目的。
【讨论】:
Schema.org 与 Apache License Version 2.0 一起发布,您可以在开发仓库中查看它:https://github.com/schemaorg/schemaorg/blob/sdo-deimos/LICENSE
您也可以查看What are the real life implications for an Apache 2 license?
【讨论】: