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: "Redlands Family Acupuncture",
description: "Redlands Family Acupuncture provides traditional Chinese medicine and acupuncture services to patients in the Redlands community. Led by experienced practitioners, they offer personalized treatment plans to address pain management, stress relief, and overall wellness using evidence-based acupuncture techniques.",
url: "http://www.redlandsfamilyacupuncture.com/",
telephone: "+1-909-809-9596",
address: {
@type: "PostalAddress",
streetAddress: "1916 Orange Tree Ln #450d",
addressLocality: "Redlands",
addressRegion: "CA",
postalCode: "92374",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0682839,
longitude: -117.21895590000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "40",
bestRating: "5"
},
areaServed: "Redlands, CA and surrounding areas",
knowsAbout: "Acupuncture, Families seeking natural pain management, stress relief, chronic condition treatment, wellness maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine Expertise"
}
],
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.