如何使用 schema.org 标记 District/Ward?
How to markup District/Ward using schema.org?
在 Schema.org 中,我们有国家、州、市,但没有地区或选区。
所以请帮助我:如何使用 Schema.org 标记 District/Ward?
如果 Schema.org 没有适合您的用例的类型,请使用更广泛的类型。这可以达到 Thing
,可用于 任何东西。
我不知道你对区或区的定义,但我想 AdministrativeArea
might be appropriate. Otherwise its parent type Place
。
在 Schema.org 中,我们有国家、州、市,但没有地区或选区。
所以请帮助我:如何使用 Schema.org 标记 District/Ward?
如果 Schema.org 没有适合您的用例的类型,请使用更广泛的类型。这可以达到 Thing
,可用于 任何东西。
我不知道你对区或区的定义,但我想 AdministrativeArea
might be appropriate. Otherwise its parent type Place
。