Structured Data

    Natural Solution Path

    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: "Natural Solution Path",
      description: "Natural Solution Path is a holistic wellness center in Brooklyn offering acupuncture, herbal medicine, and integrative health services. The practice combines traditional Eastern medicine with modern wellness approaches to address pain, stress, and chronic health conditions. They serve patients seeking natural alternatives to conventional medical treatments.",
      telephone: "+1-718-501-7012",
      address: {
        @type: "PostalAddress",
        streetAddress: "1228 E 69th St",
        addressLocality: "Brooklyn",
        addressRegion: "NY",
        postalCode: "11234",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 40.624633599999996,
        longitude: -73.9156686
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "63",
        bestRating: "5"
      },
      areaServed: "Brooklyn, NY and surrounding areas",
      knowsAbout: "Acupuncture, Patients seeking natural pain relief, stress management, chronic condition support, and those preferring holistic medicine approaches",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Traditional Eastern Medicine"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Holistic Approach"
        }
      ],
      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.