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: "Magic Valley Food Dude",
description: "Magic Valley Food Dude is a casual catering service based in Twin Falls, Idaho, offering food service for events and gatherings. Operating from their Kimberly Road location, they provide catering solutions for customers seeking convenient food options for their occasions.",
address: {
@type: "PostalAddress",
streetAddress: "1186 Kimberly Rd",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5484091,
longitude: -114.4592373
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "55",
bestRating: "5"
},
areaServed: "Twin Falls, Idaho and surrounding areas",
knowsAbout: "Catering, Local event hosts, casual gatherings, community events, families planning celebrations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Twin Falls Operation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Approachable Casual Catering"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.