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: "Nourish Roots",
description: "Nourish Roots is a nutrition consulting service in Los Angeles dedicated to helping clients achieve their health goals through personalized dietary guidance and wellness support. The practice takes a holistic approach to nutrition, working with individuals to develop sustainable eating habits and nutritional strategies tailored to their unique needs and lifestyles.",
telephone: "+1-818-300-7900",
address: {
@type: "PostalAddress",
streetAddress: "2493 Sawtelle Blvd",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90064",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.032860500000005,
longitude: -118.43712509999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Los Angeles and surrounding areas",
knowsAbout: "Nutrition & Dietitians, Individuals seeking personalized nutrition guidance, health-conscious professionals, people looking to establish sustainable eating habits, those with specific dietary health goals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic Wellness Focus"
}
],
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.