Structured Data

    Handcraft Chiropractic

    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: "Handcraft Chiropractic",
      description: "Handcraft Chiropractic is an independent chiropractic practice in Fort Lauderdale dedicated to natural pain relief and wellness. They specialize in spinal adjustments and corrective care plans designed to address the root causes of pain and improve overall health. Their approach focuses on personalized treatment to help patients achieve lasting relief and better mobility.",
      telephone: "+1-954-283-4859",
      address: {
        @type: "PostalAddress",
        streetAddress: "1234 NE 4th Ave suite B",
        addressLocality: "Fort Lauderdale",
        addressRegion: "FL",
        postalCode: "33304",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 26.1417602,
        longitude: -80.1404081
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.9",
        reviewCount: "71",
        bestRating: "5"
      },
      areaServed: "Fort Lauderdale and surrounding areas",
      knowsAbout: "Chiropractic, Individuals with chronic pain, sports enthusiasts seeking injury prevention, and those interested in natural wellness approaches",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Corrective Care Plans"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Patient-Centered 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.