Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 37 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Chobani",
url: "https://www.chobani.com/",
telephone: "+1-208-732-1700",
address: {
@type: "PostalAddress",
streetAddress: "3450 Kimberly Rd",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.545589799999995,
longitude: -114.41139869999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.8",
reviewCount: "393",
bestRating: "5"
},
knowsAbout: "Nutrition & Dietitians",
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.