我有一个地方/本地商家,其各种字段可以很好地映射到schema.org条目。有一个领域我不知道如何标记。我们有链接到社交媒体帐户的业务,如他们的Twitter帐户,Facebook页面和Pinterest帐户。如何在schema.org中标记这些内容?
答案 0 :(得分:4)
有proposal for a socialAccount
property(和another one)以及关于account
property的旧讨论。 Schema.org的GitHub上的相关问题是Social account proposal(尚无评论)。
但是这些属性还没有(如果它们会出现的话)。
在当前可用的属性中,我会想到url
,sameAs
和contactPoint
:
url
如果 (仅)实体的网址sameAs
contactPoint
答案 1 :(得分:0)
<div itemscope itemtype="http://schema.org/Organization">
<link itemprop="url" href="http://www.your-company-site.com">
<a itemprop="sameAs" href="http://www.facebook.com/your-company">FB</a>
<a itemprop="sameAs" href="http://www.twitter.com/YourCompany">Twitter</a>
</div>
https://developers.google.com/webmasters/social-markup/