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: "California Nutrition Group",
description: "California Nutrition Group is a nutrition consulting practice in Sacramento offering personalized dietary guidance and nutritional counseling. They work with clients seeking to improve their health through evidence-based nutrition strategies and individualized meal planning.",
url: "http://www.californianutritiongroup.com/",
telephone: "+1-916-915-3438",
address: {
@type: "PostalAddress",
streetAddress: "87 Scripps Dr # 318",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95825",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.5720259,
longitude: -121.4101529
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.3",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Sacramento and surrounding areas",
knowsAbout: "Nutrition & Dietitians, Health-conscious individuals, people managing chronic conditions through nutrition, fitness enthusiasts seeking dietary optimization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Consultation"
}
],
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.