使用微格式指定作者
我想让页面的作者出现在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
AFAIK 这只适用于 Google Scholar,没有其他方法然而。
AFAIK it's only done for Google Scholar and there's no other way yet.
请参阅 Google 丰富网页摘要的“人物”微格式文档。 以下是代码段工作原理的概述。 填写 vCard 后,请务必将其提交给 Google< /a> 所以它被拾取。
请注意,这仍然是一个实验性功能,而且他们似乎主要关注评论和社交网络,因此您完全不能保证他们会显示您添加的 vCard,或者知道这是页面作者。 但添加起来很容易。
示例(来自上面的文档):
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):
根据谷歌的指导方针,当你使用 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/)...