Structured Data

    Serene Spring Spa

    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: "Serene Spring Spa",
      description: "Serene Spring Spa is a massage and spa facility in Lubbock offering therapeutic massage services and spa treatments. The business focuses on providing relaxation and wellness services to the local community, with a dedicated team committed to helping clients unwind and rejuvenate.",
      telephone: "+1-806-368-7402",
      address: {
        @type: "PostalAddress",
        streetAddress: "2229 34th St",
        addressLocality: "Lubbock",
        addressRegion: "TX",
        postalCode: "79411",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.5630695,
        longitude: -101.86432669999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.4",
        reviewCount: "27",
        bestRating: "5"
      },
      areaServed: "Lubbock, TX and surrounding areas",
      knowsAbout: "Massage Therapy, Individuals seeking massage therapy, wellness-focused clients, those looking for spa and relaxation services",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-service spa facility"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Established local presence"
        }
      ],
      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.