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: "Dr. Tamara Santa Ana",
description: "Dr. Tamara Santa Ana is a holistic wellness practitioner serving the Lexington area from her North Main Street office. She offers comprehensive wellness services that integrate natural and alternative health approaches to address clients' physical, mental, and emotional well-being. Dr. Santa Ana works with clients seeking a more natural, whole-person approach to health and wellness.",
telephone: "+1-540-462-7750",
address: {
@type: "PostalAddress",
streetAddress: "203 N Main St #100",
addressLocality: "Lexington",
addressRegion: "VA",
postalCode: "24450",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.787033,
longitude: -79.440065
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.1",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Lexington, VA and surrounding Rockbridge County areas",
knowsAbout: "Holistic Wellness, Individuals seeking natural health alternatives, those interested in holistic wellness approaches, clients looking for integrated care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Whole-Person Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Lexington 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.