-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathLocalBusiness-2.json
More file actions
35 lines (35 loc) · 800 Bytes
/
LocalBusiness-2.json
File metadata and controls
35 lines (35 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": [
"Organization",
"LocalBusiness",
"LegalService"
],
"name": "Law firm Inc.",
"logo" : "http://placehold.it/640",
"url" : "https://lawfirm.com",
"openingHours": "Mo,Tu,We,Th 09:00-12:00",
"image": "http://placehold.it/640x480",
"address": "1234 Street",
"telephone": "6045554321",
"priceRange": "$$$",
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+1-401-555-1212",
"contactType": "customer service"
}
],
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://lawfirm.com/"
},
"sameAs" : [
"https://twitter.com/lawfirm",
"https://www.facebook.com/lawfirm",
"https://www.linkedin.com/company/lawfirm",
"https://plus.google.com/lawfirm/posts"
]
}
</script>