弁護士事務所【LegalService】弁護士サービス構造化データ作成


{
“@context”: “http://schema.org”,
“@type”: “LegalService”,
“name”: “ace”,
“description”: “test”,
“url”: “https://test/”,
“image”: “https://test.jpg”,
“priceRange”: “100000”,
“telephone”: “080-0000-0000”,
“email”: “test@gmail.com”,
“hasMap”: “https://www.google.com/maps/place/”,
“address”: {
“@type”: “PostalAddress”,
“addressLocality”: “目黒区”,
“addressRegion”: “東京都”,
“postalCode”: “153-0051”,
“streetAddress”: “上目黒2-8, seory702”
},
“geo”: {
“@type”: “GeoCoordinates”,
“latitude”: “35”,
“longitude”: “135”
},
“openingHours”: “Mo,Tu,We,Th,Fr, 09:00-22:00”
}