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: "Nourish",
description: "Nourish is a nutrition-focused wellness business located in San Antonio dedicated to helping clients achieve their health goals through personalized dietary guidance and nutritional counseling. With expertise in evidence-based nutrition practices, Nourish works with individuals to develop sustainable eating habits and optimize their overall wellness.",
telephone: "+1-210-414-2942",
address: {
@type: "PostalAddress",
streetAddress: "634 Patterson Ave",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78209",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.4765625,
longitude: -98.46802459999999
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Nutrition & Dietitians, Individuals seeking dietary improvements, wellness-focused adults, people with specific health goals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Evidence-Based Practices"
}
],
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.