Structured Data

    Therapeutic Spa Massage

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

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Therapeutic Spa Massage",
      description: "Therapeutic Spa Massage in Twin Falls offers professional massage therapy services designed to relieve tension, reduce pain, and promote relaxation and wellness. Located on Blue Lakes Boulevard, they serve the local Twin Falls community with personalized treatment plans tailored to individual client needs.",
      telephone: "+1-208-544-6899",
      address: {
        @type: "PostalAddress",
        streetAddress: "1111 Blue Lakes Blvd N Suite EE",
        addressLocality: "Twin Falls",
        addressRegion: "ID",
        postalCode: "83301",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 42.581466,
        longitude: -114.4605708
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.4",
        reviewCount: "58",
        bestRating: "5"
      },
      areaServed: "Twin Falls, ID and surrounding areas",
      knowsAbout: "Massage Therapy, Individuals seeking pain relief, people with muscle tension, wellness-focused clients, anyone new to massage therapy",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Therapeutic Focus"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized Treatment"
        }
      ],
      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.