Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Child Nutrition Center",
description: "Child Nutrition Center in Laredo provides specialized nutrition consulting and services focused on children's dietary health and wellness. As a health consultant establishment, they work with families to develop nutritionally balanced meal plans and provide expert guidance on pediatric nutrition needs.",
address: {
@type: "PostalAddress",
streetAddress: "101 W Saunders St",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78040",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.5303339,
longitude: -99.4961867
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding South Texas communities",
knowsAbout: "Nutrition & Dietitians, Parents seeking nutritional guidance for children, families with pediatric dietary concerns, caregivers focused on child wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Pediatric Focus"
},
{
@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.