微观数据与元元素

发布于 2024-12-11 09:15:54 字数 314 浏览 0 评论 0原文

我想在我的产品页面上使用微数据

例如:

Prix: <span itemprop="price">25</span>
<meta itemprop="priceCurrency" content="EUR" />

如果我的页面上的所有产品均以欧元显示,我可以在 html head 部分 中添加此元数据吗? 会更干净!

可用性元标记也有同样的问题,我的所有产品都是新的,我想在我的 head 部分而不是在我的所有产品 div 中添加元标记...

I want to use microdata on my prodcuts page

For example:

Prix: <span itemprop="price">25</span>
<meta itemprop="priceCurrency" content="EUR" />

If all my products are in euros on my page, can i add this meta in the html head section ?
It'll be more clean !

It's the same problem with the availability meta tag, all my products are new, i would like to add the meta tag in my head section and not in all my products div ...

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

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

发布评论

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

评论(2

好菇凉咱不稀罕他 2024-12-18 09:15:54

是的,你可以。只需为您的 元素提供一个 id,并确保每个 itemscope 都有一个 itemref 属性,其中包括其列表中的id

Yes you can. Just give your <meta> element an id, and ensure that each itemscope has an itemref attribute that includes the id in its list.

仅此而已 2024-12-18 09:15:54

如果您还没有完成大量后端处理代码,您可能需要采用 HTML5 数据属性路线。 http://ejohn.org/blog/html-5-data-attributes/

作为一个优点,这是完全有效的 HTML5。

If you don't already have a lot of backend processing code done already, you may want to go the HTML5 data attribute route. http://ejohn.org/blog/html-5-data-attributes/

As a plus, this is completely valid HTML5.

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