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: "Brooklyn Acupuncture Project",
description: "Brooklyn Acupuncture Project is an acupuncture clinic located in Brooklyn offering traditional Chinese medicine treatments for pain management, stress relief, and overall wellness. The clinic provides personalized acupuncture services in a welcoming environment designed to address both acute and chronic health concerns. They combine evidence-based acupuncture practice with a community-focused approach to healing.",
url: "http://www.brooklynacupunctureproject.com/",
telephone: "+1-718-369-0123",
address: {
@type: "PostalAddress",
streetAddress: "327 7th St #1",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11215",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.670585599999995,
longitude: -73.9853957
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "41",
bestRating: "5"
},
areaServed: "Brooklyn, NY and surrounding neighborhoods",
knowsAbout: "Acupuncture, Chronic pain sufferers, stress and anxiety management, individuals seeking holistic wellness approaches, those interested in traditional Chinese medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine"
}
],
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.