Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "South Miami Acupuncture",
description: "South Miami Acupuncture provides traditional acupuncture and Oriental medicine services to address pain management, stress relief, and overall wellness. Located in the Coral Reef area of Miami, this independent practice specializes in evidence-based acupuncture treatments designed to help patients manage chronic conditions and improve their quality of life.",
telephone: "+1-305-431-0902",
address: {
@type: "PostalAddress",
streetAddress: "9299 Coral Reef Dr #203",
addressLocality: "Miami",
addressRegion: "FL",
postalCode: "33157",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.6296349,
longitude: -80.3434525
},
areaServed: "Miami and surrounding South Florida communities",
knowsAbout: "Acupuncture, Chronic pain sufferers, individuals managing stress and anxiety, wellness-focused patients seeking natural alternatives",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Oriental Medicine"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient South Miami Location"
}
],
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.