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-Dentistry Stack

      Tele-dentistry service pages with MedicalClinic + Service + WebApplication context, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Tele-dentistry visit pages with virtual consult details
      • Dental clinic pages offering remote assessments
      • Pages where FAQs clarify eligibility, scheduling, and follow-up care

      What's included

      • Medical Clinic
        Open generator

        Defines the dental clinic offering tele-dentistry with contact details.

      • Describes the tele-dentistry service and provider.

      • Web Application
        Open generator

        Represents the virtual visit platform or telehealth app.

      • Frequently Asked Questions
        Open generator

        Answers questions about visits, imaging, and follow-up care.

      • Breadcrumb
        Open generator

        Provides navigation context for the tele-dentistry 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.addressCountry
      address.addressLocality
      address.addressRegion
      address.postalCode
      address.streetAddress
      applicationCategory
      areaServed.name
      itemListElement[].name
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      offers.url
      provider.@id
      serviceType
      telephone
      url

      Recommended properties (stack union)

      description
      geo.latitude
      geo.longitude
      image
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      medicalSpecialty
      offers.availability
      offers.price
      offers.priceCurrency
      operatingSystem
      provider.name

      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/tele-dentistry#clinic",
          "name": "Northwind Dental Care",
          "url": "https://www.example.com/tele-dentistry",
          "telephone": "+1-512-555-0149",
          "image": "https://www.example.com/images/tele-dentistry.webp",
          "medicalSpecialty": "Dentistry",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "1200 Elm St",
            "addressLocality": "Austin",
            "addressRegion": "TX",
            "postalCode": "78701",
            "addressCountry": "US"
          }
        },
        {
          "@context": "https://schema.org",
          "@type": "Service",
          "@id": "https://www.example.com/tele-dentistry#service",
          "name": "Tele-Dentistry Consult",
          "serviceType": "TeleDentistry",
          "description": "Virtual dental consults for symptoms, treatment planning, and follow-up care.",
          "provider": { "@id": "https://www.example.com/tele-dentistry#clinic" },
          "areaServed": { "@type": "AdministrativeArea", "name": "Texas" },
          "offers": {
            "@type": "Offer",
            "url": "https://www.example.com/tele-dentistry/schedule",
            "availability": "https://schema.org/InStock"
          }
        },
        {
          "@context": "https://schema.org",
          "@type": "WebApplication",
          "@id": "https://www.example.com/tele-dentistry#app",
          "name": "Northwind Dental Portal",
          "url": "https://www.example.com/tele-dentistry/portal",
          "applicationCategory": "HealthApplication",
          "operatingSystem": "Web",
          "description": "Secure video visits, photo uploads, and care plan summaries.",
          "provider": { "@type": "Organization", "name": "Northwind Dental Care" }
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Do I need x-rays for a virtual visit?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Not always. The dentist will request imaging if needed after your initial consult."
              }
            },
            {
              "@type": "Question",
              "name": "Can you prescribe medication?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "If appropriate, we can prescribe medication and coordinate in-person follow-up care."
              }
            },
            {
              "@type": "Question",
              "name": "How long are appointments?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Most tele-dentistry visits are 20–30 minutes."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Services", "item": "https://www.example.com/services" },
            { "@type": "ListItem", "position": 3, "name": "Tele-Dentistry", "item": "https://www.example.com/tele-dentistry" }
          ]
        }
      ]

      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 visit options?

      If you offer in-person follow-ups, mention them in the page content and FAQs.

      Do I need to list pricing?

      If pricing is displayed, include Offer price and currency to match the page.

      References