我有一个书单,上面是这样的
Title, Author(s), Publisher
Title, Author(s), Publisher
Title, Author(s), Publisher
Title, Author(s), Publisher
...在阅读了HTML5和microdata之后,我想,如果我错了,请纠正我,这可以从一些html5微数据中受益,但我不确定如何设计这份书单。
发布于 2012-06-17 00:45:04
我建议您查看http://schema.org/Book上的documentation at schema.org,特别是书中的词汇
发布于 2012-06-17 00:58:11
一个很好的起点是来自谷歌的文档:他们描述了将元信息添加到http://support.google.com/webmasters/bin/answer.py?hl=en&answer=99170&topic=1088472&ctx=topic的所有三种可能性(微数据,微格式,RDFa)。除此之外,他们还提供了测试工具,您可以在其中检查代码是否正确:http://www.google.com/webmasters/tools/richsnippets
对于你的书单来说,最适合的应该是'product‘类型
https://stackoverflow.com/questions/11065217
复制相似问题