<meta itemprop=" "> 的目的是什么
What is the purpose of <meta itemprop=" ">
我看到很多网络开发人员在标签中包含
<meta itemprop="name" content=" ">
<meta itemprop="description" content=" ">
<meta itemprop="image" content=" ">
我不明白这个元标记的用途是什么
它可能是为了 schema.org 微格式,旨在增加 SEO。
"Schema.org provides a collection of shared vocabularies webmasters can use to mark up their pages in ways that can be understood by the major search engines: Google, Microsoft, Yandex and Yahoo!"
您可以在此处阅读文档:https://schema.org/docs/gs.html
正如 Jeff Powers 提到的,这些类似于页面头部的标题标签和元描述标签,并且是来自 scheme.org (https://schema.org/docs/gs.html) 的推荐。
特别是这些标签被 Google+ (http://moz.com/blog/meta-data-templates-123) 使用。它们用于在共享时向社交网络提供更丰富的信息,例如更具体的标题、描述和缩略图。根据页面的目标受众,您可能还想研究包括 Twitter 和 Facebook 的微格式,以更好地促进在这些网络上的共享。
我看到很多网络开发人员在标签中包含
<meta itemprop="name" content=" ">
<meta itemprop="description" content=" ">
<meta itemprop="image" content=" ">
我不明白这个元标记的用途是什么
它可能是为了 schema.org 微格式,旨在增加 SEO。
"Schema.org provides a collection of shared vocabularies webmasters can use to mark up their pages in ways that can be understood by the major search engines: Google, Microsoft, Yandex and Yahoo!"
您可以在此处阅读文档:https://schema.org/docs/gs.html
正如 Jeff Powers 提到的,这些类似于页面头部的标题标签和元描述标签,并且是来自 scheme.org (https://schema.org/docs/gs.html) 的推荐。
特别是这些标签被 Google+ (http://moz.com/blog/meta-data-templates-123) 使用。它们用于在共享时向社交网络提供更丰富的信息,例如更具体的标题、描述和缩略图。根据页面的目标受众,您可能还想研究包括 Twitter 和 Facebook 的微格式,以更好地促进在这些网络上的共享。