Cookies & analytics

    We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.

    SwiftSchema Logo

    SwiftSchema

    Intuitive Schema Generation at Your Fingertips

    AboutLearnContact
      Stack

      Tele-Dermatology Stack

      Tele-dermatology pages with MedicalClinic + Service + WebApplication context, FAQs, and breadcrumbs.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Tele-dermatology appointment pages
      • Virtual skin consult booking flows
      • Clinic pages describing online dermatology services

      What's included

      • Medical Clinic
        Open generator

        Anchors the clinic providing dermatology services.

      • Describes the tele-dermatology service offering.

      • Web Application
        Open generator

        Defines the telehealth visit or intake application.

      • Frequently Asked Questions
        Open generator

        Answers eligibility, image upload, and follow-up questions.

      • Breadcrumb
        Open generator

        Provides navigation context for the tele-derm page.

      Required properties (stack union)

      Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).

      address.addressLocality
      address.addressRegion
      address.streetAddress
      applicationCategory
      areaServed.name
      itemListElement[].name
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      operatingSystem
      provider.@id
      serviceType
      url

      Recommended properties (stack union)

      description
      image
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      medicalSpecialty
      offers.price
      offers.priceCurrency
      offers.url
      softwareVersion
      telephone

      Combined JSON-LD

      Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.

      Validate
      [
        {
          "@context": "https://schema.org",
          "@type": "MedicalClinic",
          "@id": "https://www.example.com/clinics/tele-derm#clinic",
          "name": "Northwind Dermatology",
          "url": "https://www.example.com/clinics/tele-derm",
          "telephone": "+1-512-555-0179",
          "image": "https://www.example.com/images/tele-derm.webp",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "700 Medical Plaza",
            "addressLocality": "Austin",
            "addressRegion": "TX",
            "postalCode": "78701",
            "addressCountry": "US"
          },
          "medicalSpecialty": "Dermatology"
        },
        {
          "@context": "https://schema.org",
          "@type": "Service",
          "@id": "https://www.example.com/clinics/tele-derm#service",
          "name": "Tele-Dermatology Consultation",
          "serviceType": "Telemedicine",
          "description": "Virtual dermatology visits for acne, rashes, and skin concerns.",
          "provider": { "@id": "https://www.example.com/clinics/tele-derm#clinic" },
          "areaServed": { "@type": "AdministrativeArea", "name": "Texas" },
          "offers": {
            "@type": "Offer",
            "price": "85.00",
            "priceCurrency": "USD",
            "availability": "https://schema.org/InStock"
          }
        },
        {
          "@context": "https://schema.org",
          "@type": "WebApplication",
          "@id": "https://www.example.com/clinics/tele-derm/visit#app",
          "name": "Tele-Derm Visit Portal",
          "description": "Submit photos and schedule a virtual dermatology visit.",
          "applicationCategory": "HealthApplication",
          "operatingSystem": "Any",
          "url": "https://www.example.com/clinics/tele-derm/visit"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Do I need to upload photos?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Clear photos help the dermatologist review your case before the visit."
              }
            },
            {
              "@type": "Question",
              "name": "How soon will I get a response?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Most responses are provided within 24–48 hours after your visit."
              }
            },
            {
              "@type": "Question",
              "name": "Do you accept insurance?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Insurance coverage varies; verify benefits during booking."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Clinics", "item": "https://www.example.com/clinics" },
            { "@type": "ListItem", "position": 3, "name": "Tele-Dermatology", "item": "https://www.example.com/clinics/tele-derm" }
          ]
        }
      ]

      Implementation steps

      1. Start from your live product detail page content; ensure titles, prices, and availability match the page.
      2. Embed one JSON-LD script in the head or just before the closing body tag using the combined example as a template.
      3. Fill shipping details for each region you serve and keep them aligned with on-page shipping tables.
      4. Attach your canonical MerchantReturnPolicy URL and keep the policy text in sync with Merchant Center.
      5. Add 3–6 FAQs that address purchase blockers (shipping, returns, compatibility) and keep answers consistent with visible content.
      6. Validate in the Rich Results Test and revalidate after price/availability/policy changes.

      Common errors and fixes

      FAQs

      Should I include in-person options?

      If you offer in-person visits, link to them on the page and keep telehealth details distinct.

      How do I handle prescription follow-ups?

      Explain follow-up timelines in page copy and mirror them in FAQ answers.

      References