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: "The Venue",
description: "The Venue is a full-service event space located in Oklahoma City offering customizable spaces for weddings, corporate events, and celebrations. This versatile venue accommodates both intimate gatherings and larger celebrations, with on-site catering options and modern event coordination services to help bring visions to life.",
url: "https://www.thevenueokc.com/",
telephone: "+1-405-210-6707",
address: {
@type: "PostalAddress",
streetAddress: "1103 N Villa Ave",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73107",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.479019699999995,
longitude: -97.5569264
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding metro area",
knowsAbout: "Event & Wedding Venues, Couples planning weddings, corporate event planners, private celebration hosts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customizable Layouts"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Event Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Central Location"
}
],
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.