Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Mountain View Cafe and Catering",
description: "Mountain View Cafe and Catering is a full-service restaurant and catering company located in Black Forest, Colorado Springs, offering breakfast and lunch at 7,500 feet elevation. They operate a casual dining cafe open daily 7 AM–2:30 PM with a focus on community and hospitality, while also providing catering services for events and celebrations. Their menu features diverse comfort food and beverages designed to suit every appetite and occasion.",
url: "https://www.mountainvwcafe.com/",
telephone: "+1-719-308-5971",
address: {
@type: "PostalAddress",
streetAddress: "11424 Black Forest Rd",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80908",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.996784399999996,
longitude: -104.7006459
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "692",
bestRating: "5"
},
areaServed: "Black Forest and Colorado Springs, Colorado",
knowsAbout: "Catering, Breakfast and lunch diners, event hosts seeking catering, community gatherings, families",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Scenic Mountain Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Service Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Extended Hours"
}
],
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.