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: "Eat Well Work Well",
description: "Eat Well Work Well is a nutrition and wellness center located in Atlanta that helps clients achieve their health goals through personalized nutrition guidance and wellness services. The business focuses on practical dietary solutions and lifestyle coaching to improve overall health and work performance. They serve clients seeking evidence-based nutrition support to optimize their energy, weight management, and long-term wellness.",
telephone: "+1-706-572-2824",
address: {
@type: "PostalAddress",
streetAddress: "151 Ted Turner Dr NW",
addressLocality: "Atlanta",
addressRegion: "GA",
postalCode: "30303",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.7586364,
longitude: -84.39003439999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "50",
bestRating: "5"
},
areaServed: "Atlanta, GA and surrounding areas",
knowsAbout: "Nutrition & Dietitians, Professionals seeking work-life balance, individuals with specific health goals, people wanting evidence-based nutrition guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Nutrition Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wellness-Focused Practice"
}
],
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.