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: "Life Care Wellness LLC",
description: "Life Care Wellness LLC is a holistic wellness center in North Las Vegas offering comprehensive health and wellness services to the community. Their practice focuses on natural and integrative approaches to health, serving clients seeking alternative and complementary wellness solutions.",
url: "https://lifecarewellnessllc.org/",
telephone: "+1-702-854-5402",
address: {
@type: "PostalAddress",
streetAddress: "3465 W Craig Rd",
addressLocality: "North Las Vegas",
addressRegion: "NV",
postalCode: "89032",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.238002099999996,
longitude: -115.1862759
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.4",
reviewCount: "5",
bestRating: "5"
},
areaServed: "North Las Vegas and surrounding Las Vegas Valley communities",
knowsAbout: "Holistic Wellness, Health-conscious individuals, people seeking natural wellness alternatives, those interested in integrative health approaches",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Based Care"
}
],
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.