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: "Hope Acupucture & Herbs",
description: "Hope Acupuncture & Herbs is a medical clinic in Redlands specializing in traditional acupuncture and herbal medicine treatments. The practice focuses on natural healing approaches to address pain, stress, and overall wellness. They offer personalized acupuncture sessions combined with Chinese herbal remedies tailored to individual health needs.",
telephone: "+1-909-280-1912",
address: {
@type: "PostalAddress",
streetAddress: "710 Brookside Ave suite 2",
addressLocality: "Redlands",
addressRegion: "CA",
postalCode: "92373",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0522534,
longitude: -117.1923346
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Redlands, CA and surrounding areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, stress and anxiety relief seekers, patients preferring natural medicine, those interested in traditional Chinese medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Acupuncture & Herbal Medicine"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Medical Clinic Setting"
}
],
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.