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: "Acupuncture, Etc.",
description: "Acupuncture, Etc. is a traditional Chinese medicine clinic in Phoenix offering acupuncture and massage therapy services. Located on N 28th Dr, they provide personalized treatment for pain management, stress relief, and overall wellness. With a focus on holistic healing, they combine acupuncture and massage techniques to address both acute and chronic health concerns.",
telephone: "+1-623-551-0288",
address: {
@type: "PostalAddress",
streetAddress: "11225 N 28th Dr",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85029",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5892258,
longitude: -112.11979670000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "16",
bestRating: "5"
},
areaServed: "Phoenix, Arizona and surrounding areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, stress management seekers, individuals pursuing holistic wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Care"
}
],
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.