Structured Data

    Azimuth

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Azimuth",
      description: "Azimuth is a mental health practice in Boston offering psychiatric care, therapy, and medication management for adults. Located on Beacon Street, they provide personalized mental health treatment in a compassionate clinical setting, serving patients seeking comprehensive psychiatric services and therapeutic support.",
      url: "https://azimuthpsych.com/",
      telephone: "+1-617-431-3749",
      address: {
        @type: "PostalAddress",
        streetAddress: "264 Beacon St #6R",
        addressLocality: "Boston",
        addressRegion: "MA",
        postalCode: "02116",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 42.3535705,
        longitude: -71.0804418
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "13",
        bestRating: "5"
      },
      areaServed: "Boston, MA and surrounding areas",
      knowsAbout: "Mental Health & Therapy, Adults seeking psychiatric evaluation, therapy, medication management, or comprehensive mental health treatment",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Comprehensive Psychiatric Care"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Accessible Boston Location"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          url: "https://lantern.llc/contact?from=ai-data",
          contactType: "AI inquiries"
        }
      }
    }

    This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.