Place(地点)

Place(地点)

来源: https://schema.org/Place

Place 表示位置、地理地点或场所(如城市、建筑、景点等)。它是 schema.org 中用于描述物理位置的核心类型。

子类型

  • Accommodation(住宿)
  • AdministrativeArea(行政区)
  • CivicStructure(公共建筑)
  • Landform(地貌)
  • LandmarksOrHistoricalBuildings(地标或历史建筑)
  • LocalBusiness(本地商业)
  • Residence(住宅)
  • TouristAttraction(旅游景点)
  • TouristDestination(旅游目的地)

属性

属性 预期类型 描述
additionalProperty PropertyValue 附加属性
address PostalAddress 或 Text 地址
aggregateRating AggregateRating 总体评分
amenityFeature LocationFeatureSpecification 设施特征
branchCode Text 分支代码
containedInPlace Place 包含在地点中
containsPlace Place 包含地点
event Event 事件
faxNumber Text 传真号码
geo GeoCoordinates 或 GeoShape 地理坐标
geoContains GeospatialGeometry 或 Place 地理包含
geoCoveredBy GeospatialGeometry 或 Place 被地理覆盖
geoCovers GeospatialGeometry 或 Place 地理覆盖
geoCrosses GeospatialGeometry 或 Place 地理交叉
geoDisjoint GeospatialGeometry 或 Place 地理不相交
geoEquals GeospatialGeometry 或 Place 地理相等
geoIntersects GeospatialGeometry 或 Place 地理相交
geoOverlaps GeospatialGeometry 或 Place 地理重叠
geoTouches GeospatialGeometry 或 Place 地理接触
geoWithin GeospatialGeometry 或 Place 地理内
globalLocationNumber Text 全球位置号码
hasCertification Certification 认证
hasDriveThroughService Boolean 有免下车服务
hasGS1DigitalLink URL GS1 数字链接
hasMap Map 或 URL 地图
isAccessibleForFree Boolean 免费访问
isicV4 Text ISIC v4 代码
keywords DefinedTerm 或 Text 或 URL 关键词
latitude Number 或 Text 纬度
logo ImageObject 或 URL 标志
longitude Number 或 Text 经度
maximumAttendeeCapacity Integer 最大出席容量
openingHoursSpecification OpeningHoursSpecification 营业时间规范
photo ImageObject 或 Photograph 照片
publicAccess Boolean 公众访问
review Review 评论
slogan Text 标语
smokingAllowed Boolean 允许吸烟
specialOpeningHoursSpecification OpeningHoursSpecification 特殊营业时间规范
telephone Text 电话
tourBookingPage URL 旅游预订页面
additionalType Text 或 URL 附加类型
alternateName Text 别名
description Text 或 TextObject 描述
disambiguatingDescription Text 消歧描述
identifier PropertyValue 或 Text 或 URL 标识符
image ImageObject 或 URL 图像
mainEntityOfPage CreativeWork 或 URL 主实体页面
name Text 名称
potentialAction Action 潜在行动
sameAs URL 同义
subjectOf CreativeWork 或 Event 主题
url URL URL

示例

以下是一个使用 JSON-LD 描述地点的示例:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"@context": "https://schema.org",
"@type": "Place",
"name": "Empire State Building",
"address": {
"@type": "PostalAddress",
"streetAddress": "20 W 34th St",
"addressLocality": "New York",
"addressRegion": "NY",
"postalCode": "10001",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 40.7484,
"longitude": -73.9857
},
"telephone": "+1-212-736-3100",
"url": "https://www.esbnyc.com/"
}

Place 可作为 Event、LocalBusiness 等类型的子属性进行引用,用于描述地点信息。


Place(地点)
https://www.gjxx.dev/schema/schemas/Place/
作者
gjxx
发布于
2025年10月16日
许可协议