{
  "@context": "https://schema.org",
  "@type": "MedicalBusiness",
  "name": "Dr. Jordan Gornitsky | Plastic Surgery",
  "description": "Board-certified plastic surgeon in Montreal specializing in aesthetic and reconstructive surgery with natural results.",
  "url": "https://www.drgornitsky.com",
  "telephone": "+1-514-288-9988",
  "email": "info@drgornitsky.com",
  "image": "https://www.drgornitsky.com/logo.png",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Montreal",
    "addressLocality": "Montreal",
    "addressRegion": "QC",
    "postalCode": "H1A 0A0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.5017,
    "longitude": -73.5673
  },
  "sameAs": [
    "https://www.linkedin.com/in/drgornitsky",
    "https://www.instagram.com/drgornitsky",
    "https://www.facebook.com/drgornitsky"
  ],
  "priceRange": "$$$$",
  "areaServed": {
    "@type": "City",
    "name": "Montreal",
    "url": "https://en.wikipedia.org/wiki/Montreal"
  },
  "medicalSpecialty": [
    "Plastic Surgery",
    "Aesthetic Surgery",
    "Reconstructive Surgery",
    "Craniofacial Surgery"
  ],
  "doctor": {
    "@type": "Person",
    "name": "Dr. Jordan Gornitsky",
    "jobTitle": "Board-Certified Plastic Surgeon",
    "image": "https://www.drgornitsky.com/dr-gornitsky.jpg",
    "description": "Board-certified plastic surgeon with fellowship training in craniofacial surgery from Johns Hopkins University.",
    "credential": [
      {
        "@type": "EducationalOccupationalCredential",
        "name": "Board Certification",
        "credentialCategory": "American Board of Plastic Surgery",
        "url": "https://www.abplsurg.org"
      },
      {
        "@type": "EducationalOccupationalCredential",
        "name": "Fellowship",
        "credentialCategory": "Craniofacial Surgery",
        "url": "https://www.hopkinsmedicine.org"
      }
    ],
    "sameAs": [
      "https://www.linkedin.com/in/drgornitsky",
      "https://www.instagram.com/drgornitsky"
    ]
  },
  "offers": [
    {
      "@type": "MedicalProcedure",
      "name": "Facial Plastic Surgery",
      "description": "Facelift, rhinoplasty, eyelid surgery, brow lift, and other facial rejuvenation procedures",
      "url": "https://www.drgornitsky.com/face"
    },
    {
      "@type": "MedicalProcedure",
      "name": "Breast Surgery",
      "description": "Breast augmentation, lift, and reduction procedures",
      "url": "https://www.drgornitsky.com/breast"
    },
    {
      "@type": "MedicalProcedure",
      "name": "Body Contouring",
      "description": "Liposuction, tummy tuck, and body contouring procedures",
      "url": "https://www.drgornitsky.com/body"
    },
    {
      "@type": "MedicalProcedure",
      "name": "Reconstructive Surgery",
      "description": "Functional and aesthetic reconstruction including breast reconstruction and scar revision",
      "url": "https://www.drgornitsky.com/reconstructive"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.9",
    "reviewCount": "47",
    "bestRating": "5",
    "worstRating": "1"
  },
  "review": [
    {
      "@type": "Review",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": "5"
      },
      "author": {
        "@type": "Person",
        "name": "Patient Testimonial"
      },
      "reviewBody": "Dr. Gornitsky is an exceptional surgeon. His attention to detail and natural results are unmatched. Highly recommended."
    }
  ],
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Monday",
      "opens": "09:00",
      "closes": "17:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Tuesday",
      "opens": "09:00",
      "closes": "17:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Wednesday",
      "opens": "09:00",
      "closes": "17:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Thursday",
      "opens": "09:00",
      "closes": "17:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Friday",
      "opens": "09:00",
      "closes": "17:00"
    }
  ]
}
