使用微格式指定作者

发布于 2024-07-27 22:32:13 字数 67 浏览 4 评论 0原文

我想让页面的作者出现在 Google Rich Snippets 中。

使用微格式可以做到这一点吗?

I would like to make the author of a page appear in Google Rich Snippets.

Is it possible to do that with Microformats?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

浅沫记忆 2024-08-03 22:32:14

AFAIK 这只适用于 Google Scholar,没有其他方法然而。

AFAIK it's only done for Google Scholar and there's no other way yet.

愛上了 2024-08-03 22:32:13

请参阅 Google 丰富网页摘要的“人物”微格式文档。 以下是代码段工作原理的概述。 填写 vCard 后,请务必将其提交给 Google< /a> 所以它被拾取。

请注意,这仍然是一个实验性功能,而且他们似乎主要关注评论和社交网络,因此您完全不能保证他们会显示您添加的 vCard,或者知道这是页面作者。 但添加起来很容易。

示例(来自上面的文档):

<div class="vcard">
<div class="fn">John Smith</div>
<span class="nickname">Smithy</span>
<span class="url">http://www.example.com</span>
<span class="org">ACME</span>
<span class="adr">
 <span class="locality">Albuquerque</span>
</span>
<span class="title">Engineer</span>
<a href="http://darryl-blog.example.com/" rel="friend">Darryl</a>
</div>

See the "People" microformat documentation for Google Rich Snippets. Here's the overview of how the snippets work. After filling in the vCard, make sure to submit it to Google so it gets picked up.

Note that it's still an experimental feature and it appears they're mostly focusing on reviews and social networking, so you're not at all assured that they'll display the vCard you add, or will know that it's the page author. But it's easy enough to add.

Sample (from the documentation above):

<div class="vcard">
<div class="fn">John Smith</div>
<span class="nickname">Smithy</span>
<span class="url">http://www.example.com</span>
<span class="org">ACME</span>
<span class="adr">
 <span class="locality">Albuquerque</span>
</span>
<span class="title">Engineer</span>
<a href="http://darryl-blog.example.com/" rel="friend">Darryl</a>
</div>
放血 2024-08-03 22:32:13

根据谷歌的指导方针,当你使用 rel=”author” 的作者声明时似乎会更好。 强烈推荐用于新闻网站、博客或意见网站 (http://www.kozelben.hu/)...

According to Google's guidelines seems to be better when you use rel=”author” authorship declaration. Highly recommended in the case of news websites, blogs, or opinion sites (http://www.kozelben.hu/)...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文