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: "Redeemed Event Center",
description: "Redeemed Event Center is a full-service event venue located in Twin Falls that offers catering and event coordination services for weddings, corporate events, and private celebrations. The facility provides on-site hosting capabilities with customizable catering options to accommodate various guest counts and dietary needs. They specialize in creating memorable events with complete event planning and decoration services.",
url: "https://www.redeemeddecoronline.com/general-7",
address: {
@type: "PostalAddress",
streetAddress: "243 5th Ave S",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5520566,
longitude: -114.4717922
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Twin Falls, ID and surrounding areas",
knowsAbout: "Catering, Couples planning weddings, Corporate event planners, Private celebration hosts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Event Coordination"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customizable Catering Options"
}
],
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.