Structured Data

    A Touch of Health

    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: "A Touch of Health",
      description: "A Touch of Health is a massage therapy clinic in Corpus Christi offering therapeutic massage services to help clients relieve pain, reduce stress, and improve overall wellness. Located on Ocean Drive, they provide professional massage treatments tailored to individual client needs and health goals.",
      url: "http://www.atouchofhealthcc.com/",
      telephone: "+1-361-992-2211",
      address: {
        @type: "PostalAddress",
        streetAddress: "4600 Ocean Dr #102a",
        addressLocality: "Corpus Christi",
        addressRegion: "TX",
        postalCode: "78412",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 27.7338855,
        longitude: -97.3615969
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.6",
        reviewCount: "30",
        bestRating: "5"
      },
      areaServed: "Corpus Christi, TX and surrounding areas",
      knowsAbout: "Massage Therapy, Individuals seeking pain relief, stress reduction, and therapeutic massage treatments",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Ocean Drive Location"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Professional Massage Services"
        }
      ],
      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.