Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Greenpoint Chiropractic",
description: "Greenpoint Chiropractic offers chiropractic care and spinal adjustments to patients in the Greenpoint area of Brooklyn. With a 4.2-star rating from over 100 patient reviews, the practice focuses on helping patients achieve better spinal health and pain relief through hands-on chiropractic treatment.",
telephone: "+1-718-383-0028",
address: {
@type: "PostalAddress",
streetAddress: "153 Greenpoint Ave",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11222",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7303486,
longitude: -73.9536634
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "109",
bestRating: "5"
},
areaServed: "Greenpoint, Brooklyn, NY and surrounding neighborhoods",
knowsAbout: "Chiropractic, Local residents seeking chiropractic care, patients with back or neck pain, those looking for non-invasive treatment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Patient Base"
}
],
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.