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: "YourNutrition2Go",
description: "YourNutrition2Go is a nutrition consulting service based in San Jose that provides personalized dietary guidance and nutritional planning. The business works with clients to develop customized nutrition strategies tailored to their individual health goals and lifestyle needs. They offer expert nutritional advice to help clients optimize their diet and overall wellness.",
telephone: "+1-603-566-9180",
address: {
@type: "PostalAddress",
streetAddress: "5595 Winfield Blvd #106",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2516201,
longitude: -121.86684580000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "San Jose, CA and surrounding areas",
knowsAbout: "Nutrition & Dietitians, Individuals seeking personalized nutrition guidance, people with specific health goals, those looking to optimize their diet",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Expertise"
}
],
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.