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: "Let It Heal Now",
description: "Let It Heal Now is a wellness center in Sunnyvale offering holistic health services and medical support to help clients achieve optimal wellbeing. Specializing in integrative approaches to healing, the practice combines wellness-focused treatments with clinical health services. The team is dedicated to personalized care that addresses both physical and mental health needs.",
telephone: "+1-408-242-2665",
address: {
@type: "PostalAddress",
streetAddress: "1307 S Mary Ave #205",
addressLocality: "Sunnyvale",
addressRegion: "CA",
postalCode: "94087",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3502509,
longitude: -122.05106110000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Sunnyvale and surrounding Silicon Valley communities",
knowsAbout: "Holistic Wellness, Health-conscious individuals, those seeking preventive wellness care, people interested in holistic health approaches",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible 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.