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: "Infinite Nutrition",
description: "Infinite Nutrition is a nutrition consulting service in Laredo offering personalized dietary guidance and nutritional counseling. The business works with clients to develop customized nutrition plans tailored to their individual health goals and needs. As an independent nutrition consultant, they provide expert advice to help clients achieve better health outcomes through nutrition.",
telephone: "+1-956-744-4136",
address: {
@type: "PostalAddress",
streetAddress: "9505 Mines Rd #210",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78045",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.588719299999998,
longitude: -99.51028550000001
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Nutrition & Dietitians, Health-conscious individuals, people managing specific health conditions, fitness enthusiasts seeking dietary optimization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Nutrition Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.