Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "East Village Acupuncture and Massage",
description: "East Village Acupuncture and Massage offers traditional Chinese acupuncture and therapeutic massage services in Manhattan's East Village. The practice combines ancient healing techniques with modern wellness approaches to address pain, stress, and overall health. They serve both new patients seeking relief and established clients maintaining their wellness routines.",
url: "https://www.eastvillageacupuncture.com/",
telephone: "+1-212-777-4486",
address: {
@type: "PostalAddress",
streetAddress: "155 E 2nd St",
addressLocality: "New York",
addressRegion: "NY",
postalCode: "10009",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7226132,
longitude: -73.9854593
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "153",
bestRating: "5"
},
areaServed: "Manhattan, New York",
knowsAbout: "Acupuncture, Manhattan residents seeking pain relief, stress reduction, chronic condition management, wellness maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "East Village Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established 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.