Structured Data

    Kings Highway Chiropractic Office

    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: "Kings Highway Chiropractic Office",
      description: "Kings Highway Chiropractic Office provides chiropractic care to Brooklyn residents seeking relief from back pain, neck pain, and other musculoskeletal issues. Located on Kings Highway, this established practice offers spinal adjustments and corrective care to help patients improve their mobility and quality of life.",
      telephone: "+1-718-692-0666",
      address: {
        @type: "PostalAddress",
        streetAddress: "3857 Kings Hwy # 1B",
        addressLocality: "Brooklyn",
        addressRegion: "NY",
        postalCode: "11234",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 40.6230847,
        longitude: -73.9362876
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "3.5",
        reviewCount: "22",
        bestRating: "5"
      },
      areaServed: "Brooklyn, NY and surrounding areas",
      knowsAbout: "Chiropractic, Brooklyn residents with back pain, neck pain, or musculoskeletal concerns seeking chiropractic treatment",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Established Local Practice"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Accessible Location"
        }
      ],
      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.