Structured Data

    Wellness Center

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

    Schema.org / LocalBusiness
    |
    44 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Wellness Center",
      description: "Wellness Center in Fredericksburg offers acupuncture services to support patient health and wellbeing. Located on Princess Anne Street, they provide traditional acupuncture treatment for a variety of health concerns. Contact them at (540) 656-2712 to learn more about their services and schedule an appointment.",
      telephone: "+1-540-656-2712",
      address: {
        @type: "PostalAddress",
        streetAddress: "2216 Princess Anne St",
        addressLocality: "Fredericksburg",
        addressRegion: "VA",
        postalCode: "22401",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.3141354,
        longitude: -77.4701442
      },
      areaServed: "Fredericksburg, VA and surrounding areas",
      knowsAbout: "Acupuncture, Individuals seeking traditional acupuncture, Patients interested in holistic wellness approaches, Those managing chronic health concerns",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Traditional Acupuncture"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Access"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          email: "ai@lantern.llc",
          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.