Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 39 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Applied Nutrition Inc",
description: "Applied Nutrition Inc is a nutrition services provider located in Twin Falls, ID. Based on the business name and classification, they offer nutrition guidance and dietary consultation to support health and wellness goals. Contact them directly at (208) 733-4665 to learn about their specific services and approach to personalized nutrition care.",
telephone: "+1-208-733-4665",
address: {
@type: "PostalAddress",
streetAddress: "224 Oak Creek Cir",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5662387,
longitude: -114.41930389999999
},
areaServed: "Twin Falls, ID and surrounding areas",
knowsAbout: "Nutrition & Dietitians, Individuals seeking professional nutrition guidance, health-conscious community members",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Twin Falls Provider"
}
],
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.