Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "El Maguey LLC",
description: "El Maguey LLC is a Mexican catering company based in Kimberly, ID, specializing in authentic cuisine for events of all sizes. They offer full-service catering with customizable menus featuring traditional Mexican dishes, making them a popular choice for weddings, corporate events, and private celebrations throughout the region.",
telephone: "+1-208-886-0911",
address: {
@type: "PostalAddress",
streetAddress: "22334 Kimberly Rd",
addressLocality: "Kimberly",
addressRegion: "ID",
postalCode: "83341",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.548815399999995,
longitude: -114.36855469999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "65",
bestRating: "5"
},
areaServed: "Kimberly, ID and surrounding areas",
knowsAbout: "Catering, Wedding couples, Corporate event planners, Private celebration hosts seeking authentic Mexican cuisine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Authentic Mexican Cuisine"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Versatile Event Experience"
}
],
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.