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: "H2O Nutrition, LLC",
description: "H2O Nutrition, LLC is a medical nutrition clinic in San Diego specializing in personalized dietary counseling and nutritional therapy. Led by nutrition professionals, they provide evidence-based nutrition services designed to optimize health and manage medical conditions through customized meal planning and lifestyle coaching.",
url: "http://www.h2onutrition.com/",
telephone: "+1-619-922-0944",
address: {
@type: "PostalAddress",
streetAddress: "4305 Gesner St Suite 210",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92117",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.791117899999996,
longitude: -117.20282859999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Nutrition & Dietitians, Individuals managing chronic health conditions, those seeking medical nutrition therapy, people requiring personalized dietary counseling",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Medical Nutrition Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Consultations"
}
],
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.