Google 本地儿童保育企业的丰富网页摘要

Google Rich Snippet for a childcare local business

你能帮我弄清楚如何为托儿服务设置 Google Rich Snippet 吗?

我的具体问题是,我应该像

一样将 itemtype 注册为 LocalBusiness
<div itemscope itemtype="http://schema.org/LocalBusiness">

或直接像ChildCare一样

<div itemscope itemtype="http://schema.org/ChildCare">

一般来说,您应该始终选择最具体的类型。

因此,如果您的企业符合 ChildCare ("A Childcare center."), you should use this type instead of the more general LocalBusiness (or even the most general Thing 的描述)。

每个遵守规定的消费者都应该能够理解 ChildCare 是某种 LocalBusiness。只有当类型非常新(或者如果他们不再 update/maintain 他们的产品)时,消费者可能需要一些时间才能认出它。

如果你想确保那些消费者也能理解它,你可以提供两种类型:

<div itemscope itemtype="http://schema.org/ChildCare http://schema.org/LocalBusiness">
</div>

但这通常是不需要的。