Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Natural Nutrition",
description: "Natural Nutrition is a health consulting practice in Lubbock offering personalized nutrition guidance and dietary counseling. The business helps clients optimize their health through evidence-based nutritional strategies tailored to individual needs and goals.",
telephone: "+1-806-780-6263",
address: {
@type: "PostalAddress",
streetAddress: "3225 50th St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79413",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5474895,
longitude: -101.885875
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Nutrition & Dietitians, Health-conscious individuals, people managing chronic conditions through diet, fitness enthusiasts seeking nutrition optimization, anyone wanting personalized dietary guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Health Consultant"
}
],
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.