Schema.org: 我可以使用单人企业的组织类型吗?
Schema.org: Can I use the type of Organization for a single man business?
作为单身男性生意,我可以使用Organization类型吗?
目前,我的网站使用此 JSON-LD 架构来描述我的业务:
{
"@context":"http://schema.org",
"@type":"Organization",
"@id":"https://example.com/#organization",
"brand":{
"@type":"Brand",
"logo":"https://example.com/images/seo/home/logo.png",
"image":"https://example.com/images/seo/home/og-image.jpg"
},
"description":"..,",
"url":"https://example.com",
"foundingDate":"2019-01-01",
"logo":"https://example.com/images/seo/home/logo.png",
"image":"https://example.com/images/seo/home/og-image.jpg",
"contactPoint":[...],
"sameAs":[...]
}
{
"@context":"http://schema.org",
"@type":"WebSite",
"@id":"https://example.com",
"url":"https://example.com",
"author":{
"@type":"Organization",
"@id":"https://example.com/#organization"
}
}
不知道对不对。
是(例如自由职业者)。例如,最好使用 LocalBusiness (More specific type of Organization) -and even better to use more specific type of LocalBusiness Dentist -or- RealEstateAgent。
完整层次结构示例:
Thing > Organization > LocalBusiness > MedicalBusiness > Dentist
LocalBusiness 子类型 **
https://schema.org/LocalBusiness#subtypes
** 如果您的业务类型未列出,请选择不太具体的类型。
相关:
- 本地业务 | Google 开发者: https://developers.google.com/search/docs/data-types/local-business
作为单身男性生意,我可以使用Organization类型吗?
目前,我的网站使用此 JSON-LD 架构来描述我的业务:
{
"@context":"http://schema.org",
"@type":"Organization",
"@id":"https://example.com/#organization",
"brand":{
"@type":"Brand",
"logo":"https://example.com/images/seo/home/logo.png",
"image":"https://example.com/images/seo/home/og-image.jpg"
},
"description":"..,",
"url":"https://example.com",
"foundingDate":"2019-01-01",
"logo":"https://example.com/images/seo/home/logo.png",
"image":"https://example.com/images/seo/home/og-image.jpg",
"contactPoint":[...],
"sameAs":[...]
}
{
"@context":"http://schema.org",
"@type":"WebSite",
"@id":"https://example.com",
"url":"https://example.com",
"author":{
"@type":"Organization",
"@id":"https://example.com/#organization"
}
}
不知道对不对。
是(例如自由职业者)。例如,最好使用 LocalBusiness (More specific type of Organization) -and even better to use more specific type of LocalBusiness Dentist -or- RealEstateAgent。
完整层次结构示例:
Thing > Organization > LocalBusiness > MedicalBusiness > Dentist
LocalBusiness 子类型 ** https://schema.org/LocalBusiness#subtypes
** 如果您的业务类型未列出,请选择不太具体的类型。
相关:
- 本地业务 | Google 开发者: https://developers.google.com/search/docs/data-types/local-business