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: "Nutrition Wellness LLC",
description: "Nutrition Wellness LLC is a health and wellness center in downtown Orlando dedicated to helping clients optimize their nutrition and overall health through personalized nutrition counseling and wellness services. Located at 111 N Orange Ave, the practice focuses on evidence-based nutritional guidance to support individual health goals and improve quality of life.",
url: "http://nutritionwellness.org/",
telephone: "+1-407-698-3121",
address: {
@type: "PostalAddress",
streetAddress: "111 N Orange Ave Suite 847",
addressLocality: "Orlando",
addressRegion: "FL",
postalCode: "32801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.5438796,
longitude: -81.378478
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Orlando and surrounding Central Florida areas",
knowsAbout: "Nutrition & Dietitians, Health-conscious individuals, people managing chronic conditions through nutrition, fitness enthusiasts, anyone seeking personalized wellness guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Orlando 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.