LocalBusiness(本地商家)

LocalBusiness(本地商家)

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

LocalBusiness 表示有实体地点的商业机构(商店、诊所、餐馆等)。它是 Organization 和 Place 的子类型。

子类型

  • AnimalShelter(动物庇护所)
  • ArchiveOrganization(档案组织)
  • AutomotiveBusiness(汽车业务)
  • ChildCare(儿童保育)
  • Dentist(牙医)
  • DryCleaningOrLaundry(干洗或洗衣)
  • EmergencyService(紧急服务)
  • EmploymentAgency(就业代理)
  • EntertainmentBusiness(娱乐业务)
  • FinancialService(金融服务)
  • FoodEstablishment(餐饮场所)
  • GovernmentOffice(政府办公室)
  • HealthAndBeautyBusiness(健康美容业务)
  • HomeAndConstructionBusiness(家居建筑业务)
  • InternetCafe(网吧)
  • LegalService(法律服务)
  • Library(图书馆)
  • LodgingBusiness(住宿业务)
  • MedicalBusiness(医疗业务)
  • ProfessionalService(专业服务)
  • RadioStation(广播电台)
  • RealEstateAgent(房地产代理)
  • RecyclingCenter(回收中心)
  • SelfStorage(自助仓储)
  • ShoppingCenter(购物中心)
  • SportsActivityLocation(体育活动场所)
  • Store(商店)
  • TelevisionStation(电视台)
  • TouristInformationCenter(旅游信息中心)
  • TravelAgency(旅行社)

属性

属性 预期类型 描述
name Text 商家名称
description Text 或 TextObject 描述
url URL 网站地址
telephone Text 联系电话
faxNumber Text 传真号码
email Text 电子邮件
address PostalAddress 或 Text 地址
geo GeoCoordinates 或 GeoShape 地理坐标
latitude Number 或 Text 纬度
longitude Number 或 Text 经度
openingHours Text 营业时间
openingHoursSpecification OpeningHoursSpecification 营业时间规范
specialOpeningHoursSpecification OpeningHoursSpecification 特殊营业时间规范
priceRange Text 价格范围
currenciesAccepted Text 接受的货币
paymentAccepted LoanOrCredit 或 PaymentMethod 或 Text 接受的付款方式
aggregateRating AggregateRating 总体评分
review Review 评论
logo ImageObject 或 URL 标志
image ImageObject 或 URL 图像
photo ImageObject 或 Photograph 照片
hasMap Map 或 URL 地图
branchCode Text 分支代码
globalLocationNumber Text 全球位置号码
isicV4 Text ISIC v4 代码
naics Text NAICS 代码
duns Text DUNS 号码
leiCode Text LEI 代码
taxID Text 税号
vatID Text 增值税号
legalName Text 法定名称
foundingDate Date 成立日期
dissolutionDate Date 解散日期
numberOfEmployees QuantitativeValue 员工数量
employee Person 员工
founder Organization 或 Person 创始人
contactPoint ContactPoint 联系点
areaServed AdministrativeArea 或 GeoShape 或 Place 或 Text 服务区域
hasOfferCatalog OfferCatalog 报价目录
makesOffer Offer 提供报价
hasMerchantReturnPolicy MerchantReturnPolicy 退货政策
event Event 事件
slogan Text 标语
keywords DefinedTerm 或 Text 或 URL 关键词
sameAs URL 同义
additionalType Text 或 URL 附加类型
alternateName Text 别名
identifier PropertyValue 或 Text 或 URL 标识符
mainEntityOfPage CreativeWork 或 URL 主实体页面
potentialAction Action 潜在行动
subjectOf CreativeWork 或 Event 主题

示例

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "GreatFood",
"address": {
"@type": "PostalAddress",
"streetAddress": "1901 Lemur Ave",
"addressLocality": "Sunnyvale",
"addressRegion": "CA",
"postalCode": "94086"
},
"telephone": "(408) 714-1489",
"url": "http://www.greatfood.com",
"openingHours": "Mo-Sa 11:00-14:30, Mo-Th 17:00-21:30, Fr-Sa 17:00-22:00",
"priceRange": "$$",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4",
"reviewCount": "250"
}
}

LocalBusiness 可用于描述各种本地商业机构,如餐厅、商店、诊所等。


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