-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSchema.json
56 lines (56 loc) · 1.34 KB
/
Schema.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Dentist",
"additionaltype":"https://www.wikidata.org/wiki/Q118301",
"name": "Dentist Business name",
"image": "dentist-business-logo.jpg",
"@id": "https://dummydentist.com",
"url": "https://dummydentist.com",
"telephone": "+123432243",
"priceRange": "$100",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "CO",
"postalCode": "",
"addressCountry": "US"
},
"serviceArea": {
"@type": "GeoCircle",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Your Street #105",
"addressLocality": "Boulder",
"id":"https://en.wikipedia.org/wiki/Boulder,_Colorado",
"addressRegion": "CO",
"postalCode": "80301",
"addressCountry": "US"
},
"geoRadius": "160934"
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"opens": "00:00",
"closes": "23:59"
},
"sameAs": [
"http://facebook.com/dummydentist",
"https:/twitter.comdummydentist",
"https://tumblr.dummydentist.com",
"",
"",
""
]
}
</script>