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: "Coelho Acupuncture",
description: "Coelho Acupuncture provides traditional acupuncture services in Clovis, offering evidence-based treatments for pain management, stress relief, and overall wellness. The practice specializes in personalized care using authentic acupuncture techniques to address both acute and chronic conditions.",
url: "http://coelhoacupuncture.com/",
telephone: "+1-559-380-5821",
address: {
@type: "PostalAddress",
streetAddress: "777 Minnewawa Ave Ste. 32",
addressLocality: "Clovis",
addressRegion: "CA",
postalCode: "93612",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8209531,
longitude: -119.7085867
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Clovis, CA and surrounding areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, stress management seekers, athletes recovering from injury, wellness-focused individuals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Acupuncture Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
}
],
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.