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

      Telepsychiatry Stack

      Telepsychiatry service pages with MedicalClinic + Service + WebApplication context, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Telepsychiatry appointment pages with virtual visit details
      • Mental health clinic pages offering remote care
      • Pages where FAQs clarify eligibility, insurance, and session format

      What's included

      • Medical Clinic
        Open generator

        Defines the clinic offering telepsychiatry with contact details.

      • Describes the telepsychiatry service and provider.

      • Web Application
        Open generator

        Represents the virtual visit platform or telehealth app.

      • Frequently Asked Questions
        Open generator

        Answers questions about scheduling, insurance, and session format.

      • Breadcrumb
        Open generator

        Provides navigation context for the telepsychiatry 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/telepsychiatry#clinic",
          "name": "Northwind Behavioral Health",
          "url": "https://www.example.com/telepsychiatry",
          "telephone": "+1-512-555-0133",
          "image": "https://www.example.com/images/telepsychiatry.webp",
          "medicalSpecialty": "Psychiatry",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "900 Wellness Ave",
            "addressLocality": "Austin",
            "addressRegion": "TX",
            "postalCode": "78701",
            "addressCountry": "US"
          }
        },
        {
          "@context": "https://schema.org",
          "@type": "Service",
          "@id": "https://www.example.com/telepsychiatry#service",
          "name": "Telepsychiatry Visits",
          "serviceType": "Telepsychiatry",
          "description": "Remote psychiatric evaluations and medication management via secure video.",
          "provider": { "@id": "https://www.example.com/telepsychiatry#clinic" },
          "areaServed": { "@type": "AdministrativeArea", "name": "Texas" },
          "offers": {
            "@type": "Offer",
            "url": "https://www.example.com/telepsychiatry/schedule",
            "availability": "https://schema.org/InStock"
          }
        },
        {
          "@context": "https://schema.org",
          "@type": "WebApplication",
          "@id": "https://www.example.com/telepsychiatry#app",
          "name": "Northwind Telehealth Portal",
          "url": "https://www.example.com/telepsychiatry/portal",
          "applicationCategory": "HealthApplication",
          "operatingSystem": "Web",
          "description": "Secure video visits, messaging, and follow-up notes.",
          "provider": { "@type": "Organization", "name": "Northwind Behavioral Health" }
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Do you accept insurance?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "We accept most major plans and will confirm coverage before your visit."
              }
            },
            {
              "@type": "Question",
              "name": "How long are sessions?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Initial evaluations are 60 minutes; follow-ups are typically 30 minutes."
              }
            },
            {
              "@type": "Question",
              "name": "What do I need for a virtual visit?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "A stable internet connection, a private space, and a device with a camera and microphone."
              }
            }
          ]
        },
        {
          "@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": "Telepsychiatry", "item": "https://www.example.com/telepsychiatry" }
          ]
        }
      ]

      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 hybrid care, mention in-person options in the page content and FAQs.

      Do I need to list pricing?

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

      References