HTML5用于电子商务产品

前端之家收集整理的这篇文章主要介绍了HTML5用于电子商务产品前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
新的 HTML5文章标签看起来非常好,很棒,在这里和其他地方有很多讨论.

不幸的是,所有这些讨论似乎都是在博客或新闻网站的背景下,内容就是这些内容.

在一个电子商务网站,最大的问题是,我现在如何标记一个产品?

以规范为指导,似乎一个可销售物品确实是可以联合的东西(通常是).文章标签似乎是一个很好的搭配,但我没有提到它的使用方式.

这是适当的,但所有的例子博客等,因为他们似乎更适应一点更直观的标签名称?还是我的规格太硬了?

任何指导都将不胜感激.

解决方法

我不认为< article>适用于产品数据.虽然不使用语义元素,您可能希望从schema.org查看 Product schema.

更新
请参阅W3C规范中的以下引用.也许文章毕竟适合,因为产品可以被认为是“独立的内容”.

The article element represents a component of a page that consists of a self-contained composition in a document,page,application,or site and that is intended to be independently distributable or reusable,e.g. in syndication. This could be a forum post,a magazine or newspaper article,a blog entry,a user-submitted comment,an interactive widget or gadget,or any other independent item of content.

原文链接:https://www.f2er.com/html5/168145.html

猜你在找的HTML5相关文章