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: "Rock Creek Restaurant",
description: "Rock Creek is a long-established restaurant in Twin Falls that has been a Magic Valley favorite for 31 years. They serve ribs and other dinner fare in a fireside setting, with a full bar available Wednesday through Saturday. The restaurant accommodates both walk-in diners and larger parties, accepting reservations for groups of 8 or more.",
url: "http://www.rockcreektwinfalls.com/",
telephone: "+1-208-734-4154",
address: {
@type: "PostalAddress",
streetAddress: "200 Addison Ave",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5635512,
longitude: -114.4827489
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "688",
bestRating: "5"
},
areaServed: "Twin Falls, Idaho and surrounding Magic Valley area",
knowsAbout: "Event & Wedding Venues, Local diners seeking classic American fare, groups and special occasions, rib enthusiasts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "31-Year Establishment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Bar Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Group-Friendly"
}
],
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.