gpt4 book ai didi

schema.org - 事件丰富的代码段 : location/address for Google Testing Tool

转载 作者:行者123 更新时间:2023-12-02 01:39:00 24 4
gpt4 key购买 nike

我正在尝试对Google Structured Data Testing tool 保持友好.我试着给他一个 Event片段:https://schema.org/Event

问题是 PostalAddress :我把itemprop="location"对于我的 PostalAddress , 但随后它认为 address PostalAddress 缺失.

我不知道我可以在 adress 中设置什么项目,因为它甚至没有在 schema.org 中描述。

<div itemscope itemtype="http://schema.org/Event">
<h1 itemprop="name">PIÈCE DE THÉÂTRE : " L'AUBERGE DU CARAMEL " DE JEAN-LUC PECQUEUR</h1>
<ul>
<li class="avenir"><span itemprop="startDate" content="2015-04-10T20:30:00+02:00">10/04/15</span> 20h30</li>
<li class="avenir"><span itemprop="startDate" content="2015-04-11T20:30:00+02:00">11/04/15</span> 20h30</li>
<li class="avenir"><span itemprop="startDate" content="2015-04-12T15:00:00+02:00">12/04/15</span> 15h</li>
</ul>
<address>
<div itemprop="location" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="name" class="raisoc">PIÈCE DE THÉÂTRE : " L'AUBERGE DU CARAMEL " DE JEAN-LUC PECQUEUR</span>
<br />
<span itemprop="streetAddress">route de Paris<br /></span>
<span itemprop="postalCode">03630</span> <span itemprop="addressLocality">DESERTINES</span>
<br />
</div>
</address>
</div>

最佳答案

在上面的定义中并不清楚,但是示例清楚地说明了用法。尝试按照以下方式进行。片段工具显示为绿色。

<div itemscope itemtype="http://schema.org/Event">
<h1 itemprop="name">PIÈCE DE THÉÂTRE : " L'AUBERGE DU CARAMEL " DE JEAN-LUC PECQUEUR</h1>
<ul>
<li class="avenir"><span itemprop="startDate" content="2015-04-10T20:30:00+02:00">10/04/15</span> 20h30</li>
<li class="avenir"><span itemprop="startDate" content="2015-04-11T20:30:00+02:00">11/04/15</span> 20h30</li>
<li class="avenir"><span itemprop="startDate" content="2015-04-12T15:00:00+02:00">12/04/15</span> 15h</li>
</ul>
<address>
<div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name" class="raisoc">PIÈCE DE THÉÂTRE : " L'AUBERGE DU CARAMEL " DE JEAN-LUC PECQUEUR</span>
<br />
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">route de Paris<br /></span>
<span itemprop="postalCode">03630</span>
<span itemprop="addressLocality">DESERTINES</span>
</div>
<br />
</div>
</address>
</div>

关于schema.org - 事件丰富的代码段 : location/address for Google Testing Tool,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29494174/

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