Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Maplewood Chiropractic",
description: "Maplewood Chiropractic is an independent chiropractic clinic located on the Upper East Side of Brooklyn serving the surrounding NYC area. They provide chiropractic care and physiotherapy services to help patients with pain relief, mobility, and overall wellness. The clinic is dedicated to personalized treatment and welcomes patients seeking natural, non-invasive care options.",
url: "https://maplewooddc.com/",
telephone: "+1-347-318-3232",
address: {
@type: "PostalAddress",
streetAddress: "145 E 98th St",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11212",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6636989,
longitude: -73.92105330000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Brooklyn and surrounding NYC areas",
knowsAbout: "Chiropractic, Patients with back pain, neck pain, sports injuries, those seeking non-invasive pain relief",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Chiropractic & Physiotherapy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practice"
}
],
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.