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: "Empire Chiropractic",
description: "Empire Chiropractic provides chiropractic care and spinal adjustment services to patients in Brooklyn. Located on Avenue A, the practice focuses on treating musculoskeletal issues and helping patients achieve better spinal health and mobility.",
telephone: "+1-718-629-4020",
address: {
@type: "PostalAddress",
streetAddress: "8923 Avenue A Ground Floor",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11236",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6512236,
longitude: -73.9184727
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Brooklyn, NY and surrounding areas",
knowsAbout: "Chiropractic, Brooklyn residents seeking spinal adjustments, people with back and neck pain, those looking for non-invasive pain relief",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Ground Floor Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.