gpt4 book ai didi

html - 'position'属性的内容需要连续吗?

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:48:49 26 4
gpt4 key购买 nike

我有一个结构化的面包屑,如下所示:

<ol itemscope itemtype="http://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemprop="item" href="https://example.com/">
<span itemprop="name">Home</span>
</a>
<span itemprop="position" content="1">&gt;</span>
</li>

<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemprop="item" href="https://example.com/furniture/">
<span itemprop="name">Furniture</span>
</a>
<span itemprop="position" content="2">&gt;</span>
</li>

<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemprop="item" href="https://example.com/arts/furniture/kitchen/">
<span itemprop="name">Kitchen</span>
</a>
<span itemprop="position" content="3"></span>
</li>
</ol>

在每个 li 项目的末尾,我有 itemprop positioncontent 1, 2, 3 . 这些值必须是连续的还是只需要增加?像 3、5、7。

最佳答案

我把它放到 SDTT 页面的底部,看看会发生什么。由于您提供了一个有序列表“OL”,因此数字应该像您一样按升序排列。 SDTT 似乎并不真正关心增量值。如果特定的位置值在您正在实现的系统中代表更有意义的东西,那么不要担心完美的排序。 (我喜欢系统化)。如果您只有很少的元素,请保持简单和干净,不要试探命运。

关于html - 'position'属性的内容需要连续吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51625929/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com