Home / Admin / VitalLife Schema Markup – Medical Clinic
Duplicate Snippet

Embed Snippet on Your Site

VitalLife Schema Markup – Medical Clinic

schema

john laymon
<10
Code Preview
php
<?php
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "MedicalClinic",
      "@id": "https://vitallifetulsa.com/#medicalclinic",
      "name": "Vital Life Tulsa",
      "alternateName": "VitalLife Weight Loss & HRT",
      "url": "https://vitallifetulsa.com",
      "logo": "https://vitallifetulsa.com/wp-content/uploads/2024/07/logo-redo-horizontal-1.png",
      "image": "https://vitallifetulsa.com/wp-content/uploads/2024/07/logo-redo-horizontal-1.png",
      "description": "Tulsa's only clinic offering integrated hormone replacement therapy, medical weight loss, and body contouring. LegitScript certified with 26+ years medical experience.",
      "telephone": "+1-918-233-0907",
      "email": "[email protected]",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "5610 S Memorial Dr Suite D",
        "addressLocality": "Tulsa",
        "addressRegion": "OK",
        "postalCode": "74145",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 36.0894,
        "longitude": -95.8846
      },
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
          "opens": "09:00",
          "closes": "17:00"
        }
      ],
      "priceRange": "$$",
      "currenciesAccepted": "USD",
      "paymentAccepted": "Cash, Credit Card, Insurance",
      "medicalSpecialty": [
        "Endocrinology",
        "BariatricMedicine"
      ],
      "areaServed": [
        {
          "@type": "City",
          "name": "Tulsa"
        },
        {
          "@type": "City",
          "name": "Broken Arrow"
        },
        {
          "@type": "City",
          "name": "Bixby"
        },
        {
          "@type": "City",
          "name": "Owasso"
        },
        {
          "@type": "City",
          "name": "Jenks"
        }
      ],
      "hasCredential": {
        "@type": "EducationalOccupationalCredential",
        "credentialCategory": "LegitScript Certified",
        "recognizedBy": {
          "@type": "Organization",
          "name": "LegitScript"
        }
      },
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "5.0",
        "reviewCount": 6,
        "bestRating": "5",
        "worstRating": "1"
      },
      "sameAs": [
        "https://www.facebook.com/vitallifetulsa",
        "https://www.instagram.com/vitallifetulsa"
      ]
    },
    {
      "@type": "Service",
      "@id": "https://vitallifetulsa.com/#service-weightloss",
      "serviceType": "Medical Weight Loss",
      "name": "Medication-Assisted Weight Loss",
      "description": "GLP-1 medication therapy including Semaglutide, Tirzepatide, and Retatrutide with nutrition counseling and exercise workout plans",
      "provider": {
        "@id": "https://vitallifetulsa.com/#medicalclinic"
      },
      "areaServed": {
        "@type": "City",
        "name": "Tulsa"
      },
      "offers": {
        "@type": "Offer",
        "priceCurrency": "USD",
        "price": "250",
        "priceSpecification": {
          "@type": "PriceSpecification",
          "minPrice": "250",
          "maxPrice": "488",
          "priceCurrency": "USD",
          "unitText": "MONTH"
        },
        "availability": "https://schema.org/InStock",
        "url": "https://vitallifetulsa.com/service/medicated-weight-loss/"
      }
    },
    {
      "@type": "Service",
      "@id": "https://vitallifetulsa.com/#service-hrt-men",
      "serviceType": "Hormone Replacement Therapy",
      "name": "Testosterone Replacement Therapy for Men",
      "description": "Testosterone injections and pellets for men experiencing low testosterone symptoms",
      "provider": {
        "@id": "https://vitallifetulsa.com/#medicalclinic"
      },
      "areaServed": {
        "@type": "City",
        "name": "Tulsa"
      },
      "offers": {
        "@type": "Offer",
        "priceCurrency": "USD",
        "price": "100",
        "priceSpecification": {
          "@type": "PriceSpecification",
          "minPrice": "100",
          "maxPrice": "650",
          "priceCurrency": "USD",
          "unitText": "MONTH"
        },
        "availability": "https://schema.org/InStock",
        "url": "https://vitallifetulsa.com/service/hrt-for-men/"
      }
    },
    {
      "@type": "Service",
      "@id": "https://vitallifetulsa.com/#service-hrt-women",
      "serviceType": "Hormone Replacement Therapy",
      "name": "Bioidentical Hormone Replacement for Women",
      "description": "Bioidentical hormone pellets and therapy for women experiencing menopause symptoms",
      "provider": {
        "@id": "https://vitallifetulsa.com/#medicalclinic"
      },
      "areaServed": {
        "@type": "City",
        "name": "Tulsa"
      },
      "offers": {
        "@type": "Offer",
        "priceCurrency": "USD",
        "price": "350",
        "availability": "https://schema.org/InStock",
        "url": "https://vitallifetulsa.com/service/hrt-for-women/"
      }
    },
    {
      "@type": "Service",
      "@id": "https://vitallifetulsa.com/#service-emsculpt",
      "serviceType": "Body Contouring",
      "name": "EmSculpt Neo",
      "description": "Non-invasive body contouring and muscle building technology",
      "provider": {
        "@id": "https://vitallifetulsa.com/#medicalclinic"
      },
      "areaServed": {
        "@type": "City",
        "name": "Tulsa"
      },
      "url": "https://vitallifetulsa.com/service/emsculpt-neo/"
    },
    {
      "@type": "Service",
      "@id": "https://vitallifetulsa.com/#service-emtone",
      "serviceType": "Cellulite Treatment",
      "name": "EmTone",
      "description": "Non-invasive cellulite reduction treatment",
      "provider": {
        "@id": "https://vitallifetulsa.com/#medicalclinic"
      },
      "areaServed": {
        "@type": "City",
        "name": "Tulsa"
      },
      "url": "https://vitallifetulsa.com/service/emtone/"
    }
  ]
}
</script>

Comments

Add a Comment