【SEO対策】Dentist-歯科医の構造化データ(JSON-LD)の書き方

設置が終わったらGoogle先生が提供している「構造化データテストツール」でエラーが出ていないかチェック

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Dentist",
"name": "黒ブタデンタルクリニック",
"description": "矯正歯科、クリーニング、歯周病、インプラント、ホワイトニング、自費診療。お口のお悩みならお任せください。",
"url": "https://blackpigtail.com/dentist",
"telephone": "03-1234-5678",
"faxNumber": "03-1234-5679",
"priceRange": "¥1,000~¥20,000",
"currenciesAccepted": "JPY",
"paymentAccepted": "現金,クレジットカード,暗号通貨",
"openingHours": "Mo,Tu,Fr 09:00-18:00 We,Th 09:00-13:00",
"address": {
"@type": "PostalAddress",
"postalCode": "123-4567",
"addressRegion": "東京都",
"addressLocality": "中央区",
"streetAddress": "TEST●▲町12-34-10 黒ブタビル 7F",
"addressCountry": {
"@type":"Country",
"name":"JP"
}
},
"geo":{
"@type":"GeoCoordinates",
"latitude":35.689486,
"longitude":139.691705
},
"image":[
{"@type": "ImageObject",
"url": "https://blackpigtail.com/web-parts/bpt-original-2019/img/no-image.jpg",
"width": "480",
"height": "300"
}
]
}
</script>

参照:schema.org - 歯科医(Dentist)ページ