Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Wellness Center",
description: "This Edmond wellness center offers a comprehensive range of holistic health services designed to support overall wellbeing. While specific services aren't detailed in available information, wellness centers typically provide integrative approaches combining various therapeutic modalities. Contact them directly at (405) 974-3150 to learn about their current service offerings and how they can support your health goals.",
telephone: "+1-405-974-3150",
address: {
@type: "PostalAddress",
streetAddress: "100 University Dr",
addressLocality: "Edmond",
addressRegion: "OK",
postalCode: "73034",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.6612699,
longitude: -97.4742291
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "151",
bestRating: "5"
},
areaServed: "Edmond, Oklahoma and surrounding areas",
knowsAbout: "Holistic Wellness, Health-conscious individuals seeking holistic wellness support, those interested in integrative health approaches",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Wellness"
}
],
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.