Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Mountain View Barn",
description: "Mountain View Barn is a family-owned historic venue and full-service catering operation in Jerome, Idaho, specializing in weddings, quinceañeras, corporate events, and celebrations. They offer on-site catering with a diverse menu ranging from plated entrées (Prime Rib, Tri Tip, Salmon, Filet Mignon) to appetizers and beverage stations, all customizable per plate. The beautifully restored 1912 lava rock barn includes an indoor loft, outdoor ceremony space, included overnight house (sleeps 8), tables and chairs, and surrounding grounds—making it a complete all-in-one event solution just north of Twin Falls.",
url: "https://mountainviewbarnidaho.com/",
address: {
@type: "PostalAddress",
streetAddress: "392 E 300 S",
addressLocality: "Jerome",
addressRegion: "ID",
postalCode: "83338",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.6811674,
longitude: -114.4441644
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "328",
bestRating: "5"
},
areaServed: "Jerome, Twin Falls, Southern Idaho",
knowsAbout: "Catering, Weddings and receptions, Corporate events and retreats, Family reunions and celebrations of life, Quinceañeras and milestone birthdays",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Catering Included"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight House Included"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Historic 1912 Barn"
}
],
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.