gpt4 book ai didi

javascript - 指定了 itemprop 属性,但该元素不是任何项目的属性

转载 作者:行者123 更新时间:2023-12-03 10:01:17 25 4
gpt4 key购买 nike

我不知道为什么,但我收到以下错误:

Line 1, Column 12604: The itemprop attribute was specified, but the element is not a property of any item.

我在网页中使用了以下代码:

<pre>
<div itemscope="">
<img height="270" width="270" itemprop="image" title="Ladies Ultra Cotton 100% Cotton T-Shirt - Gildan 2000L" alt="Ladies Ultra Cotton 100% Cotton T-Shirt - Gildan 2000L" src="http://www.outletshirts.com/31989-home_default/ladies-ultra-cotton-100-cotton-t-shirt.jpg" class="replace-2x img-responsive">
</div>
</pre>

为什么会这样?

最佳答案

您应该明确提供这些属性(名称、描述、图像)所属的类型。

在 Schema.org 中,一切都是事物。事物有许多子类型,列在“更具体的类型”下。从这里开始,为您的内容选择最具体的类型。

例如:网页、文章或者博客发布。

它可能看起来像(此处使用网页作为示例):

<html itemscope itemtype="http://schema.org/WebPage">

关于javascript - 指定了 itemprop 属性,但该元素不是任何项目的属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30587941/

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