Advertisement
jaideep06

Untitled

Sep 27th, 2021
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.44 KB | None | 0 0
  1. {
  2.   "@context": "https://schema.org/",
  3.   "@graph": [
  4.     {
  5.       "@type": "Dentist",
  6.       "@context": "https://schema.org",
  7.       "name": "Dr. Kaltio Dental",
  8.       "image": "https://drkaltiodental.com/wp-content/uploads/2019/03/drkaltio-logo-white.png",
  9.       "@id": "",
  10.       "url": "https://drkaltiodental.com",
  11.       "telephone": "(604) 270-9988",
  12.       "priceRange": "$$",
  13.       "address": {
  14.         "@type": "PostalAddress",
  15.         "streetAddress": "6091 Gilbert Rd. #500",
  16.         "addressLocality": "Richmond",
  17.         "addressRegion": "BC",
  18.         "postalCode": "V7C 5L9",
  19.         "addressCountry": "CA"
  20.       },
  21.       "areaServed": {
  22.         "@type": "GeoCircle",
  23.         "geoMidpoint": {
  24.           "@type": "GeoCoordinates",
  25.           "latitude": "49.16928191353411",
  26.           "longitude": "-123.14799060554216"
  27.         },
  28.         "geoRadius": "56327"
  29.       },
  30.       "sameAs": [
  31.         "https://en.wikipedia.org/wiki/Richmond,_British_Columbia",
  32.         "https://www.google.com/maps/place/Dr.+Ryan+Kaltio+Dental/@49.1692862,-123.1482635,20z/data=!4m5!3m4!1s0x54860ace89e8c919:0x4c22c56c214237ea!8m2!3d49.1692858!4d-123.1479872"
  33.       ],
  34.       "openingHoursSpecification": {
  35.         "@type": "OpeningHoursSpecification",
  36.         "dayOfWeek": [
  37.           "Monday",
  38.           "Tuesday",
  39.           "Wednesday",
  40.           "Thursday"
  41.         ],
  42.         "opens": "07:00",
  43.         "closes": "16:00"
  44.       }
  45.     }
  46.   ]
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement