Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "@context": "https://schema.org/",
- "@graph": [
- {
- "@type": "Dentist",
- "@context": "https://schema.org",
- "name": "Dr. Kaltio Dental",
- "image": "https://drkaltiodental.com/wp-content/uploads/2019/03/drkaltio-logo-white.png",
- "@id": "",
- "url": "https://drkaltiodental.com",
- "telephone": "(604) 270-9988",
- "priceRange": "$$",
- "address": {
- "@type": "PostalAddress",
- "streetAddress": "6091 Gilbert Rd. #500",
- "addressLocality": "Richmond",
- "addressRegion": "BC",
- "postalCode": "V7C 5L9",
- "addressCountry": "CA"
- },
- "areaServed": {
- "@type": "GeoCircle",
- "geoMidpoint": {
- "@type": "GeoCoordinates",
- "latitude": "49.16928191353411",
- "longitude": "-123.14799060554216"
- },
- "geoRadius": "56327"
- },
- "sameAs": [
- "https://en.wikipedia.org/wiki/Richmond,_British_Columbia",
- "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"
- ],
- "openingHoursSpecification": {
- "@type": "OpeningHoursSpecification",
- "dayOfWeek": [
- "Monday",
- "Tuesday",
- "Wednesday",
- "Thursday"
- ],
- "opens": "07:00",
- "closes": "16:00"
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement