如何使用application/ld作为租车网站?

问题描述 投票:0回答:2

我想增加网站在搜索引擎中的吸引力,并且我想使用微数据。

但是我没有找到汽车租赁网站的 application/ld 微标记的单个示例。我只能找到电子邮件通知的微数据。

租车网站有微标记吗?

html schema.org microdata
2个回答
1
投票

您真的在 schema.org 上查找过吗?

https://schema.org/AutoRental

甚至还有一个简单模式的生成器:

https://schema.pythonanywhere.com/AutoRental

<div itemscope itemtype="http://schema.org/AutoRental">
<span itemprop="description">description</span>
<span itemprop="image">image</span>
<span itemprop="name">rent a vw</span>
<span itemprop="potentialAction">rent</span>
<span itemprop="url">/rent/</span>
</div>

0
投票

是的,我也需要设置,在谷歌丰富的代码片段中它不是选项,目前仅使用组织租车巨港

最新问题
© www.soinside.com 2019 - 2025. All rights reserved.